code documentation spell checker
Project description
doc spell
Code documentation spell checker.
Retrieve human text from the code and pipe it to spell checker
The flow:
- collect all comments and doc strings
- strip technical text from comments
- fenced block - multi-line text between 3 back ticks, similar to
<pre>
tag - in-line code - text between back ticks, similar to
<code>
- special comment - e.g.
noqa
,pylint
- fenced block - multi-line text between 3 back ticks, similar to
- feed it to spell checker
Installation
pip install doc-spell
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for doc_spell-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0fc9115b991e5d2895fb6a5ce5c8fbf32c340b12cf4f9633c179bf968e9138a0 |
|
MD5 | 608db742e11a9787a8444246570bc28b |
|
BLAKE2b-256 | b2a3db9cc5cb3c2cd897ab42d789398dd2448075c22b3e942c203dceb91649b7 |