Documentation Generators

Sphinx – create intelligent and beautiful documentation for Python projects

Sphinx is a documentation generator or a tool that translates a set of plain text source files into various output formats, automatically producing cross-references, indices, etc. That is, if you have a directory containing a bunch of reStructuredText or Markdown documents, Sphinx can generate a series of HTML files, a PDF file (via LaTeX), man pages and much more.

It was originally created for the new Python documentation, and has excellent facilities for Python project documentation, but C/C++ is supported as well, and more languages are planned.

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.

Sphinx is free and open source software.

Key Features

  • Output formats: HTML (including derivative formats such as HTML Help, Epub and Qt Help), plain text, manual pages and LaTeX or direct PDF output using rst2pdf.
  • Extensive cross-references: semantic markup and automatic links for functions, classes, glossary terms and similar pieces of information.
  • Hierarchical structure: easy definition of a document tree, with automatic links to siblings, parents and children.
  • Automatic indices: general index as well as a module index.
  • Code handling: automatic highlighting using the Pygments highlighter.
  • Flexible HTML output using the Jinja 2 templating engine.
  • Various extensions are available, e.g. for automatic testing of snippets and inclusion of appropriately formatted docstrings.
  • Setuptools integration.

Website: www.sphinx-doc.org
Support: Documentation, GitHub Code Repository
Developer: Georg Brandl and Sphinx team
License: BSD License

Sphinx is written in Python and JavaScript. Learn Python with our recommended free books and free tutorials. Learn JavaScript with our recommended free books and free tutorials.


Related Software

Documentation Generators
JSDocAPI documentation generator for JavaScript
JavadocGenerate API documentation in HTML format
SphinxCreate intelligent and beautiful documentation for Python projects
phpDocumentorComplete documentation solution for PHP
DoxygenDocumentation system for C, C++, Java, Python and other languages
YARDRuby documentation tool
DoccoLiterate-programming-style documentation generator
Natural DocsDocumentation generator that supports 21 different languages
CryccoQuick and dirty documentation generator
ROBODocDocumentation tool similar to Javadoc

Read our verdict in the software roundup.

Python Static Site Generators
MkDocsProject documentation with Markdown. It's easy to use and extensible
PelicanStatic site generator that supports Markdown and reST syntax
SphinxCreate intelligent and beautiful documentation for Python projects
LektorFlexible and powerful static content management system
NikolaStatic website and blog generator
BestaticReally minimal yet feature-rich
TeedocSimple static website/document/blog generator
makesite Simple, lightweight, and magic-free static site/blog generator
ProsopopeeStatic site generator for your story
GrowDeclarative website generator
HydeSupport for powerful template languages like Jinja2
CactusSimple but powerful static website generator
StapyWorks with Python on any operating system without additional packages.
Frozen-FlaskFreezes a Flask application into a set of static files
BlurryFocused on page speed and SEO
UrubuMicro content management system for static websites
MiyadaikuSuitable for blogs, documentation, and other static publishing projects
incorporeal-cmsLightweight static site generator for Markdown-based sites
blagBlog-aware, static site generator which uses Markdown
wmkFlexible and versatile static site generator
PagegenWith reStructuredText or Markdown markup and Mako templates
BakuSimple, Markdown-based blogging engine/static website generator
AuroraSupport for static and incremental builds
GenjaUses Jinja templates for page rendering

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments