Changes between Version 22 and Version 32 of Ticket #6495
- Timestamp:
- 11/12/11 02:05:44 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6495
- Property Cc niles added
-
Property
Dependencies
changed from
11251, 11298
to - Property Keywords sd32 added
-
Ticket #6495 – Description
v22 v32 33 33 - [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. 34 34 - [attachment:trac_6495-part2-everything-else.patch] — this does everything else; in other words, all of the important content is in this patch. 35 - [attachment:trac_6495-root.patch] — root repo. Add "doc-parallel" and "doc-pdf-parallel" targets to the main Makefile. 35 36 36 37 Before building the docs, you should delete the documentation output directory: {{{rm -rf SAGE_ROOT/devel/sage/doc/output}}}.