A sphinx theme. Derivative of "Eli Collins's cloud_sptheme".
The latest documentation can be found online at http://packages.python.org/PSphinxTheme.
Python 3
- for python2 look at the original cloud_sptheme by Eli Collins
Sphinx for version see {SOURCE}/requirements.txt
To install from pypi using
pip/pip3
:$ pip3 install PSphinxTheme
To install from the source:
$ python3 setup.py install
If you wish to generate your own copy of the documentation, you will need to:
Get the PSphinxTheme source.
If not already installed - install Sphinx
If not already installed - install python_lconf_lexer
From the PSphinxTheme source directory, run
python3 setup.py build_sphinx -E
.Once Sphinx is finished, point a web browser to the file:
{SOURCE}/build/sphinx/html/index.html
- Docs: http://packages.python.org/PSphinxTheme
- PyPI: http://pypi.python.org/pypi/PSphinxTheme
- Source: https://github.com/peter1000/PSphinxTheme
- python_lconf_lexer: https://github.com/LCONF/python_lconf_lexer a simple pygments lexer for LCONF
Known projects which make use of: PSphinxTheme
- PySpeedIT
- A collection of: Benchmark-IT, Profile-IT, Line-Memory-Profile-IT, Disassemble-IT.
- LCONF
- L(ight) CONF(iguration): A light - human-friendly, simple readable data serialization format for dynamic configuration.
- JqPyCharts
- JqPyCharts is a selection of: Javascripts / Css for simple charts in python projects.
- PyNHEP
- PyNHEP: The N(utrition) and H(ealthy) E(ating) P(lanner).
PSphinxTheme is distributed under the terms of the BSD 3-clause license.
Consult LICENSE or BSD-3-Clause.
(c) 2014, peter1000 https://github.com/peter1000 All rights reserved.