mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
The Sphinx documentation generator
svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x ........ r64642 | georg.brandl | 2008-07-01 23:02:35 +0200 (Tue, 01 Jul 2008) | 2 lines #3251: label names are case insensitive. ........ r64643 | georg.brandl | 2008-07-01 23:24:55 +0200 (Tue, 01 Jul 2008) | 2 lines Add a note about decorated functions. ........ r64698 | georg.brandl | 2008-07-04 12:21:09 +0200 (Fri, 04 Jul 2008) | 2 lines Allow setting current module to None. ........ |
||
---|---|---|
doc | ||
sphinx | ||
tests | ||
utils | ||
AUTHORS | ||
CHANGES | ||
EXAMPLES | ||
ez_setup.py | ||
LICENSE | ||
Makefile | ||
README | ||
setup.cfg | ||
setup.py | ||
sphinx-build.py | ||
sphinx-quickstart.py | ||
TODO |
================= README for Sphinx ================= Installing ========== Use ``setup.py``:: python setup.py build sudo python setup.py install Reading the docs ================ After installing:: cd doc mkdir -p _build/html sphinx-build . _build/html browser _build/index.html Or read them online at <http://sphinx.pocoo.org/>. Contributing ============ Send wishes, comments, patches, etc. to georg@python.org.