#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 jhpalmieri):
I got two doctest failures (after applying your patch), which can be fixed
with this patch:
{{{
#!diff
diff --git a/doc/common/builder.py b/doc/common/builder.py
--- a/doc/common/builder.py
+++ b/doc/common/builder.py
@@ -200,7 +200,7 @@ class DocBuilder(object):
sage: import os, sys;
sys.path.append(os.environ['SAGE_DOC']+'/common/'); import builder
sage: b = builder.DocBuilder('tutorial')
sage: b._output_formats()
- ['changes', 'html', 'htmlhelp', 'json', 'latex', 'linkcheck',
'pickle', 'web']
+ ['changes', 'html', 'htmlhelp', 'invpickle', 'json', 'latex',
'linkcheck', 'pickle', 'web']
"""
#Go through all the attributes of self and check to
@@ -859,7 +859,7 @@ class ReferenceSubBuilder(DocBuilder):
sage: import os, sys;
sys.path.append(os.environ['SAGE_DOC']+'/common/'); import builder
sage: import builder
- sage:
builder.ReferenceBuilder("reference").auto_rest_filename("sage.combinat.partition")
+ sage:
builder.ReferenceSubBuilder("reference").auto_rest_filename("sage.combinat.partition")
'.../devel/sage/doc/en/reference/sage/combinat/partition.rst'
"""
return self.dir + os.path.sep +
module_name.replace('.',os.path.sep) + '.rst'
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6495#comment:65>
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.