Two
===
Three
-----
Four
~~~~
Five
^^^^
}}}
I attached a patch to get started. Note that any top level `.. _` links
can be removed. These are replaced with `:doc:`.
--
Ticket URL: <https://code.djangoproject.com/ticket/26020>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* Attachment "headers.diff" added.
Comment (by aaugustin):
Go ahead, no one's going to stop you :-)
--
Ticket URL: <https://code.djangoproject.com/ticket/26020#comment:1>
* owner: nobody => elif
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/26020#comment:2>
Comment (by elif):
@timgraham
>Note that any top level .. _ links can be removed. These are replaced
with :doc:.
Does that mean that I should replace "{{{.. _glossary:}}}" with
"{{{:doc:`glossary`}}}"?
--
Ticket URL: <https://code.djangoproject.com/ticket/26020#comment:3>
Comment (by timgraham):
Not quite; you can remove `.. _glossary:` and if there are any links
pointing to it, you'll update them to use `:doc:` instead of `:ref:`.
--
Ticket URL: <https://code.djangoproject.com/ticket/26020#comment:4>
Comment (by elif):
I deleted the comment before seeing your answer :/.
Ok thank you.
--
Ticket URL: <https://code.djangoproject.com/ticket/26020#comment:5>
Comment (by elif):
Here is my pull request https://github.com/django/django/pull/5923
It's my first pull request to the django repo.
I was not clear whether I should also change second level headings. Some
files where I left the second level heading as it is (which was in the
third level heading format):
fag\*.txt
howto\custom-template-tags.txt
howto\error-reporting.txt
howto\writing-migrations.txt
internals\mailing-lists.txt
internals\contributing\writing-code\working-with-git.txt
intro\install.txt
I can change them if you think they need to be changed.
--
Ticket URL: <https://code.djangoproject.com/ticket/26020#comment:6>
* has_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/26020#comment:7>
* has_patch: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/26020#comment:8>
* has_patch: 0 => 1
Comment:
Resubmitted the pull request: https://github.com/django/django/pull/5924
The above comments still hold.
--
Ticket URL: <https://code.djangoproject.com/ticket/26020#comment:9>
Comment (by timgraham):
Yes, please fix the other headings if you are able.
--
Ticket URL: <https://code.djangoproject.com/ticket/26020#comment:10>
* needs_better_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/26020#comment:11>
Comment (by elif):
I'm working on the subheadings.
--
Ticket URL: <https://code.djangoproject.com/ticket/26020#comment:12>
Comment (by elif):
Patch is updated.
--
Ticket URL: <https://code.djangoproject.com/ticket/26020#comment:13>
* needs_better_patch: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/26020#comment:14>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"bca9faae95db2a92e540fbd08505c134639916fe" bca9faa]:
{{{
#!CommitTicketReference repository=""
revision="bca9faae95db2a92e540fbd08505c134639916fe"
Fixed #26020 -- Normalized header stylings in docs.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/26020#comment:15>
Comment (by Tim Graham <timograham@…>):
In [changeset:"5dceb1f07807d76f163ce1929e9f1dc1b2da6289" 5dceb1f0]:
{{{
#!CommitTicketReference repository=""
revision="5dceb1f07807d76f163ce1929e9f1dc1b2da6289"
[1.9.x] Fixed #26020 -- Normalized header stylings in docs.
Backport of bca9faae95db2a92e540fbd08505c134639916fe from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/26020#comment:16>