File: mkdocs.yml

package info (click to toggle)
python-guizero 1.4.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,828 kB
  • sloc: python: 6,744; makefile: 28; sh: 17
file content (43 lines) | stat: -rw-r--r-- 1,130 bytes parent folder | download
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
site_name: guizero
theme:
  name: nature
use_directory_urls: false
nav:
  - About: about.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
  - Change log: changelog.md