Skip to content

Commit c540ffe

Browse files
Merge pull request #8 from RoboticsBrno/VaclavBurda/Update-Immages-AddText
2 parents c1e99b3 + 849a67d commit c540ffe

File tree

7 files changed

+23
-7
lines changed

7 files changed

+23
-7
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ hw/solderingChallenge-backups/
2929
.venv
3030
hw/~solderingChallenge.kicad_pcb.lck
3131
hw/solderingChallenge.kicad_prl
32+
.DS_Store
33+
34+
site/

dev.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44
Edit documentation only in the `/` folder!
55
To update documentation from root to `/docs` use macro `make fixRelativeLinkDocs` which will replace all relative links from `/` to `/docs` folder.
66

7+
## Installation
8+
To install the project, run the following command:
9+
10+
```bash
11+
python3 -m venv .venv
12+
source .venv/bin/activate
13+
pip install -r requirements.txt
14+
15+
make docs-serve
16+
# mkdocs serve
17+
```
18+
719
### Building the documentation
820
The documentation is built using [mkdocs](https://www.mkdocs.org/). To test the documentation locally, run `make docs-serve` and open [http://localhost:8000](http://localhost:8000) in your browser.
921

docs/assembly/version-2.cs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ Verze z roku 2023
2626

2727
## L1 - THT
2828

29-
![](/media/solderingChallenge-v2/solderingChallenge-L1.png){: style="width:300px"}
29+
![](/media/solderingChallenge-v2/solderingChallenge-L1.png){: style="width:600px"}
3030

3131

3232
## L2 - 1206
33-
![](/media/solderingChallenge-v2/solderingChallenge-L2.png){: style="width:300px"}
33+
![](/media/solderingChallenge-v2/solderingChallenge-L2.png){: style="width:600px"}
3434

3535

3636
!!! info "Pozor, L2 má stejné rezistory R2 a R3. R1 je zde jiný"
3737

3838

3939
## L3 - 0603
40-
![](/media/solderingChallenge-v2/solderingChallenge-L3.png){: style="width:300px"}
40+
![](/media/solderingChallenge-v2/solderingChallenge-L3.png){: style="width:600px"}

docs/assembly/version-2.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,15 @@ Version from 2023
2121

2222
## L1 - THT
2323

24-
![](/media/solderingChallenge-L1.png){: style="width:300px"}
24+
![](/media/solderingChallenge-v2/solderingChallenge-L1.png){: style="width:600px"}
2525

2626

2727
## L2 - 1206
28-
![](/media/solderingChallenge-L2.png){: style="width:300px"}
28+
![](/media/solderingChallenge-v2/solderingChallenge-L2.png){: style="width:600px"}
2929

3030

31-
!!! info "Note that L2 has the same resistors R2 and R3. R1 is different here"
31+
!!! info "Pozor, L2 má stejné rezistory R2 a R3. R1 je zde jiný"
32+
3233

3334
## L3 - 0603
34-
![](/media/solderingChallenge-L3.png){: style="width:300px"}
35+
![](/media/solderingChallenge-v2/solderingChallenge-L3.png){: style="width:600px"}
87.5 KB
Loading
126 KB
Loading
139 KB
Loading

0 commit comments

Comments
 (0)