An open API service indexing awesome lists of open source software.

https://github.com/davep/pydscheck

Simple tool to check doc strings in Python code
https://github.com/davep/pydscheck

docstring docstring-documentation docstrings documentation-tool lint linter python python3 sphinx sphinx-doc

Last synced: 9 months ago
JSON representation

Simple tool to check doc strings in Python code

Awesome Lists containing this project

README

          

# pydscheck

Simple tool to help me check Python source files to ensure that I've added
doc strings, and to also ensure they're of a sensible format (where
"sensible" is my own personal preference).

Also written as a way to get to understand Python's AST tools.

[//]: # (README.md ends here)