sgordon007 / sphinx-template

A template for a fully-functioning sphinx deployment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sphinx_template

Materials to help you go from zero to full documentation as quickly as possible.

This repository contains the following directories:

  • docs/
    • The Sphinx source of the documentation.
  • my_package/
    • An example Python package. We'll grab docstrings from this package and generate documentation for it.
  • examples/
    • Visual examples that illustrate the use of my_package. These examples will be turned into a gallery.

Of particular interest may be the docs/source/conf.py file, which is used to configure Sphinx.

The documentation may be built by doing:

cd docs
make html

About

A template for a fully-functioning sphinx deployment

License:MIT License


Languages

Language:Python 100.0%