flake8-sphinx-links
Docstring checker
A tool to enforce link formatting in Python docstrings
A Flake8 plugin to check docstrings for double backticked strings which should be links to the Python documentation.
2 stars
1 watching
0 forks
Language: Python
last commit: 4 months ago
Linked from 1 awesome list
documentationflake8pythonsphinx
Related projects:
Repository | Description | Stars |
---|---|---|
| Tools to improve Python documentation quality and consistency | 155 |
| A tool to check Python docstrings for consistency with function signatures or implementations. | 159 |
| A linter that checks the completeness and accuracy of docstrings in Python functions and methods. | 12 |
| Checks Python docstrings markup as reStructuredText (RST) for correctness | 55 |
| A tool to identify encoding issues in Python code | 6 |
| Tool to run flake8 checks on code snippets in docstrings or RST files. | 22 |
| Checks Python string formatting against the latest standard | 14 |
| A Flake8 plugin to check strings and parameters using str.format for implicit index usage | 20 |
| A Flake8 plugin that checks for TODO notes in Python code. | 30 |
| This plugin checks and enforces consistent usage of string literals in Python code. | 5 |
| Ensures Python source files specify author, copyright, and license information | 5 |
| A plugin that enforces the use of f-strings in Python code to improve style and readability | 51 |
| Analyze Python code for missing or incorrectly formatted test identifiers for a testing framework. | 10 |
| Enforces trailing commas in Python code to avoid merge conflicts and improve readability. | 131 |
| Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |