This is where Ithamar "blonde" H keeps his code, or at least his sorry attempts at them.
Go to file
2023-10-05 22:24:57 +02:00
documentation added some headers 2023-10-05 22:24:57 +02:00
escape_room sketch picture 2022-11-26 14:18:38 +00:00
J1P2 Added livehtml 2023-08-25 19:35:45 +02:00
Readme.md Updated readme 2022-11-19 21:04:59 +01:00

Ithamar Associate Degree assignments

This repository contains the code and projects that Ithamar is doing and has done for his Associate Degree.

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.

Install dependencies

Install python3 and sphinx:

apt-get install python3-sphinx

Usage:

To build the navigation, go to documentation/readthedocs and execute:

make html

Next, navigate to build/html and run a webserver:

python3 -m http.server

This will start a webserver on port localhost:8000. Navigate to this URL in your browser.