sphinx-exercise
sphinx-exercise copied to clipboard
A Sphinx extension for producing exercise and solution directives.
### Describe the bug **context** The latest release didn't trigger the `docs` to build on `rtd` **bug** Manually triggering a build updated the docs but need to figure out the...
In #18 @jstac brought up a good point that it is quite common to want executable code in the solutions to your exercises. Right now this isn't possible with `{code-cell}`...
### Description / Summary Need to write up lessons learnt with integrating custom admonitions to support: 1. integration with `ref` and `numref` 2. setting up `directives` 3. working with `post_transforms`...
### Describe the problem It looks like mathjax doesn't get loaded by sphinx on page that contains nodes that reference math but don't explicitly include math on that page For...
### Describe the problem When adding in simple examples such as: ```` ```{exercise} :label: exercise-1 ``` ```` this will cause a warning to be issued if another exercise is labeled...
I believe that @jni mentioned it is common for them to have exercises in individual chapters and **additionally** at the end of a book. I think that's a pretty common...
Hi @jstac , @mmcky , @AakashGfude , @choldgraf and @najuzilu , I tried to convert exercises and their solutions of lecture [functions](https://github.com/QuantEcon/lecture-python-programming.myst/blob/master/lectures/functions.md) in repo: https://github.com/QuantEcon/lecture-python-programming.myst with ``sphinx-exercise`` syntax, and I...
It would be great to see examples of how you imagine these directives working so that folks can try it out! also cc @jni and @stefanv who I think would...
### Describe the bug **context** [v1.0](https://github.com/executablebooks/sphinx-exercise/releases/tag/v1.0.0) was recently released but it looks like the publishing CI failed to publish it on pypi and ronda-forge **expectation** I expect `conda install sphinx-exercise`...