mattcarter / sphinx_celery

Celery Sphinx Theme and Utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Celery Sphinx Utilities

Version: 1.3.1
Download:http://pypi.python.org/pypi/sphinx_celery/
Source:http://github.com/celery/sphinx_celery/
Keywords:Sphinx, documentation, python

About

This project provides the Celery sphinx theme and common Sphinx utilities.

Installation

You can install sphinx_celery either via the Python Package Index (PyPI) or from source.

To install using pip,:

$ pip install -U sphinx_celery

To install using easy_install,:

$ easy_install -U sphinx_celery

Downloading and installing from source

Download the latest version of sphinx_celery from http://pypi.python.org/pypi/sphinx_celery/

You can install it by doing the following,:

$ tar xvfz sphinx_celery.0.0.tar.gz
$ cd sphinx_celery.0.0
$ python setup.py build
# python setup.py install

The last command must be executed as a privileged user if you are not currently using a virtualenv.

Using the development version

With pip

You can install the latest snapshot of sphinx_celery using the following pip command:

$ pip install https://github.com/celery/sphinx_celery#egg=sphinx_celery

About

Celery Sphinx Theme and Utilities

License:Other


Languages

Language:Python 77.1%Language:Makefile 9.2%Language:PowerShell 7.0%Language:Batchfile 4.6%Language:HTML 1.8%Language:Shell 0.2%