Skip to content

Commit 8d09375

Browse files
changes layout
1 parent df447ef commit 8d09375

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

doc/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@
9191

9292
redirects = {
9393
"user_guide/getting_started_with_dpf_server": "../getting_started/dpf_server.html",
94-
"concepts/index": "../user_guide/index.html#concepts"
94+
"concepts/index": "../user_guide/index.html#concepts",
95+
"contributing": "source/getting_started/contributing.html"
9596
}
9697

9798
typehints_defaults = "comma"
File renamed without changes.

doc/source/getting_started/index.rst

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,18 +111,14 @@ To use PyDPF-Core, in the same Python environment, run this command:
111111

112112

113113
.. toctree::
114+
:maxdepth: 2
114115
:hidden:
116+
:caption: Introduction
115117

116118
install
117119
dpf_server
118120
compatibility
119121
licensing
120122
dependencies
121-
122-
.. toctree::
123-
:maxdepth: 3
124-
:hidden:
125-
:caption: Contribute
126-
127-
../contributing.rst
123+
contributing
128124

0 commit comments

Comments
 (0)