-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy pathmkdocs.yml
More file actions
46 lines (46 loc) · 1.2 KB
/
mkdocs.yml
File metadata and controls
46 lines (46 loc) · 1.2 KB
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
site_name: guizero
theme:
name: 'litera'
extra_css: [extra.css]
nav:
- About: about.md
- Installation: index.md
- Using guizero:
- Getting started: start.md
- Using Widgets: usingwidgets.md
- Commands: commands.md
- Multiple windows: multiple_windows.md
- Layouts: layout.md
- Pop-ups: alerts.md
- Sizes: size.md
- Colors: colors.md
- Images: images.md
- Loops and sleeping: blocking.md
- Events: events.md
- Using tkinter: usingtk.md
- Getting help: gettinghelp.md
- Widgets:
- Overview: widgetoverview.md
- App: app.md
- Box: box.md
- ButtonGroup: buttongroup.md
- CheckBox: checkbox.md
- Combo: combo.md
- Drawing: drawing.md
- ListBox: listbox.md
- MenuBar: menubar.md
- Picture: picture.md
- PushButton: pushbutton.md
- Slider: slider.md
- Text: text.md
- TextBox: textbox.md
- TitleBox: titlebox.md
- Waffle: waffle.md
- Window: window.md
- Recipes: recipes.md
- Book : book.md
- Contributing:
- Notes: contributing.md
- Developing: development.md
- Deploying: deployment.md
- Change log: changelog.md