bpt26 / usher_wiki

docs holder for usher wiki
GNU General Public License v3.0
2 stars 8 forks source link

docs for UShER

Codebase for the UShER wiki.

notes for maintainers of these docs

compiling locally

  1. pip install -r requirements.txt
  2. cd docs
  3. make linkcheck
  4. make html

Docs will be created in a new folder named build, and you can clean up afterwards with make clean.

tips for using RST

common warnings/errors