Add documentation checks #8
Labels
enhancement
New feature or request
maintenance
This is for maintaining the repo
stale
*crickets chirp*
Description
We should add some more tests to make sure the docs are okay (not just that it builds on RTD). Some available tools:
doc8
orrstcheck
for RST lintingflake8-docstrings
for checking docstrings in PythonThese tools use config files, so we will have to figure out (similar to flake8) what warnings/errors to include/exclude for our use cases.
The text was updated successfully, but these errors were encountered: