[![Documentation Status][rtd-badge]][rtd-link]
[![Coverage Status][codecov-badge]][codecov-link]
A Grasple exercise extension for Sphinx.
This package contains a Sphinx extension for inserting Grasple exercises into a Jupyter book as an iframe.
To get started with sphinx-grasple
, first install it through pip
:
pip install sphinx-grasple
then, add sphinx_grasple
to your sphinx extensions
in the conf.py
...
extensions = ["sphinx_grasple"]
...
Coming soon... %See the Sphinx Exercise documentation for more information.
The tests provided are still the original ones from sphinx-exercise and have not (yet) been adapted.