No description
Find a file
2023-08-14 21:50:47 +03:00
examples Rearrange CSS files 2023-07-20 19:43:34 +03:00
kirlent_docutils Update basic module documentation 2023-08-14 21:50:47 +03:00
tests Add version match test 2023-07-21 22:02:47 +03:00
.gitignore remove vscode settings 2022-08-26 11:43:41 +03:00
CHANGES.rst Add tox environment for building package 2023-07-07 12:50:59 +03:00
LICENSE.txt convert string formatting to dict style 2022-08-26 13:25:33 +03:00
pyproject.toml Switch back to flake8 (with pyproject) for linting 2023-08-14 20:57:56 +03:00
README.rst Move __init__ module to cli 2023-07-07 13:02:47 +03:00
requirements-dev.txt Switch back to flake8 (with pyproject) for linting 2023-08-14 20:57:56 +03:00
requirements.txt Switch back to flake8 (with pyproject) for linting 2023-08-14 20:57:56 +03:00

kirlent-docutils is a set of tools
for generating impress.js and reveal.js presentations
from restructured text documents.

Since it aims to be compatible with any restructured text tool,
it doesn't define its own directives
and instead uses only standard `docutils`_ features.

At the moment, the tools are functional
but their usage and the slide markup might change.
This is also the reason why there is no documentation yet.
You can check out the files in the "examples" directory.

.. _docutils: https://docutils.sourceforge.io/