Changes between Initial Version and Version 1 of Ticket #9502


Ignore:
Timestamp:
Nov 3, 2008, 3:23:00 AM (15 years ago)
Author:
Ramiro Morales
Comment:

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:
     1This 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:
    22
    33 * `ref/settings.txt`
     
    77replacements were performed with a locally modified `docs/_ext/literals_to_xrefs.py` script.
    88
    9 It applies to the 1.0.X branch as of r9331 with some fuzz:
     9It applies to the 1.0.X branch as of r9331 as well, with some fuzz:
    1010{{{
    1111$ patch -p1 < ../xref-markup-settings-r9330.diff
     
    4242patching file docs/topics/http/views.txt
    4343patching file docs/topics/i18n.txt
    44 patching file docs/topics/settings.txt
    4544patching file docs/topics/templates.txt
    4645patching file docs/topics/testing.txt
    4746Hunk #1 succeeded at 849 (offset -30 lines).
    4847}}}
    49 but Sphinx generates no warnings when running `make html`.
     48but visual inspection of the patched files shows they are correcly modified and Sphinx generates no warnings when running `make html`.
    5049
Back to Top