-
Notifications
You must be signed in to change notification settings - Fork 87
/
redirects.yml
48 lines (47 loc) · 1.57 KB
/
redirects.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Informace ohledně přesměrovávání starých URL materiálů na nové
# umístění (naucse.python.cz)
naucse-lessons:
s001-install:
cmdline.html: beginners/cmdline
git.html: git/install
instalace.html: beginners/install
s002-hello-world:
and-or.html: beginners/and-or
comparisons.html: beginners/comparisons
hello-world.html: beginners/hello-world
printing.html: beginners/print
variables.html: beginners/variables
editor.html: beginners/install-editor
s003-looping:
turtle.html: intro/turtle
while.html: beginners/while
s004-strings:
functions.html: beginners/def
strings.html: beginners/str
s005-modules:
opensource.html: git/collaboration
exceptions.html: beginners/exceptions
modules.html: beginners/modules
testing.html: beginners/testing
circular_imports.html: beginners/circular-imports
s006-lists:
files.html: beginners/files
lists2.html: beginners/list
tuples.html: beginners/tuple
s009-git:
git.html: git/basics
branching.html: git/branching
s011-dicts:
dicts.html: beginners/dict
json.html: intro/json
github-api.html: projects/github-api
s012-pyglet:
pyglet.html: intro/pyglet
pong.html: projects/pong
s014-class:
classes.html: beginners/class
inheritance.html: beginners/inheritance
s015-asteroids:
index.html: projects/asteroids
s016-micropython:
index.html: beginners/micropython