This repository contains documentation, tutorials and code samples for working with the Cal-Adapt API. Documentation created by Sphinx.
-
Clone the repo
-
Change directory
cd caladapt-docs
-
Create a python3 virtualenv
python3 -m venv env
-
Install libraries
pip install -r requirements.txt
-
Make your edits in
docs/source
-
To rebuild the docs, run the following in
caladapt-docs
directorymake html
-
Commit all changes and push to master. The
docs/build/html/
is also checked into the master branch. -
Update website by deploying
docs/build/html/
to Github Pages branch.make gh-pages