Updated readme

This commit is contained in:
Eljakim Herrewijnen 2022-11-19 21:04:59 +01:00
parent 3d5a498d94
commit f5f580240d

View File

@ -4,6 +4,14 @@ This repository contains the code and projects that Ithamar is doing and has don
## Structure ## Structure
the documentation/ folder contains the **readthedocs** source that will be updated by Ithamar according to the assignments he needs to make. The **assignments** folder contains the assignments made by Ithamar. the documentation/ folder contains the **readthedocs** source that will be updated by Ithamar according to the assignments he needs to make. The **assignments** folder contains the assignments made by Ithamar.
### Install dependencies
Install python3 and sphinx:
```
apt-get install python3-sphinx
```
### Usage: ### Usage:
To build the navigation, go to *documentation/readthedocs* and execute: To build the navigation, go to *documentation/readthedocs* and execute: