Skip to content

Commit 91fdb68

Browse files
committed
toc
1 parent 5c12540 commit 91fdb68

File tree

8 files changed

+20
-10
lines changed

8 files changed

+20
-10
lines changed

apidoc/_static/logo.png

8.1 KB
Loading

apidoc/conf.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,11 @@
9393
# documentation.
9494
#
9595
html_theme_options = {
96-
'analytics_id':'UA-39373211-1'
96+
#'nosidebar': True,
97+
'analytics_id':'UA-39373211-1',
98+
'logo':'logo.png',
99+
'page_width': '70%',
100+
'sidebar_width':'15%'
97101
}
98102

99103
# Add any paths that contain custom static files (such as style sheets) here,

apidoc/figure_factory.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _ff:
2+
13
Figure Factory
24
==============
35

apidoc/graph_objects.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _graph-objects:
2+
13
Graph objects: figures, traces and layout
24
=========================================
35

apidoc/index.rst

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,18 @@ This is the reference of plotly's API. Also see `plotly's documentation website
1111
Submodules
1212
----------
1313

14-
.. toctree::
15-
:maxdepth: 1
16-
:caption: Contents:
1714

18-
px.rst
19-
graph_objects.rst
20-
subplots.rst
21-
figure_factory.rst
22-
io.rst
15+
* :ref:`Plotly express <px>`
16+
* :ref:`Graph objects: figures, traces and layout <graph-objects>`
17+
* :ref:`Subplots <subplots>`
18+
* :ref:`Figure Factory <ff>`
19+
* :ref:`I/O <io>`
2320

2421
Full reference list
2522
-------------------
2623

2724
.. toctree::
2825
:maxdepth: 3
29-
:caption: Contents:
3026

3127
px.rst
3228
graph_objects.rst

apidoc/io.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _io:
2+
13
I/O
24
==============
35

apidoc/px.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _px:
2+
13
Plotly express: `plotly.express`
24
================================
35

apidoc/subplots.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _subplots:
2+
13
Subplots: `plotly.subplots`
24
===========================
35

0 commit comments

Comments
 (0)