#6495: Build the reference manual incrementally
-----------------------------------------------+----------------------------
Reporter: mpatel | Owner: tba
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-5.0
Component: documentation | Resolution:
Keywords: | Work issues: citations
Report Upstream: N/A | Reviewers: Volker Braun
Authors: Mitesh Patel, John Palmieri | Merged in:
Dependencies: #12016 | Stopgaps:
-----------------------------------------------+----------------------------
Comment (by hivert):
Concerning todos (and maybe indexes too), I think I've found an
alternative:
they are pickled in the files {{{environment.pickle}}}. Here is an
example, in
the directory {{{doc/output/doctrees/en/reference/modules}}}:
{{{
sage: import cPickle
sage: f = open('environment.pickle', 'rb')
sage: env = cPickle.load(f)
sage: f.close()
sage: env.todo_all_todos
[{'docname': 'sage/modules/free_module', 'source': u'/home/data/Sage-
Install/sage-5.0.beta14/local/lib/python2.7/site-
packages/sage/modules/free_module.py:docstring of
sage.modules.free_module.FreeModuleFactory', 'todo': <todo_node:
<title...><paragraph...>>, 'lineno': 122, 'target': <target: >}]
}}}
So it seems that we can get them from there from the pickle concatenate
them
and let sphinx output the todo list.
Florent
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6495#comment:73>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.