executablebooks / sphinx-exercise

A Sphinx extension for producing exercise and solution directives.

Home Page:https://ebp-sphinx-exercise.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sphinx-exercise

Documentation Status Github-CI Coverage Status

An exercise extension for Sphinx.

This package contains a Sphinx extension for producing exercise and solution directives.

Get started

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

Documentation

See the Sphinx Exercise documentation for more information.

Contributing

We welcome all contributions! See the EBP Contributing Guide for general details, and below for guidance specific to sphinx-exercise.

About

A Sphinx extension for producing exercise and solution directives.

https://ebp-sphinx-exercise.readthedocs.io

License:MIT License


Languages

Language:HTML 47.8%Language:Python 39.7%Language:TeX 8.1%Language:Batchfile 2.1%Language:Makefile 1.7%Language:CSS 0.5%