{{{
<dl>
<dt>Name</dt>
<dd>Description</dd>
</dl>
<dl>
<dt>Name</dt>
<dd>Description</dd>
</dl>
[... and so on]
}}}
This is because it is marked up incorrectly.
Incorrect:
{{{
Marc Tamlyn
Marc currently works at `Incuna Ltd`_, [...]
.. _Incuna Ltd: http://incuna.com/
}}}
Correct:
{{{
Marc Tamlyn
Marc currently works at `Incuna Ltd`_, [...]
.. _Incuna Ltd: http://incuna.com/
}}}
The incorrect form places the reference for the links in the previous
block at the start of the line, rather than indented to the same column as
the block. This causes a new definition list to be started the next time
the markup for a definition term (i.e. `<dt>Name</dt>`) is encountered.
It's quite possible that the same problem occurs elsewhere in the
documents, so it would be worth checking.
I would like to reserve this ticket for first-time committers who take
part in the [http://www.djangocon.us/schedule/presentation/7/ Don't be
afraid to commit tutorial] and the sprints at [http://djangocon.us/
DjangoCon US 2013] in September.
However, if you want to tackle this ticket before then, please '''don't'''
hesitate. Feel free to re-assign it to yourself and do whatever you like
to it.
--
Ticket URL: <https://code.djangoproject.com/ticket/20975>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_docs: => 0
* needs_better_patch: => 0
* type: Uncategorized => Cleanup/optimization
* needs_tests: => 0
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/20975#comment:1>
* owner: nobody => EvilDMP
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/20975#comment:2>
* keywords: => afraid-to-commit
--
Ticket URL: <https://code.djangoproject.com/ticket/20975#comment:3>
* owner: EvilDMP => anonymous
--
Ticket URL: <https://code.djangoproject.com/ticket/20975#comment:4>
* owner: anonymous => animan1
--
Ticket URL: <https://code.djangoproject.com/ticket/20975#comment:5>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"b69d1eac641433dba3d6e505261f9ad7db384bd7"]:
{{{
#!CommitTicketReference repository=""
revision="b69d1eac641433dba3d6e505261f9ad7db384bd7"
Fixed #20975 -- Fixed identation in docs/internals/committers.txt
Thanks EvilDMP for the report.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/20975#comment:6>