Skip to content

Commit cbc5763

Browse files
authored
Use subpage subtitles for better breadcrumbs
pyvec#598
2 parents 42048e3 + 847d321 commit cbc5763

6 files changed

Lines changed: 20 additions & 15 deletions

File tree

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ freeze = "python -m naucse freeze"
1010

1111
[packages]
1212
naucse = ">=0.2"
13-
naucse-render = "<1.0"
13+
naucse-render = ">=1.3,<2.0"
1414
pygments-pytest = "*"
1515

1616
[requires]

Pipfile.lock

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lessons/beginners/install-editor/info.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,20 @@ attribution: Pro PyLadies Brno napsal Petr Viktorin, 2014-2017, Tomáš Roj (201
44
license: cc-by-sa-40
55
subpages:
66
vscode:
7-
title: Nastavení Visual Studio Code
7+
title: Instalace Visual Studio Code
8+
subtitle: Visual Studio Code
89
atom:
9-
title: Nastavení Atomu
10+
title: Instalace Atomu
11+
subtitle: Atom
1012
kate:
11-
title: Nastavení Kate
13+
title: Instalace Kate
14+
subtitle: Kate
1215
gedit:
13-
title: Nastavení Geditu
16+
title: Instalace Geditu
17+
subtitle: Gedit
1418
notepad-plus-plus:
15-
title: Nastavení Notepadu++
19+
title: Instalace Notepadu++
20+
subtitle: Notepad++
1621
others:
1722
title: Nastavení editoru
23+
subtitle: Nastavení

lessons/beginners/install-editor/vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% set editor_name = 'Visual Studio Code' %} {% set editor_url = 'https://code.visualstudio.com' %}
22
{% extends lesson.slug + '/_base.md' %}
33

4-
{% block name_gen %}Instalace Visual Studio Code{% endblock %}
4+
{% block name_gen %}Visual Studio Code{% endblock %}
55

66
{% block install %}
77
## Stažení a instalace

lessons/beginners/install/info.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ attribution: Pro PyLadies Brno napsal Petr Viktorin, 2014-2017.
44
license: cc-by-sa-40
55
subpages:
66
linux:
7-
title: Instalace Pythonu - Linux
7+
subtitle: Linux
88
windows:
9-
title: Instalace Pythonu - Windows
9+
subtitle: Windows
1010
macos:
11-
title: Instalace Pythonu - macOS
11+
subtitle: macOS

lessons/intro/deployment/info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ attribution: Pro kurz MI-PYT na ČVUT napsali Miro Hrončok, Petr Viktorin a dal
44
license: cc-by-sa-40
55
subpages:
66
pythonanywhere:
7-
title: Deployment webových aplikací na PythonAnywhere
7+
subtitle: PythonAnywhere

0 commit comments

Comments
 (0)