Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 847 Bytes

File metadata and controls

44 lines (26 loc) · 847 Bytes

Documentation

About

The documentation roughly attempts to follow Diátaxis.

Prose conventions: docs/STYLE.md.

View

You can view the moccasin documentation here.

Build

To build the documentation:

  1. Follow the Installing for local development instructions in CONTRIBUTING.md.

  2. Add dependencies:

uv sync --all-extras
  1. Build the documentation:
just docs
  1. Open the documentation in your browser.

If using something like VSCode's live server:

http://127.0.0.1:5500/built_docs/html/index.html

Or open built_docs/html/index.html directly from your filesystem.

Edit workflow

  • Style guide: docs/STYLE.md
  • Live rebuild while editing RST: just docs-watch