An exercise extension for Sphinx.
This package contains a Sphinx extension for producing exercise and solution directives.
To get started with sphinx-exercise
, first install it through pip
:
pip install sphinx-exercise
then, add sphinx_exercise
to your sphinx extensions
in the conf.py
...
extensions = ["sphinx_exercise"]
...
See the Sphinx Exercise documentation for more information.
We welcome all contributions! See the EBP Contributing Guide for general details, and below for guidance specific to sphinx-exercise.