Skip to content

ingararntzen/timingdocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

timingdocs

Documentation for timingsrc (v3), hosted on https://timingsrc.readthedocs.io.

virtualenv

A Python virtual environment with sphinx and other dependencies needed for project startup and local builds.

Create Python environment

python3 -m venv venv

Activate Python environment

source venv/bin/activate

Install sphinx

pip install --upgrade pip
pip install -r requirements.txt

Deactivate Python environment

deactivate

build

cd docs
make html

view

google-chrome docs/build/html/index.html

About

Readthedocs documentation for timingsrc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published