Skip to content

Commit 54756ed

Browse files
hroncokencukou
authored andcommitted
Convert all cheatsheet links to GitHub pages (opens in webbrowser)
sed -i 's@https://github.com/pyvec/cheatsheets/raw/master/@https://pyvec.github.io/cheatsheets/@g' $(rg -l 'https://github.com/pyvec/cheatsheets/raw/master/') Fixes #324
1 parent 177c500 commit 54756ed

File tree

18 files changed

+69
-69
lines changed

18 files changed

+69
-69
lines changed

courses/mi-pyt/info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ plan:
4646
- lesson: intro/notebook
4747
- lesson: intro/numpy
4848
- title: Tahák na NumPy
49-
url: https://github.com/pyvec/cheatsheets/raw/master/numpy/numpy-cs.pdf
49+
url: https://pyvec.github.io/cheatsheets/numpy/numpy-cs.pdf
5050
type: cheatsheet
5151

5252
- title: Analýza dat – Pandas

courses/pyladies/info.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ plan:
2121
- lesson: beginners/install-editor
2222
- lesson: git/install
2323
- title: Tahák na klávesnici (PDF)
24-
url: https://github.com/pyvec/cheatsheets/raw/master/keyboard/keyboard-cs.pdf
24+
url: https://pyvec.github.io/cheatsheets/keyboard/keyboard-cs.pdf
2525
type: cheatsheet
2626

2727
- title: První program
@@ -40,7 +40,7 @@ plan:
4040
- lesson: intro/turtle
4141
- lesson: beginners/while
4242
- title: Tahák s užitečnými funkcemi
43-
url: https://github.com/pyvec/cheatsheets/raw/master/basic-functions/basic-functions-cs.pdf
43+
url: https://pyvec.github.io/cheatsheets/basic-functions/basic-functions-cs.pdf
4444
type: cheatsheet
4545

4646
- title: Správa zdrojového kódu
@@ -49,7 +49,7 @@ plan:
4949
- lesson: git/basics
5050
- lesson: git/branching
5151
- title: Gitový tahák
52-
url: https://github.com/pyvec/cheatsheets/raw/master/basic-git/basic-git-cs.pdf
52+
url: https://pyvec.github.io/cheatsheets/basic-git/basic-git-cs.pdf
5353
type: cheatsheet
5454

5555
- title: Funkce & Řetězce
@@ -58,7 +58,7 @@ plan:
5858
- lesson: beginners/def
5959
- lesson: beginners/str
6060
- title: Řetězcový tahák
61-
url: https://github.com/pyvec/cheatsheets/raw/master/strings/strings-cs.pdf
61+
url: https://pyvec.github.io/cheatsheets/strings/strings-cs.pdf
6262
type: cheatsheet
6363

6464
- title: Testování
@@ -69,7 +69,7 @@ plan:
6969
- lesson: beginners/testing
7070
- lesson: beginners/circular-imports
7171
- title: Výjimkový tahák
72-
url: https://github.com/pyvec/cheatsheets/raw/master/exceptions/exceptions-cs.pdf
72+
url: https://pyvec.github.io/cheatsheets/exceptions/exceptions-cs.pdf
7373
type: cheatsheet
7474

7575
- title: Spolupráce a Open-Source
@@ -79,7 +79,7 @@ plan:
7979
- lesson: git/ignoring
8080
- lesson: beginners/files
8181
- title: Gitový tahák
82-
url: https://github.com/pyvec/cheatsheets/raw/master/basic-git/basic-git-cs.pdf
82+
url: https://pyvec.github.io/cheatsheets/basic-git/basic-git-cs.pdf
8383
type: cheatsheet
8484

8585
- title: Seznamy
@@ -88,7 +88,7 @@ plan:
8888
- lesson: beginners/list
8989
- lesson: beginners/tuple
9090
- title: Tahák na seznamy
91-
url: https://github.com/pyvec/cheatsheets/raw/master/lists/lists-cs.pdf
91+
url: https://pyvec.github.io/cheatsheets/lists/lists-cs.pdf
9292
type: cheatsheet
9393

9494
- title: Grafika
@@ -100,7 +100,7 @@ plan:
100100
type: link
101101
url: http://pyladies.cz/v1/s012-pyglet/pong.py
102102
- title: Tahák na Pyglet
103-
url: https://github.com/pyvec/cheatsheets/raw/master/pyglet/pyglet-basics-cs.pdf
103+
url: https://pyvec.github.io/cheatsheets/pyglet/pyglet-basics-cs.pdf
104104
type: cheatsheet
105105

106106
- title: Slovníky
@@ -110,7 +110,7 @@ plan:
110110
- lesson: intro/json
111111
- lesson: projects/github-api
112112
- title: Slovníkový tahák
113-
url: https://github.com/pyvec/cheatsheets/raw/master/dicts/dicts-cs.pdf
113+
url: https://pyvec.github.io/cheatsheets/dicts/dicts-cs.pdf
114114
type: cheatsheet
115115

116116
- title: Třídy
@@ -124,8 +124,8 @@ plan:
124124
materials:
125125
- lesson: projects/asteroids
126126
- title: Množinový tahák
127-
url: https://github.com/pyvec/cheatsheets/raw/master/sets/sets-cs.pdf
127+
url: https://pyvec.github.io/cheatsheets/sets/sets-cs.pdf
128128
type: cheatsheet
129129
- title: Tahák na geometrii a fyziku 2D her
130-
url: https://github.com/pyvec/cheatsheets/raw/master/game-physics/game-physics-cs.pdf
130+
url: https://pyvec.github.io/cheatsheets/game-physics/game-physics-cs.pdf
131131
type: cheatsheet

lessons/beginners/dict/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ způsoby vytvoření `dict`.
213213

214214
Chceš-li mít všechny triky, které slovníky umí,
215215
pěkně pohromadě, můžeš si stáhnout
216-
[Slovníkový tahák](https://github.com/pyvec/cheatsheets/raw/master/dicts/dicts-cs.pdf).
216+
[Slovníkový tahák](https://pyvec.github.io/cheatsheets/dicts/dicts-cs.pdf).
217217

218218
Kompletní popis slovníků najdeš
219219
[dokumentaci](https://docs.python.org/3.0/library/stdtypes.html#mapping-types-dict)

lessons/beginners/micropython/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ Funkce `pin.value()` změří napětí na dané
311311
No a „nožička” číslo 0 je připojená k tlačítku `FLASH`,
312312
kterým se tak dá ono napětí ovládat.
313313
Informace o tom, která nožička je kam připojená,
314-
máš na [taháku](https://github.com/pyvec/cheatsheets/raw/master/micropython/nodemcu-cs.pdf)
314+
máš na [taháku](https://pyvec.github.io/cheatsheets/micropython/nodemcu-cs.pdf)
315315
můžeš si zkontrolovat, že Pin(0) u sebe má poznámku FLASH.
316316

317317

@@ -425,7 +425,7 @@ A tak se dá s diodou blikat.
425425
> Číslování nožiček je bohužel dvojí – nožička
426426
> označená jako `D5` má v procesoru přiřazené číslo 14.
427427
> Třída `Pin` v MicroPythonu používá číslování procesoru.
428-
> Naštěstí máš [tahák](https://github.com/pyvec/cheatsheets/raw/master/micropython/nodemcu-cs.pdf),
428+
> Naštěstí máš [tahák](https://pyvec.github.io/cheatsheets/micropython/nodemcu-cs.pdf),
429429
> kde snadno dohledáš že `D5` a `Pin(14)` jsou dvě jména stejné nožičky.
430430
431431
Zvládneš napsat program, který zařídí, aby dioda

lessons/beginners/str/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ Je sice delší, ale mnohem přehlednější.
258258
{% endfilter %}
259259

260260
Řetězcových metod je celá řada.
261-
Nejužitečnější z nich najdeš v [taháku](https://github.com/pyvec/cheatsheets/raw/master/strings/strings-cs.pdf), který si můžeš stáhnout či vytisknout.
261+
Nejužitečnější z nich najdeš v [taháku](https://pyvec.github.io/cheatsheets/strings/strings-cs.pdf), který si můžeš stáhnout či vytisknout.
262262

263263
A úplně všechny řetězcové metody jsou popsány v [dokumentaci Pythonu](https://docs.python.org/3/library/stdtypes.html#string-methods) (anglicky; plné věcí, které ještě neznáš).
264264

lessons/intro/micropython/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ pin.value(1)
9090
Pro zhasnutí zadejte `pin.value(0)`. (Opět jde o volání metody, není to `pin.value = 0`.)
9191

9292
`Pin(14)` odpovídá pinu označenému `D5` – číslování, které používá procesor (a MicroPython), se bohužel liší od toho, které používá deska.
93-
Odpovídající si označení lze zjistit z [taháku](https://github.com/pyvec/cheatsheets/raw/master/micropython/nodemcu-cs.pdf).
93+
Odpovídající si označení lze zjistit z [taháku](https://pyvec.github.io/cheatsheets/micropython/nodemcu-cs.pdf).
9494

9595
Zkuste zajistit, aby dioda svítila, právě pokud je stisknuté tlačítko FLASH.
9696

lessons/intro/pyglet/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ Kdyby komentáře nestačily, jsou k Pongu připravené
540540
i [podrobné materiály]({{ lesson_url('projects/pong') }}).
541541

542542
To, co jsme tu probral{{gnd('i', 'y', both='i')}} a pár věcí navíc,
543-
je shrnuto v [taháku na Pyglet](https://github.com/pyvec/cheatsheets/raw/master/pyglet/pyglet-basics-cs.pdf),
543+
je shrnuto v [taháku na Pyglet](https://pyvec.github.io/cheatsheets/pyglet/pyglet-basics-cs.pdf),
544544
který si můžeš stáhnout a vytisknout.
545545

546546
A chceš-li se do Pygletu ponořit hlouběji,

runs/2017/mipyt-zima/info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ plan:
5252
materials:
5353
- lesson: intro/numpy
5454
- title: Tahák na NumPy
55-
url: https://github.com/pyvec/cheatsheets/raw/master/numpy/numpy-cs.pdf
55+
url: https://pyvec.github.io/cheatsheets/numpy/numpy-cs.pdf
5656
type: cheatsheet
5757
- title: Zadání úkolu
5858
url: https://github.com/cvut/MI-PYT/blob/b171/tutorials/05_numpy.md#%C3%9Akol

runs/2017/pyladies-brno-jaro-po/info.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ plan:
3737
- lesson: git/install
3838
type: lesson
3939
- title: Tahák na klávesnici (PDF)
40-
url: https://github.com/pyvec/cheatsheets/raw/master/keyboard/keyboard-cs.pdf
40+
url: https://pyvec.github.io/cheatsheets/keyboard/keyboard-cs.pdf
4141
type: cheatsheet
4242
- title: Instrukce a domácí projekty (PDF)
4343
url: https://github.com/PyLadiesCZ/pyladies.cz/raw/master/original/v1/s001-install/handout/handout.pdf
@@ -72,7 +72,7 @@ plan:
7272
- lesson: beginners/while
7373
type: lesson
7474
- title: Tahák s užitečnými funkcemi
75-
url: https://github.com/pyvec/cheatsheets/raw/master/basic-functions/basic-functions-cs.pdf
75+
url: https://pyvec.github.io/cheatsheets/basic-functions/basic-functions-cs.pdf
7676
type: cheatsheet
7777
- title: Domácí projekty (PDF)
7878
url: https://github.com/PyLadiesCZ/pyladies.cz/raw/master/original/v1/s003-looping/handout/handout3a.pdf
@@ -86,7 +86,7 @@ plan:
8686
- lesson: git/branching
8787
type: lesson
8888
- title: Gitový tahák
89-
url: https://github.com/pyvec/cheatsheets/raw/master/basic-git/basic-git-cs.pdf
89+
url: https://pyvec.github.io/cheatsheets/basic-git/basic-git-cs.pdf
9090
type: cheatsheet
9191
- title: Domácí projekty (PDF)
9292
url: https://github.com/PyLadiesCZ/pyladies.cz/raw/master/original/v1/s003-looping/handout/handout3b.pdf
@@ -100,7 +100,7 @@ plan:
100100
- lesson: beginners/str
101101
type: lesson
102102
- title: Řetězcový tahák
103-
url: https://github.com/pyvec/cheatsheets/raw/master/strings/strings-cs.pdf
103+
url: https://pyvec.github.io/cheatsheets/strings/strings-cs.pdf
104104
type: cheatsheet
105105
- title: Domácí projekty (PDF)
106106
url: http://pyladies.cz/v1/s004-strings/handout/handout4.pdf
@@ -152,7 +152,7 @@ plan:
152152
- lesson: beginners/tuple
153153
type: lesson
154154
- title: Tahák na seznamy
155-
url: https://github.com/pyvec/cheatsheets/raw/master/lists/lists-cs.pdf
155+
url: https://pyvec.github.io/cheatsheets/lists/lists-cs.pdf
156156
type: cheatsheet
157157
- title: Domácí projekty (PDF)
158158
url: http://pyladies.cz/v1/s006-lists/handout/handout6.pdf
@@ -168,7 +168,7 @@ plan:
168168
- lesson: projects/github-api
169169
type: lesson
170170
- title: Slovníkový tahák
171-
url: https://github.com/pyvec/cheatsheets/raw/master/dicts/dicts-cs.pdf
171+
url: https://pyvec.github.io/cheatsheets/dicts/dicts-cs.pdf
172172
type: cheatsheet
173173
- title: Grafika
174174
slug: pyglet
@@ -182,7 +182,7 @@ plan:
182182
type: link
183183
url: http://pyladies.cz/v1/s012-pyglet/pong.py
184184
- title: Tahák na Pyglet
185-
url: https://github.com/pyvec/cheatsheets/raw/master/pyglet/pyglet-basics-cs.pdf
185+
url: https://pyvec.github.io/cheatsheets/pyglet/pyglet-basics-cs.pdf
186186
type: cheatsheet
187187
- title: Třídy
188188
slug: class
@@ -199,10 +199,10 @@ plan:
199199
- lesson: projects/asteroids
200200
type: lesson
201201
- title: Množinový tahák
202-
url: https://github.com/pyvec/cheatsheets/raw/master/sets/sets-cs.pdf
202+
url: https://pyvec.github.io/cheatsheets/sets/sets-cs.pdf
203203
type: cheatsheet
204204
- title: Tahák na geometrii a fyziku 2D her
205-
url: https://github.com/pyvec/cheatsheets/raw/master/game-physics/game-physics-cs.pdf
205+
url: https://pyvec.github.io/cheatsheets/game-physics/game-physics-cs.pdf
206206
type: cheatsheet
207207
- title: MicroPython
208208
slug: micropython

runs/2017/pyladies-brno-podzim-po/info.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ plan:
8181
- lesson: git/collaboration
8282
- lesson: beginners/files
8383
- title: Gitový tahák
84-
url: https://github.com/pyvec/cheatsheets/raw/master/basic-git/basic-git-cs.pdf
84+
url: https://pyvec.github.io/cheatsheets/basic-git/basic-git-cs.pdf
8585
type: cheatsheet
8686
- title: Domácí projekty (PDF)
8787
url: http://pyladies.cz/v1/s005-modules/handout/handout7.pdf
@@ -119,7 +119,7 @@ plan:
119119
materials:
120120
- lesson: intro/pyglet
121121
- title: Tahák na Pyglet
122-
url: https://github.com/pyvec/cheatsheets/raw/master/pyglet/pyglet-basics-cs.pdf
122+
url: https://pyvec.github.io/cheatsheets/pyglet/pyglet-basics-cs.pdf
123123
type: cheatsheet
124124
- lesson: projects/pong
125125
title: 'Praktické cvičení: Pong (bonus)'

0 commit comments

Comments
 (0)