Sphinx ======================================= (Python Documentation Generator) .. note:: This project is under active development. Quick start -------------- Assuming you have Python already, install Sphinx: :: pip install sphinx windows install sphinx :: pip install -U sphinx Now that you have added some files and content, let’s make a first build of the docs. A build is started with the sphinx-build program: :: sphinx-build -b html sourcedir builddir where sourcedir is the source directory, and builddir is the directory in which you want to place the built documentation. The -b option selects a builder; in this example Sphinx will build HTML files. Building your HTML documentation :: sphinx-build -b html source/ build/html Install sphinx-rtd-theme :: pip install sphinx-rtd-theme Get Sphinx version :: sphinx-build --version Sphinx Quick start :: sphinx-quickstart `Getting Started with Sphinx `_ #. `Sphinx Official Website `_ #. `Sphinx Github Repository `_ #. `Sphinx Documentation `_ #. `Sphinx Themes `_ #. `Sphinx Extensions `_ #. `Read the Docs `_ #. `reStructuredText Manual `_ #. `reStructuredText:Markup Syntax and Parser Component of Docutils `_ #. `Quick reStructuredText `_ #. `Create Documentation with RST, Sphinx, Sublime, and GitHub `_ #. `sphinx-lesson: structured lessons with Sphinx `_ read the docs ------------------- Organizations ModernCFD https://github.com/ModernCFD