The Sphinx documentation generator
Go to file
2009-02-21 20:28:20 +01:00
doc The new `latex_additional_files` config value can be used to 2009-02-20 11:20:15 +01:00
sphinx #96: The LaTeX builder now supports figures wrapped by text, when using the `figwidth` option and right/left alignment. 2009-02-21 20:28:20 +01:00
tests Fix the serializing and changes builders, and really test them. 2009-02-21 17:17:21 +01:00
utils Make "make check" happy. 2009-02-19 23:31:34 +01:00
.hgignore Ignore .so files. 2008-12-30 02:37:01 +01:00
AUTHORS Add DirectoryHTMLBuilder (contributed as PrettyHTMLBuilder by Will Maier). 2009-02-19 00:07:47 +01:00
babel.cfg Switched templating to jinja2 2008-11-20 20:05:45 +01:00
CHANGES #96: The LaTeX builder now supports figures wrapped by text, when using the `figwidth` option and right/left alignment. 2009-02-21 20:28:20 +01:00
EXAMPLES Add MyHDL. 2009-02-19 23:02:54 +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 Fix more line length and trailing whitespace. 2009-01-10 22:18:18 +01:00
MANIFEST.in merge in trunk 2009-01-10 20:46:13 +01:00
README Fix #53, a few nits in the README. 2008-11-24 20:33:58 +01:00
setup.cfg Add i18n support, thanks to Horst Gutmann. 2008-08-08 10:54:00 +00:00
setup.py Added an `only` directive that can selectively include text 2009-02-19 21:56:34 +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 change tracker url 2008-11-04 02:34:12 +01:00

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