structured-tutorials
structured-tutorials allows you to write tutorials that can be rendered as documentation and run on your
system to verify correctness.
With structured-tutorials you to specify steps (commands, files to create, ...) in a YAML file. A Sphinx
plugin allows you to render them in your project documentation. A command-line tool can load the YAML file and
run it on your local system.
Please see the official documentation for more detailed information.
Installation / Setup
Install structured-tutorials:
pip install structured-tutorials
and configure Sphinx:
extensions = [
# ... other extensions
"structured_tutorials.sphinx",
]
# Optional: Root directory for tutorials (default: location of conf.py)
# structured_tutorials_root = DOC_ROOT / "tutorials"
Your first (trivial) tutorial
To create your first tutorial, create it in docs/tutorial.yaml (or elsewhere, if you configured
structured_tutorials_root in conf.py):
parts:
- commands:
- command: structured-tutorial --help
doc:
output: |
usage: structured-tutorial [-h] path
...
Run the tutorial
Run the tutorial with:
$ structured-tutorial docs/tutorials/quickstart/tutorial.yaml
usage: structured-tutorial [-h] path
...
Render tutorial in Sphinx:
Configure the tutorial that is being displayed - this will not show any output:
.. structured-tutorial:: quickstart/tutorial.yaml
.. structured-tutorial-part::
TODO
- Test file existence or something like that
- Platform independent "echo" step (useful for debugging/testing)
- Run in vagrant
License
This project is licensed under the MIT License. See LICENSE file for details.
Release files for structured-tutorials 0.4.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| structured_tutorials-0.4.0.tar.gz | 253.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| structured_tutorials-0.4.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 288.8 kB
Release files / structured_tutorials-0.4.0.tar.gz
| Download URL | structured_tutorials-0.4.0.tar.gz |
|---|---|
| Size | 253.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d8d39e679b3c0713a8a91fb91f1d8ddfa1b2a441fb87d59339c6fc20da550431
|
|
BLAKE2b-256 checksum How to use checksums |
dcaf117faea51454e39cf0ae6b57ed2e47067e606a2e93e92ed71ddfd822354e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Linux Mint","version":"22.3","id":"zena","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|
Release files / structured_tutorials-0.4.0-py3-none-any.whl
| Download URL | structured_tutorials-0.4.0-py3-none-any.whl |
|---|---|
| Size | 35.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
98d289e4833fd30159d4165a7b23fffb5956171fab7cf7ce6c6d7bfe46e6322f
|
|
BLAKE2b-256 checksum How to use checksums |
e0d746f799db5fef86af84710a37299bd885900b62a955cd3a631716963b332c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Linux Mint","version":"22.3","id":"zena","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|