The Sphinx documentation generator
Go to file
Georg Brandl 2c8e51a17b merge
2010-04-17 12:57:15 +02:00
doc Add explicit hint about compiling message catalogs. 2010-04-06 19:31:35 +02:00
sphinx merge 2010-04-17 12:57:15 +02:00
tests In autodoc, allow customizing the signature of an object via autodoc-process-signature where the built-in mechanism fails. 2010-02-21 22:59:53 +01:00
utils Update check_sources; we now have 201x. 2010-01-02 21:11:23 +01:00
.hgignore #146: Don't fail to generate LaTeX when the user has an active 2009-05-03 10:32:32 +02:00
AUTHORS Remove extra autosummary license since Sphinx now uses 2-clause BSD as well. 2009-03-14 21:16:20 +01:00
babel.cfg Update POT file for new template locations. 2009-05-22 18:19:30 +02:00
CHANGES merge 2010-04-17 12:57:15 +02:00
EXAMPLES Add Bazaar. 2010-01-02 14:24:26 +01: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 Update check_sources; we now have 201x. 2010-01-02 21:11:23 +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 Add i18n support, thanks to Horst Gutmann. 2008-08-08 10:54:00 +00:00
setup.py Provide a ==dev egg link in pkg-info. 2009-05-17 12:39:43 +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.