This document is intended for developers working on rst2ld.
- Python >= 3.13
- See
pyproject.toml/requirements.txtfor runtime dependencies.
pip install -e ".[test]"This installs the package in editable mode together with the test dependencies.
pytestTests are located in lddocutils/ldwriter/lddirectives/tests/.
lddocutils/ldwriter/— custom Docutils writer (LDTranslator) and directive definitions.lddocutils/ldwriter/lddirectives/— monkey-patched and custom directives.lddocutils/ldwriter/lddirectives/tests/— pytest test suite.rst2ld.py— command-line entry point.