Ticket #8160 (closed enhancement: fixed)
add 'text' option to sphinxify
| Reported by: | jhpalmieri | Owned by: | was |
|---|---|---|---|
| Priority: | minor | Milestone: | sage-4.3.2 |
| Component: | notebook | Keywords: | |
| Cc: | mpatel | Work issues: | |
| Report Upstream: | N/A | Reviewers: | Mitesh Patel |
| Authors: | John Palmieri | Merged in: | sagenb-0.7.4 |
| Dependencies: | Stopgaps: |
Description (last modified by jhpalmieri) (diff)
This patch adds a 'text' option to sphinxify: use sphinxify(s, format='text') or sphinxify(s, format='html'), where format is optional with default value 'html'. The intended use is in sage.misc.sagedoc for producing docstrings from the command line. I'll create another ticket (#8161) for that.
Depends on #8102.
Attachments
Change History
Changed 3 years ago by jhpalmieri
-
attachment
trac_8160-sphinxify.patch
added
Changed 3 years ago by mpatel
-
attachment
trac_8160-sphinxify_text.patch
added
Rebased vs. #8102. Apply only this patch. sagenb repo.
Note: See
TracTickets for help on using
tickets.

apply to sagenb repo