Skip to content

vpython/webVPythonDocsHome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is a stand alone web server for WebVPython end-user documentation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors