birkenfeld / sphinx (http://sphinx.pocoo.org/)

Sphinx is a tool that makes it easy to create intelligent and beautiful documentation for Python projects, written by Georg Brandl and licensed under the BSD license.

Clone this repository (size: 20.7 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/birkenfeld/sphinx/

 NB: This is not the latest revision. For the latest view, go to tip.

View at rev
sphinx /
filename size last modified message
doc  
sphinx  
tests  
utils  
.hgignore 131 B 11 months ago #146: Don't fail to generate LaTeX when the user has an…
.hgtags 421 B 7 months ago Added tag 0.6.3 for changeset 447109cf9b01
AUTHORS 1.2 KB 12 months ago Remove extra autosummary license since Sphinx now uses…
CHANGES 38.5 KB 2 months ago Prepare for release 0.6.4.
EXAMPLES 4.3 KB 2 months ago Add Bazaar.
LICENSE 10.2 KB 3 months ago Happy new year!
MANIFEST.in 515 B 12 months ago Fix manifest. Again.
Makefile 931 B 2 months ago Update check_sources; we now have 201x.
README 489 B 12 months ago Mark up.
TODO 151 B 5 months ago Dummy change.
babel.cfg 91 B 10 months ago Update POT file for new template locations.
ez_setup.py 9.5 KB 16 months ago Update ez_setup.py.
setup.cfg 327 B 20 months ago Add i18n support, thanks to Horst Gutmann.
setup.py 7.0 KB 10 months ago Provide a ==dev egg link in pkg-info.
sphinx-autogen.py 327 B 3 months ago Happy new year!
sphinx-build.py 353 B 3 months ago Happy new year!
sphinx-quickstart.py 364 B 3 months ago Happy new year!

README

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.