Skip to content

gordonje/py_docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

py_docs

A walk-through of Python documentation tools, including:

  1. Docutils and reStructuredText
  2. Sphinx
  3. ReadTheDocs

This is a pretty good video tutorial.

Setting up

Install the requirements:

$ pip install -r requirements.txt

Then set up the sphinx project:

$ sphinx-quickstart

This will step you through several options. You can mostly keep the defaults.

"live" html

Paste this into docs/Makefile:

About

Notes about Python project documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors