rstcheck-core
General | |
CI | |
PyPI | |
Github | |
Library for checking syntax of reStructuredText and code blocks nested within it.
See the full documentation at read-the-docs
Installation
From pip
$ pip install rstcheck_core
To use pyproject.toml for configuration:
$ pip install rstcheck_core[toml]
To add sphinx support:
$ pip install rstcheck_core[sphinx]
Supported languages in code blocks
- Bash
- Doctest
- C (C99)
- C++ (C++11)
- JSON
- XML
- Python
- reStructuredText