Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 698 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 698 Bytes

Documentation

Product Documentation

Product documentation for the toolkit is available at https://docs.nvidia.com/nemo/guardrails.

Building the Documentation

  1. Make sure you installed the docs dependencies. Refer to CONTRIBUTING.md for more information about Poetry and dependencies.

  2. Build the documentation:

    make docs

    The HTML is created in the _build/docs directory.

Publishing the Documentation

Tag the commit to publish with docs-v<semver>. Push the tag to GitHub.

To avoid publishing the documentation as the latest, ensure the commit has /not-latest on a single line, tag that commit, and push to GitHub.