Changes between Initial Version and Version 1 of Ticket #9502
- Timestamp:
- Nov 3, 2008, 3:23:00 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9502 – Description
initial v1 1 This patch converts all the bare {{{``SETTING_NAME``}}} occurrences all over the trunk documentation as of r9330 to proper {{{:setting: SETTING_NAME}}} constructs as per http://docs.djangoproject.com/en/dev/internals/documentation/#todo, except for:1 This patch converts all the bare {{{``SETTING_NAME``}}} occurrences all over the trunk documentation as of r9330 to proper {{{:setting:`SETTING_NAME`}}} constructs as per http://docs.djangoproject.com/en/dev/internals/documentation/#todo, except for: 2 2 3 3 * `ref/settings.txt` … … 7 7 replacements were performed with a locally modified `docs/_ext/literals_to_xrefs.py` script. 8 8 9 It applies to the 1.0.X branch as of r9331 with some fuzz:9 It applies to the 1.0.X branch as of r9331 as well, with some fuzz: 10 10 {{{ 11 11 $ patch -p1 < ../xref-markup-settings-r9330.diff … … 42 42 patching file docs/topics/http/views.txt 43 43 patching file docs/topics/i18n.txt 44 patching file docs/topics/settings.txt45 44 patching file docs/topics/templates.txt 46 45 patching file docs/topics/testing.txt 47 46 Hunk #1 succeeded at 849 (offset -30 lines). 48 47 }}} 49 but Sphinx generates no warnings when running `make html`.48 but visual inspection of the patched files shows they are correcly modified and Sphinx generates no warnings when running `make html`. 50 49