{% extends "layout.html" %} {% set title = _('Overview') %} {% block body %}
{%trans%} Sphinx is a tool that makes it easy to create intelligent and beautiful documentation, written by Georg Brandl and licensed under the BSD license.{%endtrans%}
{%trans%}It was originally created for the Python documentation, and it has excellent facilities for the documentation of software projects in a range of languages. Of course, this site is also created from reStructuredText sources using Sphinx! The following features should be highlighted:{%endtrans%}
{%trans%} 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.{%endtrans%}
{%trans%}First steps with Sphinx{%endtrans%} |
{%- if hasdoc('search') %} {%trans%}Search page{%endtrans%} |
{%trans%}Contents{%endtrans%} |
{%- if hasdoc('genindex') %} {%trans%}General Index{%endtrans%} |
{%trans%}Changes{%endtrans%} |
{%trans%} You can also download PDF/EPUB versions of the Sphinx documentation: a PDF version generated from the LaTeX Sphinx produces, and a EPUB version. {%endtrans%}
{%trans path=pathto("examples")%}Links to documentation generated with Sphinx can be found on the Projects using Sphinx page.{%endtrans%}
{%trans%} For examples of how Sphinx source files look, use the “Show source” links on all pages of the documentation apart from this welcome page.{%endtrans%}
{%trans%}You may also be interested in the very nice tutorial on how to create a customized documentation using Sphinx written by the matplotlib developers.{%endtrans%}
{%trans%}There is a Japanese translation of this documentation, thanks to the Japanese Sphinx user group.{%endtrans%}
{%trans%}A Japanese book about Sphinx has been published by O'Reilly: Sphinxをはじめよう / Learning Sphinx.{%endtrans%}
{%trans%}Need a place to host your Sphinx docs? readthedocs.org hosts a lot of Sphinx docs already, and integrates well with projects' source control. It also features a powerful built-in search that exceeds the possibilities of Sphinx' JavaScript-based offline search.{%endtrans%}
{%trans%}If you want to contribute to the project, this part of the documentation is for you.{%endtrans%}