Skip to content

Commit e5a07fe

Browse files
committed
env: update illustration and fix info
1 parent e970642 commit e5a07fe

3 files changed

Lines changed: 8 additions & 11 deletions

File tree

talk/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,24 @@ Pure markdown files can (currently) not split a slide in column without html.
77
To convert the slidedeck into a *.html file:
88

99
# Server mode (Serve current directory in http://localhost:8080/)
10-
marp --theme-set ngi-theme.css --html -w slides.md
10+
marp --theme-set theme.css --html -w slides.md
1111

1212

1313
### Local work with docker
1414
Latest tag: 'v4.1.2'
1515

1616
Use the presentation in local mode with the `watch` command
1717

18-
docker run --rm --init -v $PWD:/home/marp/app -e LANG=$LANG -p 8080:8080 -p 37717:37717 marpteam/marp-cli:v3.2.0 --theme ngi-theme.css --watch -s --html .
18+
docker run --rm --init -v $PWD:/home/marp/app -e LANG=$LANG -p 8080:8080 -p 37717:37717 marpteam/marp-cli:v3.2.0 --theme theme.css --watch -s --html .
1919

2020
Then click on the name of the file opening at the local host [http://localhost:8080/](http://localhost:8080/).
2121

2222
Convert slide deck into pdf
23-
docker run --rm -v $PWD:/home/marp/app/ -e MARP_USER="$(id -u):$(id -g)" -e LANG=$LANG marpteam/marp-cli:v3.2.0 --theme ngi-theme.css slides.md --pdf
23+
docker run --rm -v $PWD:/home/marp/app/ -e MARP_USER="$(id -u):$(id -g)" -e LANG=$LANG marpteam/marp-cli:v3.2.0 --theme theme.css slides.md --pdf
2424

2525
Convert slide deck into html
2626

27-
docker run --rm -v $PWD:/home/marp/app/ -e MARP_USER="$(id -u):$(id -g)" -e LANG=$LANG marpteam/marp-cli:v3.2.0 --theme ngi-theme.css slides.md --html
27+
docker run --rm -v $PWD:/home/marp/app/ -e MARP_USER="$(id -u):$(id -g)" -e LANG=$LANG marpteam/marp-cli:v3.2.0 --theme theme.css slides.md --html
2828

2929

3030

593 KB
Loading

talk/slides.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Usage: uv [OPTIONS] <COMMAND>
139139
---
140140

141141

142-
Start a project
142+
# Start a project
143143

144144
```
145145
~$ uv init test-uv
@@ -151,6 +151,7 @@ Start a project
151151
├── main.py
152152
├── pyproject.toml
153153
```
154+
154155
Run example script
155156

156157
```
@@ -161,7 +162,7 @@ Run example script
161162
```
162163
---
163164

164-
## Start a package project
165+
# Start a package project
165166
```
166167
~$ uv init --package test-uv-package
167168
~test-uv-package$ ls
@@ -246,9 +247,5 @@ dependencies = [
246247
247248
# Poetry vs. uv
248249
249-
---
250-
251-
# UV
252-
## - A promising candidate to acend from the Python packaging hell
253250
254-
![bg right w:500 h:700](figures/illustrations/pythons_nine_circles.png)
251+
![bg right w:500 h:700](figures/illustrations/dependency_hell.png)

0 commit comments

Comments
 (0)