The Sphinx documentation generator
Go to file
2010-08-23 15:20:22 +00:00
doc Clarify example. 2010-08-19 00:02:26 +02:00
sphinx #507: Fix crash parsing Python argument lists containing brackets in string literals. 2010-08-23 15:20:22 +00:00
tests #490: Fix cross-references to objects of types added by the :func:~.Sphinx.add_object_type API function. 2010-08-14 16:51:04 +02:00
utils Remove obsolete todo entry. 2010-01-18 00:38:10 +01:00
.hgignore Fix :guilabel: unescaping, and make some tests actually run. 2010-07-21 11:33:24 +01:00
AUTHORS In the default theme, the sidebar can experimentally now be made collapsible using the new `collapsiblesidebar` theme option. 2010-05-24 23:14:35 +02:00
babel.cfg Update POT file for new template locations. 2009-05-22 18:19:30 +02:00
CHANGES #507: Fix crash parsing Python argument lists containing brackets in string literals. 2010-08-23 15:20:22 +00:00
EXAMPLES Add Tau. 2010-08-05 15:29:45 +02:00
ez_setup.py Update ez_setup.py. 2008-11-23 19:50:56 +01:00
LICENSE Happy new year! 2010-01-01 14:09:13 +01:00
Makefile Make make check happy. 2010-07-23 12:38:41 +01:00
MANIFEST.in Fix manifest. Again. 2009-03-28 14:51:45 -05:00
README Mark up. 2009-03-09 09:42:05 +01:00
setup.cfg Teach babel to extract l_() messages. 2009-07-03 13:37:38 +02:00
setup.py Update for 1.0. 2010-07-23 12:42:03 +01:00
sphinx-autogen.py Happy new year! 2010-01-01 14:09:13 +01:00
sphinx-build.py Happy new year! 2010-01-01 14:09:13 +01:00
sphinx-quickstart.py Happy new year! 2010-01-01 14:09:13 +01:00
TODO Dummy change. 2009-10-26 09:30:43 +01:00
tox.ini Add docutils 0.7 target. 2010-07-26 19:31:07 +02: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.