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
- Host: GitHub
- URL: https://github.com/davep/pydscheck
- Owner: davep
- License: gpl-3.0
- Created: 2018-08-02T10:27:52.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T16:38:25.000Z (about 3 years ago)
- Last Synced: 2025-05-06T18:15:46.554Z (9 months ago)
- Topics: docstring, docstring-documentation, docstrings, documentation-tool, lint, linter, python, python3, sphinx, sphinx-doc
- Language: Python
- Homepage:
- Size: 122 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
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)