Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 682 Bytes

docs.md

File metadata and controls

22 lines (14 loc) · 682 Bytes

Updating documentation

The R2DT documentation is generated using Sphinx and MyST. The docs are deployed automatically to Read the Docs.

To generate documentation locally:

  1. Start local server and watch for changes:

    just docs
  2. Open http://0.0.0.0:8000 in your browser to view the docs.

:::{note} An alternative port can be specified using the port variable: just port=3000 docs :::

Verifying documentation

To check that all hyperlinks are live:

just check-links