Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 818 Bytes

MAINTAINER.rst

File metadata and controls

23 lines (16 loc) · 818 Bytes

Maintainer's Documentation

Scripts and utilities for maintainers of this package.

Top-level scripts:

  • env_setup.py - setting up a new virtual environment. Uses poetry so if you like using the virtual environment poetry uses, you should be fine.
  • self_check.py - validates the repo is in good shape. Uses pre-commit but you should use self_check.py instead in case other things are added and as a standard entrypoint common to many repos.

bin/ scripts:

  • build_docs.py - build the documentation. Open docs/index.html to read the local docs.
  • build_and_push_docs.py - build the documentation then push to github pages for this repo.