stsci.sphinxext

Software Screenshot:
stsci.sphinxext
Software Details:
Version: 1.1
Upload Date: 11 May 15
Developer: Michael Droettboom
Distribution Type: Freeware
Downloads: 6

Rating: nan/5 (Total Votes: 0)

stsci.sphinxext contains Sphinx extensions to build documentation from STScI.

Usage

These instructions only cover changes from the standard Sphinx instructions.

Create a new tree for your Sphinx documentation, using sphinx_quickstart, as described in the Sphinx introduction.

Import the stsci_sphinx customizations into your project's conf.py by inserting the following line at the top:

from stsci.sphinxext.conf import *

The "extensions" line in your conf.py should also be modified so it doesn't override the extensions defined by stsci.sphinxext. For example, change:

extensions = ['sphinx.ext.autodoc']

to:

extensions += ['sphinx.ext.autodoc']

Also, comment out the 'html_theme' line, so your project will use the stsci.sphinxext one.

Requirements:

  • Python
  • Sphinx
  • numpydoc
  • Matplotlib

Similar Software

Other Software of Developer Michael Droettboom

stsci.sphinxex
stsci.sphinxex

11 May 15

Comments to stsci.sphinxext

Comments not found
Add Comment
Turn on images!