Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 305 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 305 Bytes

Behind the design of Numbas

In this repository I'm collecting essays and documentation on the design decisions behind the Numbas system.

Building

The notes are written using Sphinx. Install it using pip:

pip install -r requirements.txt

To build the HTML version, run:

make html