Ithamar_code/Readme.md

29 lines
747 B
Markdown
Raw Normal View History

2022-11-19 19:18:59 +00:00
# Ithamar Associate Degree assignments
This repository contains the code and projects that Ithamar is doing and has done for his Associate Degree.
## Structure
2022-11-19 19:30:58 +00:00
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.
2022-11-19 20:04:59 +00:00
### Install dependencies
Install python3 and sphinx:
```
apt-get install python3-sphinx
```
2022-11-19 19:30:58 +00:00
### 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.