This repository generates a collection of tools to process exports from different systems and export the results to other formats.
Feel free to reuse this content or contribute to it. Please give appropriate credit, provide a link to the license, and indicate if changes were made (CC BY 4.0 License)
The website (https://prime-tu-delft.github.io/grade_processors/) is created using the TeachBooks Python package. To recreate it you have two options (more information in the TeachBooks manual:
- In the GitHub interface: fork this repository, enable Github Pages from the source GitHub actions (Settings - Code and automation - Pages - Build and deployment - Source - GitHub Actions), enable workflows (Actions - I understand my workflows, go ahead and enable them) and run the call-deploy-book workflow (Actions - call-deploy-book - Run workflow - Run workflow). The website is released on the URL as shown on the workflow summary when the workflow has finished (Actions - call-deploy-book - call-deploy-book - Summary).
- On your own computer: clone this repository, install the required packages (
pip install -r requirements.txt) and build the book (teachbooks build book). The website is stored locally inbook/_build/index.html.