rst-lint
reStructuredText linter - Python 3.x
Install
- All systems
-
curl cmd.cat/rst-lint.sh
- Debian
-
apt-get install python3-restructuredtext-lint
- Ubuntu
-
apt-get install python3-restructuredtext-lint
- Kali Linux
-
apt-get install python3-restructuredtext-lint
- Fedora
-
dnf install python3-restructuredtext-lint
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-restructuredtext-lint
- OS X
-
brew install rst-lint
- Raspbian
-
apt-get install python3-restructuredtext-lint
- Dockerfile
- dockerfile.run/rst-lint
python3-restructuredtext-lint
reStructuredText linter - Python 3.x
This was created out of frustration with PyPI; it sucks finding out your reST is invalid after uploading it. It is being developed in junction with a Sublime Text linter. This package contains the Python 3.x module.