Checks syntax of reStructuredText and code blocks nested within it
Project description
General |
|
CI |
|
PyPI |
|
Github |
|
Checks syntax of reStructuredText and code blocks nested within it.
See the full documentation at read-the-docs
Installation
From pip
$ pip install rstcheck
To use pyproject.toml for configuration:
$ pip install rstcheck[toml]
To add sphinx support:
$ pip install rstcheck[sphinx]
Supported languages in code blocks
Bash
Doctest
C (C99)
C++ (C++11)
JSON
XML
Python
reStructuredText
Examples
With bad Python syntax:
====
Test
====
.. code:: python
print(
$ rstcheck bad_python.rst
bad_python.rst:7: (ERROR/3) (python) unexpected EOF while parsing
With bad C++ syntax:
====
Test
====
.. code:: cpp
int main()
{
return x;
}
$ rstcheck bad_cpp.rst
bad_cpp.rst:9: (ERROR/3) (cpp) error: 'x' was not declared in this scope
With bad syntax in the reStructuredText document itself:
====
Test
===
$ rstcheck bad_rst.rst
bad_rst.rst:1: (SEVERE/4) Title overline & underline mismatch.
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 Distribution
rstcheck-6.2.1.tar.gz
(23.6 kB
view details)
Built Distribution
File details
Details for the file rstcheck-6.2.1.tar.gz
.
File metadata
- Download URL: rstcheck-6.2.1.tar.gz
- Upload date:
- Size: 23.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4d173950b023eb12c2b9d2348a8c62bef46612bbc7b29e1e57d37320ed0a891 |
|
MD5 | 342d46a28e82574f1302d11f4e374aab |
|
BLAKE2b-256 | 4dc1ebec613b5e9225a9f5655bc17ce07b0e27e5a8fb302a1c088be5567d9f6f |
File details
Details for the file rstcheck-6.2.1-py3-none-any.whl
.
File metadata
- Download URL: rstcheck-6.2.1-py3-none-any.whl
- Upload date:
- Size: 8.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b450943707d8ca053f5c6b9f103ee595f4926a064203e5e579172aefb3fe2c12 |
|
MD5 | 1faf2df069bf8255e14c86a4e000835d |
|
BLAKE2b-256 | b0b35556afc6e83b162dc29f84e0c8a10f6a72af70845552698acd6bb3b927cd |