The Sphinx documentation generator
Go to file
2010-05-24 11:56:48 +02:00
doc Rename default_domain to primary_domain; give it special semantics. 2010-05-23 16:48:54 +02:00
sphinx Only add search summary if some data has been received. 2010-05-24 11:46:30 +02:00
tests #413: Added a way for intersphinx to refer to named labels in other 2010-05-23 13:06:01 +02:00
utils Remove obsolete todo entry. 2010-01-18 00:38:10 +01:00
.hgignore merge 2010-04-18 09:41:44 +02:00
AUTHORS Add credit for Barry. 2010-05-01 10:54:58 +02:00
babel.cfg Update POT file for new template locations. 2009-05-22 18:19:30 +02:00
CHANGES merge with 0.6 2010-05-23 16:30:04 +02:00
EXAMPLES Add flask-related examples. 2010-05-22 12:25:48 +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 merge with trunk 2010-01-07 19:07:50 +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 merge with 0.6 2010-05-22 12:59:18 +02: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

.. -*- 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.