Skip to content

Releases: executablebooks/sphinx-exercise

v1.0.0

03 May 13:14
2b52938
Compare
Choose a tag to compare

v1.0.0

(full changelog)

Maintenance and upkeep improvements

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@AakashGfude | @agoose77 | @mmcky | @welcome

v0.4.1

23 Jan 00:41
9357fbb
Compare
Choose a tag to compare

Improved 👌

Compatibility with docutils>=0.18 (from support with sphinx>=5). Along with updating
CI and pre-commit files.

v0.4.0

18 Mar 00:03
f555d72
Compare
Choose a tag to compare

v0.4.0 (2022-3-18)

New ✨

Added gated directive syntax for exercise and solution directives, which provides
an alternative syntax for building exercise and solution that may also include
executable code.

Example:

You may now use exercise-start and exercise-end to define the exercise which may
include any type of text, directives and roles between the start and end markers.

```{exercise-start}
:label: ex1
```

```{code-cell}
# Some setup code that needs executing
```

and maybe you wish to add a figure

```{figure} img/example.png
```

```{exercise-end}
```

This can also be used with solution-start and solution-end.

See docs for further details

v0.3.1

01 Feb 06:01
9a74199
Compare
Choose a tag to compare

This is a minor release that includes some bug fixes and a style update for the solution node titles

  • 🐛 FIX: Check for sphinx_exercise_registry in all registered post_tranform
  • 🐛 FIX: Update style for solution titles

v0.3.0

07 Dec 02:28
Compare
Choose a tag to compare

Improved 👌

This is a major release as the package was extensively refactored to improve maintainability.
There are very few user facing changes. The styles have been updated when
including a custom title to exercise admonitions.

Further details of the technical changes can be found here

v0.2.1

08 Oct 01:06
4a28f71
Compare
Choose a tag to compare

v0.1.0

09 Oct 09:05
22f8c36
Compare
Choose a tag to compare