Changes between Version 48 and Version 79 of Ticket #6495
- Timestamp:
- 05/07/12 18:52:41 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6495
-
Property
Status
changed from
needs_work
toneeds_review
-
Property
Authors
changed from
Mitesh Patel, John Palmieri
toMitesh Patel, John Palmieri, Florent Hivert
-
Property
Work issues
changed from
intersphinx
to
-
Property
Status
changed from
-
Ticket #6495 – Description
v48 v79 32 32 - [attachment:trac_6495-part1-moving-files.patch] — this moves 'algebras.rst' to 'algebras/index.rst', and similarly for all other files. It adds `.. include:: ../footer.txt` to the end of each of these files, and it removes any cross-referencing information like `.. _ch:groups:`, since that doesn't work anymore with the new structure. It also creates identical files 'DIR/conf.py' in each of the new subdirectories of doc/en/reference, except for doc/en/algebras/conf.py. That file is created in the next patch so that you can focus on reviewing just the second patch. 33 33 - [attachment:trac_6495-part2-everything-else.patch] — this does everything else; in other words, all of the important content is in this patch. 34 - [attachment:trac_6495-part3-the-remaining.patch] — this patch takes care of merging the indexes and the bibliography. 34 35 35 36 Before building the docs, you should delete the documentation output directory: {{{rm -rf SAGE_ROOT/devel/sage/doc/output}}}.