File tree Expand file tree Collapse file tree 7 files changed +41
-16
lines changed Expand file tree Collapse file tree 7 files changed +41
-16
lines changed Original file line number Diff line number Diff line change
1
+ < ul id ="navbar-main-elements " class ="navbar-nav ">
2
+
3
+ < li class ="nav-item ">
4
+ < a class ="reference internal nav-link " href ="{{ pathto('plot_types/index') }} "> Plot Types</ a >
5
+ </ li >
6
+ < li class ="nav-item ">
7
+ < a class ="reference internal nav-link " href ="{{ pathto('gallery/index') }} "> Examples</ a >
8
+ </ li >
9
+ < li class ="nav-item ">
10
+ < a class ="reference internal nav-link " href ="{{ pathto('tutorials/index') }} "> Tutoraials</ a >
11
+ </ li >
12
+ < li class ="nav-item ">
13
+ < a class ="reference internal nav-link " href ="{{ pathto('api/index') }} "> Reference</ a >
14
+ </ li >
15
+ < li class ="nav-item ">
16
+ < a class ="reference internal nav-link " href ="{{ pathto('contents') }} "> Usage Guide</ a >
17
+ </ li >
18
+ < li class ="nav-item ">
19
+ < a class ="reference internal nav-link " href ="{{ pathto('devel/index') }} "> Develop</ a >
20
+ </ li >
21
+ < li class ="nav-item ">
22
+ < a class ="reference internal nav-link " href ="{{ pathto('users/release_notes') }} "> Release Notes</ a >
23
+ </ li >
24
+ </ ul >
Original file line number Diff line number Diff line change @@ -323,6 +323,7 @@ def _check_dependencies():
323
323
},
324
324
],
325
325
"show_prev_next" : False ,
326
+ "navbar_center" : ["mpl_nav_bar.html" ],
326
327
}
327
328
include_analytics = False
328
329
if include_analytics :
Original file line number Diff line number Diff line change @@ -14,11 +14,10 @@ Contents
14
14
.. toctree ::
15
15
:maxdepth: 2
16
16
17
- plot_types/index.rst
18
- gallery/index.rst
19
- tutorials/index.rst
20
- api/index.rst
17
+ users/installing.rst
21
18
users/index.rst
19
+ users/backmatter.rst
20
+ devel/index.rst
22
21
users/release_notes.rst
23
22
24
23
.. only :: html
Original file line number Diff line number Diff line change 1
1
.. _faq-index :
2
2
3
- ##################
4
- The Matplotlib FAQ
5
- ##################
3
+ ######
4
+ How-To
5
+ ######
6
6
7
7
.. only :: html
8
8
Original file line number Diff line number Diff line change 1
1
2
- Back Matter
3
- -----------
2
+ Project Information
3
+ -------------------
4
4
5
5
.. toctree ::
6
6
:maxdepth: 1
Original file line number Diff line number Diff line change 1
1
.. _users-guide-index :
2
2
3
- ##########
4
- User guide
5
- ##########
3
+ ###########
4
+ Usage Guide
5
+ ###########
6
6
7
7
.. only :: html
8
8
@@ -13,11 +13,12 @@ User guide
13
13
14
14
15
15
.. toctree ::
16
- :maxdepth: 3
16
+ :maxdepth: 2
17
17
18
- installing.rst
18
+ ../plot_types/index.rst
19
+ ../tutorials/index.rst
20
+ ../gallery/index.rst
19
21
explain.rst
20
22
../faq/index.rst
23
+ ../api/index.rst
21
24
../resources/index.rst
22
- backmatter.rst
23
- ../devel/index.rst
You can’t perform that action at this time.
0 commit comments