-
Notifications
You must be signed in to change notification settings - Fork 41
/
mkdocs.yml
26 lines (26 loc) · 916 Bytes
/
mkdocs.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
site_name: py_cui Documentation
repo_url: https://github.com/jwlodek/py_cui/
copyright: 2020 - Jakub Wlodek
nav:
- Home: index.md
- Installation: install.md
- Using and Writing PyCUIs:
- Basic Usage: usage.md
- Widgets: widgets.md
- Colors: colors.md
- Popups: popups.md
- Keys: keybindings.md
- Writing a PyCUI step-by-step: writing.md
- For PyCUI Developers: developers.md
- Examples: examples.md
- About: about.md
- API Docstring Docs:
- PyCUI: DocstringGenerated/PyCui.md
- Grid: DocstringGenerated/Grid.md
- UI: DocstringGenerated/Ui.md
- Popups: DocstringGenerated/Popups.md
- Colors: DocstringGenerated/Colors.md
- Widget Sets: DocstringGenerated/WidgetSet.md
- Renderer: DocstringGenerated/Renderer.md
- Keys: DocstringGenerated/Keys.md
theme: readthedocs