Skip to content

Commit 6355aef

Browse files
committed
navigation tree updated
1 parent dc57dd8 commit 6355aef

1 file changed

Lines changed: 47 additions & 0 deletions

File tree

mkdocs.yml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,53 @@ edit_uri: edit/main/docs/
1010
# Navigation Tree
1111
nav:
1212
- Home: index.md
13+
- Introduction: Introduction.md
14+
- Installation: Installation.md
15+
- Virtual Environments: Virtual Environments.md
16+
- Type Check: Type Check.md
17+
- Deployments: Deployments.md
18+
- Jupyter Notebooks: Jupyter Notebooks.md
19+
- Licensing: Licensing.md
20+
- Packages:
21+
- Packages/index.md
22+
- CustomTkinter: Packages/CustomTkinter.md
23+
- Doxctpl: Packages/Doxctpl.md
24+
- Pandas: Packages/Pandas.md
25+
- Pathlib: Packages/Pathlib.md
26+
- PyQt: Packages/PyQT.md
27+
- pyRevit: Packages/pyRevit.md
28+
- PySimpleGUI: Packages/PySimpleGUI.md
29+
- xlwings: Packages/xlwings.md
30+
- Code:
31+
- Code/index.md
32+
- Access Modifiers: Code/Access Modifier.md
33+
- Classes: Code/Class.md
34+
- Conditional Statements: Code/Conditional Statements.md
35+
- CSV Files: Code/CSV file.md
36+
- Data Validation: Code/Data Validation.md
37+
- Decorators: Code/Decorators.md
38+
- Dictionaries: Code/Dictionary.md
39+
- Enums: Code/Enum.md
40+
- Error Handling: Code/Error Handling.md
41+
- File I/O: Code/File IO.md
42+
- Functions: Code/Functions.md
43+
- Get Inputs: Code/Get Inputs.md
44+
- Imports: Code/Import.md
45+
- Lambda Functions: Code/Lamda Functions.md
46+
- Lists: Code/List.md
47+
- Loops: Code/Loops.md
48+
- Map: Code/Map.md
49+
- Modules: Code/Module.md
50+
- Operators: Code/Operators.md
51+
- OS Module: Code/OS module.md
52+
- Sets: Code/Set.md
53+
- Strings: Code/String.md
54+
- Type Hinting: Code/Type Hinting.md
55+
- Variables: Code/Variables.md
56+
- Streamlit:
57+
- Code/index.md
58+
- Layout: Streamlit/Streamlit Layout.md
59+
- Workflow: Streamlit/Streamlit workflow.md
1360

1461
# Theme
1562
theme:

0 commit comments

Comments
 (0)