QuantEcon / sphinxcontrib-jupyter

A Sphinx Extension for Generating Jupyter Notebooks
BSD 3-Clause "New" or "Revised" License
74 stars 23 forks source link

ENH: Add solution support for exercise directives #242

Open mmcky opened 4 years ago

mmcky commented 4 years ago

Add a solutions directive. This would leverage the label feature of the exercise so that you can only have one unique solution for each exercise and you link them by label (after parsing warnings will be issues for any duplicate labeled solutions or any solutions missing an exercise).

You would control the inclusion of the exercises using a config option in conf.py exercise_include_solutions where the default value is False