Skip to content

Latest commit

 

History

History
 
 

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Welcome to pyEPR documentation:beers:!

Open Source Love Awesome star this repo fork this repo

Find the docs at Read the Docs

BUILDING THE DOCS

This folder contains the src and resulting doc files. We use sphinx.

Setup

Install the theme

  pip install sphinx-rtd-theme

First time docs developers

First time setting up Sphinx

Notes for developers.

  1. Check out this tut for quicksetup of sphinx
   conda install sphinx numpydoc
   (or pip install -U Sphinx)
  1. Install read the docs theme and set in the config html_theme = "sphinx_rtd_theme"
  pip install sphinx_rtd_theme
  1. Set up autodoc tut and create full module doc. In the docs directory
  sphinx-apidoc -f -o source/ ../pyEPR -o source/api --no-toc -M -e
  make html

You can alos use this to update the doc tree.