tripy-documentation
Installation
SKILL.md
API Documentation for nvtripy
When to Use
- Writing or updating docstrings for public API functions, classes, or modules
- Adding working code examples to documentation
- Choosing the correct
document_underpath for@export.public_api - Understanding how documentation is generated and built
Documentation Pipeline
@export.public_api(document_under="...")registers APIs inPUBLIC_APISlistdocs/generate_rsts.pyreadsPUBLIC_APISand generates.rstfiles in the docs hierarchy- Sphinx builds the final HTML docs from those
.rstfiles - Docstring code examples are extracted and validated during testing