The Sphinx documentation generator
Go to file
2009-09-08 21:49:27 +02:00
doc Add scrolls theme to the docs. 2009-09-08 21:49:27 +02:00
sphinx Add new theme "agogo", by Andi Albrecht. 2009-11-16 14:48:52 +01:00
tests merge with 0.6 2009-10-25 11:27:05 +01:00
utils merge with 0.5 2009-03-09 14:25:52 +01:00
.hgignore Added a new theme inspired by the jinja / werkzeug theme. 2009-06-30 17:34:02 +01: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 Added new minimal theme called scrolls. 2009-06-30 17:34:18 +01:00
EXAMPLES merge with 0.6 2009-11-09 00:33:49 +01:00
ez_setup.py Update ez_setup.py. 2008-11-23 19:50:56 +01:00
LICENSE Add JQuery license; add PSF copyright statement. 2009-01-05 00:04:53 +01:00
Makefile make check: ignore "build" and "dist" dirs. 2009-10-26 09:52:48 +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 Oops. 2009-10-22 18:07:31 +02:00
sphinx-autogen.py Work a bit on coding style of autosummary. 2009-03-14 21:08:52 +01:00
sphinx-build.py Some more license nits. 2009-01-03 12:15:04 +01:00
sphinx-quickstart.py Some more license nits. 2009-01-03 12:15:04 +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.