Changes between Version 109 and Version 111 of Ticket #6495
- Timestamp:
- 07/10/12 13:52:21 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6495 – Description
v109 v111 40 40 Apply: 41 41 42 - [attachment:trac_6495-all-in-one.patch]. 43 44 For ease of review, you can instead look at the following four patches: 45 42 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. 43 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.)