While I’ve hosted lightning talks at #PyConUS before, I’ve finally given one today! Enforce documentation coverage with `interrogate`! It’s got a cute logo 😍🦥 https://interrogate.readthedocs.io
interrogate: explain yourself — Python docstring coverage (v1.7.0)

@roguelynn We have now extended the #Python Basics tutorial to include testing the docstring coverage with interrogate: https://python-basics-tutorial.readthedocs.io/en/latest/document/sphinx/test.html#docstrings-coverage
Testing

Builds and links: Build errors: You have the option of checking whether your content is built correctly before publishing your changes. Sphinx has a nitpicky mode for this, which can be called up w...

Python Basics
@veit wow I just saw this, a year later 🙈That’s amazing!!
@roguelynn Thank you very much. Interrogate is so helpful when we need to refactor code from data scientists: 100% test and docstring coverage is required for this.