Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 299 Bytes

DOCUMENTATION.md

File metadata and controls

19 lines (13 loc) · 299 Bytes

To rebuild the site run:

mkdocs build

To serve the docs run:

mkdocs serve

To verify a file has appropriate commenting to support mkdocs use:

python -m doctest papermill_origami/path/to/file.py

No output means the file has been fully commented and accepted.