Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 173 Bytes

readme_setup.md

File metadata and controls

13 lines (7 loc) · 173 Bytes

test sphinx

sudo pip3 install sphinx sphinx-rtd-theme

mkdir docs

cd docs

sphinx-quickstart

sphinx-apidoc -o ./source ../pyciosa

make clean && make html