#6495: Build the reference manual incrementally
---------------------------------------------------------------+------------
       Reporter:  mpatel                                       |         Owner: 
 jdemeyer                    
           Type:  enhancement                                  |        Status: 
 needs_review                
       Priority:  major                                        |     Milestone: 
 sage-5.7                    
      Component:  documentation                                |    Resolution: 
                             
       Keywords:  days38                                       |   Work issues: 
                             
Report Upstream:  N/A                                          |     Reviewers: 
 Volker Braun, Florent Hivert
        Authors:  Mitesh Patel, John Palmieri, Florent Hivert  |     Merged in: 
                             
   Dependencies:  #13143, #12719                               |      Stopgaps: 
                             
---------------------------------------------------------------+------------

Comment (by jhpalmieri):

 Maybe just removing one line from `useless_chatter` would address my last
 point:
 {{{
 #!diff
 diff --git a/doc/common/custom-sphinx-build.py b/doc/common/custom-sphinx-
 build.py
 --- a/doc/common/custom-sphinx-build.py
 +++ b/doc/common/custom-sphinx-build.py
 @@ -31,7 +31,6 @@
      re.compile('^Compiling a sub-document'),
      re.compile('^updating environment: 0 added, 0 changed, 0 removed'),
      re.compile('^looking for now-outdated files... none found'),
 -    re.compile('^no targets are out of date.'),
      re.compile('^building \[.*\]: targets for 0 source files that are out
 of date'),
      re.compile('^loading pickled environment... done'),
      re.compile('^loading cross citations... done \([0-9]* citations\).')
 }}}
 doesn't look too bad: if you change one file in `homology` then rebuild
 the docs, then you get
 {{{
 [polynomia] no targets are out of date.
 [combinat ] no targets are out of date.
 [cmd      ] no targets are out of date.
 [arithgrou] no targets are out of date.
 [graphs   ] no targets are out of date.
 [misc     ] no targets are out of date.
 ...
 }}}
 until it finally gets to something which has changed.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6495#comment:216>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to