#16256: Reorganize the documentation indexes into src/sage/combinat
-------------------------------------+-------------------------------------
       Reporter:  nthiery            |        Owner:
           Type:  enhancement        |       Status:  needs_info
       Priority:  major              |    Milestone:  sage-6.4
      Component:  documentation      |   Resolution:
       Keywords:  combinatorics,     |    Merged in:
  thematic index, quickref           |    Reviewers:
        Authors:  Nicolas M. ThiƩry  |  Work issues:  gather comments by
Report Upstream:  N/A                |  showing it around, and work on the
         Branch:                     |  listed TODO's
  u/nthiery/reorganize_the_documentation_indexes_into_src_sage_combinat|       
Commit:
   Dependencies:  #16058             |  4ea19e8e8c4b00e9c64247b49fa4ce55c55647b8
                                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by ncohen):

 Oh. It seems that if you "try harder" the doc can be built:

 {{{
 make doc-clean && make # will not work
 }}}

 But

 {{{
 make doc-clean; make;make;make;make;make # should eventually work
 }}}

 When you build a module which refers to a module that has not been built
 the reference fails, but if you type "make" again the failed document will
 not be rebuilt, so the problem is skipped. With a bit of luck you will
 build the other document someday, and THEN you will be able to build the
 first.

 Anyway, this may be a problem, at least for Volker.

 Nathann

--
Ticket URL: <http://trac.sagemath.org/ticket/16256#comment:37>
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to