Opened 13 years ago

Closed 12 years ago

#17063 closed Bug (fixed)

Indent block under '.. versionadded::' isn't rendered out

Reported by: jifeng.yin@… Owned by: nobody
Component: Documentation Version: dev
Severity: Release blocker Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

Please let me take https://code.djangoproject.com/browser/django/trunk/docs/topics/http/urls.txt#L31 for example,
the indent block saying some helpful information is not shown up in the document page https://docs.djangoproject.com/en/dev/topics/http/urls/.

I'm not familiar with sphinx, so sorry without any patch.

Attachments (1)

urls.diff (608 bytes ) - added by anonymous 13 years ago.

Download all attachments as: .zip

Change History (3)

comment:1 by Julien Phalip, 13 years ago

Severity: NormalRelease blocker
Triage Stage: UnreviewedAccepted

Well spotted. The indent in front of the paragraph starting with "Django also allows to translate URLs" should be removed. This probably occurred after the recent indent cleanup done throughout the doc in trunk. We should check whether other similar problems are still left to be fixed.

by anonymous, 13 years ago

Attachment: urls.diff added

comment:2 by Ramiro Morales, 12 years ago

Resolution: fixed
Status: newclosed

In [17057]:

Fixed #17063 -- Fixed visibility of a few version-dependant notes in our documentation.

Thanks jifeng.yin AT gmail DOT com for the report.

Note: See TracTickets for help on using tickets.
Back to Top