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
2010-03-16 08:53:12 +01:00
2010-02-21 23:20:26 +01:00
2010-01-16 19:54:37 +01:00
2010-01-07 11:49:48 +01:00
2010-03-16 08:53:12 +01:00
2010-01-31 19:33:51 +01:00
2008-11-23 19:50:56 +01:00
2010-01-01 14:09:13 +01:00
2009-03-28 14:51:45 -05:00
2009-03-09 09:42:05 +01:00
2010-02-17 10:38:59 +01:00
2010-01-01 14:09:13 +01:00
2010-01-01 14:09:13 +01:00
2010-01-01 14:09:13 +01:00
2009-10-26 09:30:43 +01:00

.. -*- restructuredtext -*-

=================
README for Sphinx
=================

Installing
==========

Use ``setup.py``::

   python setup.py build
   sudo python setup.py install


Reading the docs
================

After installing::

   cd doc
   sphinx-build . _build/html

Then, direct your browser to ``_build/html/index.html``.

Or read them online at <http://sphinx.pocoo.org/>.


Contributing
============

Send wishes, comments, patches, etc. to sphinx-dev@googlegroups.com.
Description
Languages
Python 79.5%
JavaScript 11.5%
TeX 5.6%
Jinja 2.5%
HTML 0.6%
Other 0.2%