Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-template-repo

Python template repository: A ready-to-use template repository with generic Github action workflows, directory structure and files.

Setup sphinx documentation

  1. Install sphinx requirements (already in requirements.txt)
pip install -r requirements.txt

2 . Create sphinx documentation base files

sphinx-quickstart         
sphinx-apidoc -o docs src
  1. Build sphinx documentation
cd docs
make html

or

cd docs
sphinx-build docs build    

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors