File tree Expand file tree Collapse file tree 4 files changed +13
-7
lines changed Expand file tree Collapse file tree 4 files changed +13
-7
lines changed Original file line number Diff line number Diff line change
1
+ API and Source Reference
2
+ ------------------------
3
+
4
+ .. toctree ::
5
+ :maxdepth: 2
6
+
7
+ api/viz.rst
8
+ api/probscale.rst
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ Simply importing ``probscale`` lets you use probability scales in your matplotli
62
62
.. image :: /img/example.png
63
63
64
64
65
- Tutorial
66
- --------
65
+ Tutorials
66
+ =========
67
67
68
68
.. toctree ::
69
69
:maxdepth: 2
@@ -72,7 +72,7 @@ Tutorial
72
72
tutorial/closer_look_at_viz.rst
73
73
74
74
Testing
75
- -------
75
+ =======
76
76
77
77
It's easiest to run the tests from an interactive python session:
78
78
@@ -83,15 +83,13 @@ It's easiest to run the tests from an interactive python session:
83
83
import probscale
84
84
probscale.test()
85
85
86
-
87
86
API References
88
- --------------
87
+ ==============
89
88
90
89
.. toctree ::
91
90
:maxdepth: 2
92
91
93
- viz.rst
94
- probscale.rst
92
+ api.rst
95
93
96
94
Indices and tables
97
95
==================
You can’t perform that action at this time.
0 commit comments