Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f4f41e8

Browse files
committed
Align sidebar structure/behavior for all dev-doc chapters
1 parent dd8e714 commit f4f41e8

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@
136136
'navbar_sidebarrel': False,
137137
'bootstrap_version': "3",
138138
'navbar_fixed_top': "false",
139+
'globaltoc_depth': 2,
139140
'navbar_pagenav': False,
140141
'navbar_links': [
141142
('Get Started', 'https://networkit.github.io/get_started.html', True),
@@ -155,14 +156,14 @@
155156
"rootFileTitle": "NetworKit C++ Documentation",
156157
"doxygenStripFromPath": "..",
157158
"kindsWithContentsDirectives": ["file", "namespace", "dir"],
158-
"unabridgedOrphanKinds": {"file", "dir"},
159+
"unabridgedOrphanKinds": {"file"},
159160
"createTreeView": True,
160161
"treeViewIsBootstrap": True,
161162
"treeViewBootstrapUseBadgeTags": False,
162163
"treeViewBootstrapExpandIcon": "glyphicon glyphicon-chevron-right",
163164
"treeViewBootstrapLevels": 3,
164165
"exhaleExecutesDoxygen": True,
165-
"exhaleDoxygenStdin": "INPUT = ../include/networkit"
166+
"exhaleDoxygenStdin": "INPUT = ../include/networkit"
166167
}
167168

168169
# Add any paths that contain custom themes here, relative to this directory.

docs/python_api/modules.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
====================
12
Python Documentation
23
====================
34

45
.. automodule:: networkit
56

7+
Modules
8+
------------------
9+
610
.. toctree::
711
:maxdepth: 4
812

extrafiles/sphinx-style/_static/custom.js

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)