Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.04 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.04 KB

sphinx-grasple

[![Documentation Status][rtd-badge]][rtd-link] Github-CI [![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.

Get started

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"]
...

Documentation

Coming soon... %See the Sphinx Exercise documentation for more information.

Important Note

The tests provided are still the original ones from sphinx-exercise and have not (yet) been adapted.

Contributing