We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rst-lint
ATM, rst-lint turn up many errors in our RST doc:
# rst-lint doc/source/ | cut -d " " -f 1,3- | sort -u ERROR Unknown directive type "autoclass". ERROR Unknown directive type "currentmodule". ERROR Unknown directive type "py:currentmodule". ERROR Unknown directive type "toctree". ERROR Unknown interpreted text role "attr". ERROR Unknown interpreted text role "class". ERROR Unknown interpreted text role "doc". ERROR Unknown interpreted text role "func". ERROR Unknown interpreted text role "py:class". ERROR Unknown interpreted text role "ref".
Ideally, running tox -e lint should install rst-lint (and its pygments dep) and lint all .rst file there is.
tox -e lint
pygments
.rst
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ATM,
rst-lint
turn up many errors in our RST doc:Ideally, running
tox -e lint
should installrst-lint
(and itspygments
dep) and lint all.rst
file there is.The text was updated successfully, but these errors were encountered: