Changes between Version 179 and Version 184 of Ticket #6495
- Timestamp:
- 01/27/13 11:46:21 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6495
-
Property
Milestone
changed from
sage-pending
tosage-5.7
-
Property
Milestone
changed from
-
Ticket #6495 – Description
v179 v184 36 36 -------- 37 37 38 Apply: 38 '''Apply''': 39 - '''run''' the script [attachment:trac_6495-script.sh] from `devel/sage/doc/en/reference`. 40 - [attachment:trac_6495-other-parts.patch] 39 41 42 Or, for those afraid of scripts: '''Apply''': 40 43 - [attachment:trac_6495-all-in-one.patch]. 41 44 - [attachment:trac-6495_silence_warning-fh.patch]. 42 45 - [attachment:trac_6495-redirect_html.2.patch]. 43 46 - [attachment:trac_6495-docstrings.patch]. 44 45 Or:46 47 - run the script [attachment:trac_6495-script.sh] from the directory `devel/sage/doc/en/reference`. Then run `hg commit` with the message48 {{{49 Break reference manual into manageable pieces.50 51 doc/en/reference: move MODULE.rst to MODULE/index.rst, create MODULE/conf.py.52 Add ".. include:: ../footer.txt" to the end of each file MODULE/index.rst.53 Move media files from media/ to MODULE/media/54 Remove chapter cross-references (".. _ch:...") from MODULE/index.rst55 }}}56 (How do you pass a multline string to `hg commit -m ...` in a shell script?)57 58 and apply:59 60 - [attachment:trac_6495-other-parts.patch]61 47 62 48 --------