Skip to content

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

Notifications You must be signed in to change notification settings

ahnazary/python-template-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages