Skip to content

A sphinx theme. Derivative of "Eli Collins's cloud_sptheme".

License

Notifications You must be signed in to change notification settings

peter1000/PSphinxTheme

Repository files navigation

P-SphinxTheme

About

A sphinx theme. Derivative of "Eli Collins's cloud_sptheme".

The latest documentation can be found online at http://packages.python.org/PSphinxTheme.

Requirements

Installation

  1. To install from pypi using pip/pip3:

    $ pip3 install PSphinxTheme
  2. To install from the source:

    $ python3 setup.py install

Building the Documentation

If you wish to generate your own copy of the documentation, you will need to:

  1. Get the PSphinxTheme source.
  2. If not already installed - install Sphinx
  3. If not already installed - install python_lconf_lexer
  4. From the PSphinxTheme source directory, run python3 setup.py build_sphinx -E.
  5. Once Sphinx is finished, point a web browser to the file:

    {SOURCE}/build/sphinx/html/index.html

Online Resources

Projects using PSphinxTheme

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.

|