Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 517 Bytes

File metadata and controls

24 lines (16 loc) · 517 Bytes

Web VPython end user docs

RST sources are in vpdocs/. Built HTML is generated locally and deployed to GCS — it is not committed to this repo.

Setup

python -m venv .venv
.venv/bin/pip install -r requirements.txt

Build and serve locally

bash build-docs.sh        # builds to docs/VPythonDocs/
bash serve.sh             # serves on http://localhost:8070/docs/VPythonDocs/

Deploy to GCS

bash do_build.sh          # builds and syncs to gs://glow-docs/VPythonDocs