File tree Expand file tree Collapse file tree 4 files changed +26
-0
lines changed Expand file tree Collapse file tree 4 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 1
1
site_name : " Plotly.py Docs"
2
2
docs_dir : pages
3
3
site_dir : docs
4
+
5
+ plugins :
6
+ - search
7
+ - mkdocstrings :
8
+ handlers :
9
+ python :
10
+ options :
11
+ docstring_style : google
12
+ show_source : false
13
+ show_root_heading : true
14
+ show_root_toc_entry : true
15
+ merge_init_into_class : true
16
+
4
17
nav :
5
18
- Home : index.md
19
+ - API Reference :
20
+ - plotly : reference/plotly.md
21
+ - plotly.graph_objects : reference/graph_objects.md
22
+ - plotly.express : reference/express.md
6
23
- Project :
7
24
- license.md
8
25
- conduct.md
Original file line number Diff line number Diff line change
1
+ # Plotly Express
2
+
3
+ ::: plotly.express
Original file line number Diff line number Diff line change
1
+ # Graph Objects
2
+
3
+ ::: plotly.graph_objects
Original file line number Diff line number Diff line change
1
+ # Plotly API Reference
2
+
3
+ ::: plotly
You can’t perform that action at this time.
0 commit comments