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 ........ r65532 | georg.brandl | 2008-08-04 22:35:07 +0000 (Mon, 04 Aug 2008) | 2 lines Add a test file for misc. markup and fix a doc bug. ........ r65546 | georg.brandl | 2008-08-05 09:55:20 +0000 (Tue, 05 Aug 2008) | 2 lines Show an indication while downloading the search index. ........ r65547 | georg.brandl | 2008-08-05 10:07:50 +0000 (Tue, 05 Aug 2008) | 2 lines Fix an indentation problem in production lists. #3477. ........ r65550 | georg.brandl | 2008-08-05 16:21:34 +0000 (Tue, 05 Aug 2008) | 2 lines Remove unused interface.js. ........ r65551 | georg.brandl | 2008-08-06 08:48:21 +0000 (Wed, 06 Aug 2008) | 2 lines Don't try to remove a nonexisting static dir. ........ |
||
---|---|---|
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.