docs(pyargus): create initial documentation for pyargus

This commit is contained in:
Anand Balakrishnan 2023-10-05 15:42:57 -07:00
parent d39e3d3e12
commit 69c6c6abc2
No known key found for this signature in database
7 changed files with 241 additions and 2 deletions

View file

@ -6,6 +6,11 @@ repos:
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/rstcheck/rstcheck
rev: 'v6.2.0' # Use the sha / tag you want to point at
hooks:
- id: rstcheck
additional_dependencies: ["sphinx>=4.0"]
- repo: local
hooks:
- id: nox (python)