-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathmkdocs.yml
More file actions
119 lines (110 loc) · 3.56 KB
/
mkdocs.yml
File metadata and controls
119 lines (110 loc) · 3.56 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
# Project information
site_name: OMNeT++ Technical Articles
site_description: Docmentation for the OMNeT++ Simulator
site_author: OMNeT++ Team
site_url: https://docs.omnetpp.org/
# Repository
repo_name: omnetpp/docs.omnetpp.org
repo_url: https://github.com/omnetpp/docs.omnetpp.org
# Copyright
copyright: 'Copyright © 2019 OpenSim Ltd.'
theme:
name: material
custom_dir: material
extra_css:
- 'stylesheets/omnetpp-docs.css'
- 'stylesheets/rainbow.css'
- 'stylesheets/rainbow.linenumbers.theme.css'
- 'stylesheets/jupyter.css'
extra_javascript:
- 'javascripts/jquery-3.2.1.min.js'
- 'javascripts/quoting.js'
- 'javascripts/rainbow-custom.min.js'
- 'javascripts/rainbow.linenumbers.min.js'
- 'javascripts/rainbow-ini.js'
- 'javascripts/rainbow-ned.js'
- 'javascripts/rainbow-yaml.js'
- 'javascripts/rainbow-dockerfile.js'
- 'javascripts/rainbow-html.js'
# Options
extra:
feature:
tabs: false
palette:
primary: indigo
accent: indigo
social:
- type: globe
link: http://omnetpp.org
- type: github-alt
link: https://github.com/omnetpp/docs.omnetpp.org
- type: twitter
link: https://twitter.com/omnetpp
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: true
- attr_list
- def_list
- footnotes
- meta
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
# Navigation tree
nav:
- Overview: index.md
- Tutorials:
- Learn OMNeT++ with TicToc:
- Introduction: tutorials/tictoc/index.md
- Getting Started: tutorials/tictoc/part1.md
- Running the Simulation: tutorials/tictoc/part2.md
- Enhancing the 2-node TicToc: tutorials/tictoc/part3.md
- Turning it Into a Real Network: tutorials/tictoc/part4.md
- Adding Statistics Collection: tutorials/tictoc/part5.md
- Visualizing the Results: tutorials/tictoc/part6.md
- Parameter Studies: tutorials/tictoc/part7.md
- Closing words: tutorials/tictoc/conclusion.md
- Result Analysis with Python: tutorials/pandas/index.md
- Articles:
- Introduction into Running Simulations in the Cloud:
- Introduction: tutorials/cloud/index.md
- Concepts: tutorials/cloud/page1.md
- Implementation: tutorials/cloud/page2.md
- Deploying on AWS: tutorials/cloud/page4.md
- Trying It Out: tutorials/cloud/page5.md
- Examining the Code: tutorials/cloud/page6.md
- Potential Improvements, Alternatives: tutorials/cloud/page7.md
- Using AWS for Running INET Simulation Campaigns:
- Motivation: tutorials/swarm/index.md
- Installation and Usage: tutorials/swarm/page1.md
- How it Works: tutorials/swarm/page2.md
- 'articles/porting-code-into-omnetpp.md'
- 'articles/building-omnetpp-in-docker.md'
- 'articles/running-omnetppgui-in-docker.md'
- 'articles/running-omnetpp-in-docker.md'
- 'articles/wsl2.md'
- 'articles/omnetpp-debugging-tips.md'
- Proposed Research Topics:
- 'articles/neuralnet-errormodels.md'
- 'articles/zero-conf-parsim.md'
- _Source Browser_: showfile.md
- _Tutorials_: tutorials/index.md
# Google Analytics
google_analytics: ['UA-240922-2', 'docs.omnetpp.org']