thp/doc-generator/markdown/en/docs/latest/index.yaml

61 lines
1006 B
YAML
Raw Normal View History

path: ""
name: ""
has_index: true
children:
- path: index
2023-05-19 03:26:05 +00:00
name: Index
- path: basics
name: Basics
children:
- path: variables-and-constants
2023-05-19 03:26:05 +00:00
name: Variables and constants
- path: simple-datatypes
2023-05-19 03:26:05 +00:00
name: Simple datatypes
- path: function-calls
2023-05-19 03:26:05 +00:00
name: Function calls
- path: operators
2023-05-19 03:26:05 +00:00
name: Operators
- path: tuples
2023-05-19 03:26:05 +00:00
name: Tuples
- path: indentation-rules
2023-05-19 03:26:05 +00:00
name: Indentation rules
- path: flow-control
name: Flow control
children:
- path: conditionals
2023-05-19 03:26:05 +00:00
name: Conditionals
- path: arrays
2023-05-19 03:26:05 +00:00
name: Arrays
- path: loops
2023-05-19 03:26:05 +00:00
name: Loops
- path: functions
name: Functions
children:
- path: definition
2023-05-19 03:26:05 +00:00
name: Definition
- path: lambdas
2023-05-19 03:26:05 +00:00
name: Lambdas
- path: parameters
2023-05-19 03:26:05 +00:00
name: Parameters
- path: objects
name: Objects
children:
- path: definition
2023-05-19 03:26:05 +00:00
name: Definition
- path: classes
name: Classes
children:
- path: definition
2023-05-19 03:26:05 +00:00
name: Definition
- path: modules
name: Modules
children:
- path: import
2023-05-19 03:26:05 +00:00
name: Import