Files
sphinx/.hgignore
tpowers ff3707e2a5 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'.
2010-03-28 19:07:14 -07:00

15 lines
152 B
Plaintext

.*\.pyc
.*\.egg
.*\.so
build/
dist/
tests/.coverage
sphinx/pycode/Grammar.*pickle
Sphinx.egg-info/
doc/_build/
TAGS
\.ropeproject/
^env/
\.DS_Store$
~$