.gitignore
.pre-commit-hooks.yaml
LICENSE
MANIFEST.in
README.rst
codecov.yml
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
warnings_config.yml
./mlx/robot2rst/__init__.py
./mlx/robot2rst/__version__.py
./mlx/robot2rst/robot2rst.mako
./mlx/robot2rst/robot2rst.py
./mlx/robot2rst/robot_parser.py
./mlx/robot2rst/style_checker.py
./tests/test_formatting.py
./tests/test_robot2rst.py
.github/workflows/codeql-analysis.yml
.github/workflows/python-package.yml
doc/Makefile
doc/source/conf.py
doc/source/example.rst
doc/source/index.rst
doc/source/readme.rst
doc/source/requirements.rst
doc/source/robot/example.robot
mlx.robot2rst.egg-info/PKG-INFO
mlx.robot2rst.egg-info/SOURCES.txt
mlx.robot2rst.egg-info/dependency_links.txt
mlx.robot2rst.egg-info/entry_points.txt
mlx.robot2rst.egg-info/not-zip-safe
mlx.robot2rst.egg-info/requires.txt
mlx.robot2rst.egg-info/top_level.txt
mlx/robot2rst/__init__.py
mlx/robot2rst/robot2rst.mako
mlx/robot2rst/robot2rst.py
mlx/robot2rst/robot_parser.py
mlx/robot2rst/style_checker.py
tests/test_formatting.py
tests/test_robot2rst.py
tests/expected/bad_bullet.robot
tests/expected/multiline_doc.robot
tests/expected/multiline_doc.rst
tests/expected/multiple_syntax_errors.robot
tests/input/bad_bullet.robot
tests/input/multiline_doc.robot
tests/input/multiple_syntax_errors.robot
tests/input/smushed_doc.robot