[docs] [issue23778] Add a visual distinction to multiline versionchanged blocks
Demian Brecht
report at bugs.python.org
Wed Mar 25 16:22:15 CET 2015
New submission from Demian Brecht:
This came up during #2211, where a multiline versionchanged entry was suggested. Currently, there is no visual distinction between any but the first line of the description and the rest of the body of the docs. The attached patch adds a consistent level of indentation (30px) to all but the first child. This change makes it much more obvious where the versionchanged block ends and the rest of the docs continue.
----------
assignee: docs at python
components: Documentation
files: versionchanged_indent.patch
keywords: patch
messages: 239261
nosy: demian.brecht, docs at python
priority: normal
severity: normal
stage: patch review
status: open
title: Add a visual distinction to multiline versionchanged blocks
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file38689/versionchanged_indent.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23778>
_______________________________________
More information about the docs
mailing list