This is release 1.6 of a small Python package named cloud_sptheme. It contains a Sphinx theme named “Cloud”, and some related Sphinx extensions. Cloud and its extensions are primarily oriented towards generating html documentation for Python libraries. It provides numerous small enhancements to make the html documentation html more interactive, improve the layout on mobile devices, and other enhancements.
The following Sphinx extensions provide features used by the Cloud theme, and should be enabled for most documentation that uses it:
- cloud_sptheme.ext.index_styling
- Adds additional css styling classes to the index page.
- cloud_sptheme.ext.relbar_toc
- Adds a TOC link to the top navigation controls.
This package also provides a few extra Sphinx extensions which may be useful when documenting Python projects; and should be theme-agnostic:
- cloud_sptheme.ext.autodoc_sections
- Patches the sphinx.ext.autodoc to handle RST section headers inside docstrings.
- cloud_sptheme.ext.issue_tracker
- Adds a special :issue: role for quickly linking to your project’s issue tracker.
- cloud_sptheme.ext.escaped_samp_literals
- Patches Sphinx to permit escaped {} characters within a :samp: role.
- cloud_sptheme.ext.table_styling
- Enhances .. table directive to support per-column text alignment and other layout features.
Homepage: https://bitbucket.org/ecollins/cloud_sptheme Online Docs: http://packages.python.org/cloud_sptheme Download & PyPI: http://pypi.python.org/pypi/cloud_sptheme