{% extends "layout.html" %} {% set title = 'Overview' %} {% block body %}

Welcome

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.

It was originally created to translate the new Python documentation, but has now been cleaned up in the hope that it will be useful to many other projects. (Of course, this site is also created from reStructuredText sources using Sphinx!)

Although it is still under constant development, the following features are already present, work fine and can be seen “in action” in the Python docs:

Sphinx uses reStructuredText as its markup language, and many of its strengths come from the power and straightforwardness of reStructuredText and its parsing and translating suite, the Docutils.

Documentation

Get Sphinx

Sphinx is available as an easy-installable package on the Python Package Index.

The code can be found on the Python SVN server, under http://svn.python.org/projects/doctools.

{% endblock %}