Skip to content

A Sphinx extension for inserting Grasple exercises.

License

Notifications You must be signed in to change notification settings

dbalague/sphinx-grasple

 
 

Repository files navigation

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

About

A Sphinx extension for inserting Grasple exercises.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 63.3%
  • HTML 14.1%
  • TeX 13.3%
  • Batchfile 4.2%
  • Makefile 3.3%
  • CSS 1.8%