Implemented html_compact_lists conf.py option. Normally True. When False,

"simple" item lists are not compacted. See
http://docutils.sourceforge.net/FAQ.html#how-are-lists-formatted-in-html.

Bullet lists like the "Indices and Tables" section look odd when they are
not compacted. Therefore specially change any bullet list that only has
paragraph's with pending_xrefs to use compact paragraphs instead.

Implemented secnumber_suffix conf.py option. Default is '. '. Section
numbers look better if changed to u'\u00a0\u00a0'.
This commit is contained in:
tpowers
2010-03-28 19:07:14 -07:00
parent a5a08531ee
commit ff3707e2a5
5 changed files with 88 additions and 4 deletions

View File

@@ -11,3 +11,4 @@ TAGS
\.ropeproject/
^env/
\.DS_Store$
~$