-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
76 lines (62 loc) · 2.07 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
site_name: TerraME
theme:
name: readthedocs
custom_dir: overrides
logo: img/terrameee.png
site_favicon: img/favicon.ico
highlightjs: true
extra_css: css/extra.css
nav:
- 'index.md'
- Base:
- Index: 'base/index.md'
- Types:
- Agent: 'base/types/agent.md'
- Automaton: 'base/types/automaton.md'
- Cell: 'base/types/cell.md'
- CellularSpace: 'base/types/cellularSpace.md'
- Chart: 'base/types/chart.md'
- Choice: 'base/types/choice.md'
- Clock: 'base/types/clock.md'
- DataFrame: 'base/types/dataFrame.md'
- Directory: 'base/types/directory.md'
- Environment: 'base/types/environment.md'
- Event: 'base/types/event.md'
- File: 'base/types/file.md'
- Flow: 'base/types/flow.md'
- Group: 'base/types/group.md'
- InternetSender: 'base/types/internetSender.md'
- Jump: 'base/types/jump.md'
- Log: 'base/types/log.md'
- Mandatory: 'base/types/mandatory.md'
- Map: 'base/types/map.md'
- Model: 'base/types/model.md'
- Neighborhood: 'base/types/neighborhood.md'
- Profiler: 'base/types/profiler.md'
- Random: 'base/types/random.md'
- SocialNetwork: 'base/types/socialNetwork.md'
- Society: 'base/types/society.md'
- State: 'base/types/state.md'
- TextScreen: 'base/types/textScreen.md'
- Timer: 'base/types/timer.md'
- Trajectory: 'base/types/trajectory.md'
- UnitTest: 'base/types/unitTest.md'
- VisualTable: 'base/types/visualTable.md'
- Functions:
- ErrorHandling: 'base/functions/errorHandling.md'
- Os: 'base/functions/os.md'
- Package: 'base/functions/package.md'
- Utils: 'base/functions/utils.md'
- Examples: 'base/examples.md'
- Data: 'base/data.md'
- Font: 'base/font.md'
markdown_extensions:
#pymdown
- pymdownx.tasklist # Lista de tarefas
- pymdownx.emoji # Emojis
- pymdownx.mark # Marcações
- pymdownx.tilde # Tachado
- pymdownx.highlight # código
- pymdownx.superfences #bloquinho
- tables
copyright: Copyright © 2024 TerraME