File tree Expand file tree Collapse file tree 3 files changed +34
-3
lines changed
Expand file tree Collapse file tree 3 files changed +34
-3
lines changed Original file line number Diff line number Diff line change 22ChangeLog
33#########
44
5- ***********
6- 0.1.0 (TBR)
7- ***********
5+ ******************
6+ 0.2.0 (2025-12-23)
7+ ******************
8+
9+ Documentation
10+ =============
11+
12+ * Continue reworking the documentation.
13+ * Add option to render extra text before/after a part. The text is rendered as a template.
14+ * Parts can now have an ID that you can reference when rendering parts to make sure that you render what
15+ you actually think you render (useful for longer tutorials).
16+ * Add ``structured_tutorials_context `` option to pass extra context variables to a tutorial.
17+ * Rename the ``tutorial_root `` option to ``structured_tutorials_root ``.
18+ * rename the ``structured_tutorial_command_text_width `` option to ``structured_tutorials_command_text_width ``.
19+
20+ Command-line
21+ ============
22+
23+ * Add option ``--define {key} {value} `` to pass extra context variables.
24+ * Greatly improve error handling.
25+ * Parts can now have a name that is shown before running a tutorial part.
26+ * Add option to clear the environment for a command.
27+ * Add option to add extra environment variables for a command. Environment variables are rendered as
28+ templates.
29+ * Add ability to pass input to a process.
30+ * Command output can now also be tested for line or character count. You can specify an exact match, or a
31+ minimum and/or maximum.
32+
33+ ******************
34+ 0.1.0 (2025-12-22)
35+ ******************
836
937Initial version.
Original file line number Diff line number Diff line change 66hostname
77cwd
88backend
9+ reStructuredText
Original file line number Diff line number Diff line change 2828 destination : " {{ dest }}/{{ filename }}"
2929 doc :
3030 language : json
31+ # If you use sphinxcontrib-spelling, make sure the filename is not spell-checked
32+ ignore_spelling : true
3133 - commands :
3234 - command : cat {{ dest }}/{{ filename }}
3335 doc :
You can’t perform that action at this time.
0 commit comments