Changes between Version 113 and Version 114 of Ticket #6495
- Timestamp:
- 09/11/12 05:25:46 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6495 – Description
v113 v114 45 45 46 46 - [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. 47 - [attachment:trac_6495-part2-everything-else -9774.patch] — this does everything else; in other words, all of the important content is in this patch. (If you haven't applied the patches at #9774, apply [attachment:trac_6495-part2-everything-else.patch] instead.)47 - [attachment:trac_6495-part2-everything-else.patch] — this does everything else; in other words, all of the important content is in this patch. 48 48 - [attachment:trac_6495-part3-the-remaining-vs-5.4.patch] — this patch takes care of merging the indexes and the bibliography. 49 49 - [attachment:trac_6495-part4-interrupts.patch] — handle ctrl-c.