Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 430 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 430 Bytes

Catdocs

Documentation of Oxford SP3 (Scalable Pathogen Pipeline Platform) using Sphinx

1. Install Sphnix

Follow this link

2. Install Theme

pip3 install sphinx-rtd-theme

3. Build Html

cd docs
make html

4. Open html

firefox docs/build/html/index.html

Catdocs is available here