File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change
1
+ ***
2
+ API
3
+ ***
4
+
5
+
6
+
7
+ Containers
8
+ ==========
9
+
10
+ .. automodule :: data_prototype.containers
11
+ :members:
12
+ :undoc-members:
13
+
14
+
15
+
16
+ Wrappers
17
+ ========
18
+
19
+ .. automodule :: data_prototype.wrappers
20
+ :members:
Original file line number Diff line number Diff line change 57
57
58
58
59
59
# Generate the API documentation when building
60
- autosummary_generate = True
60
+ autosummary_generate = False
61
61
numpydoc_show_class_members = False
62
62
63
63
is_release_build = False
Original file line number Diff line number Diff line change @@ -10,14 +10,16 @@ This is prototype development for the next generation of data structures for
10
10
Matplotlib. This is the version "to throw away". Everything in this
11
11
repository should be considered experimental and used at you own risk.
12
12
13
+ Source : [tacaswell/data-prototype](https://github.com/tacaswell/data-prototype) (for now)
14
+
13
15
Examples
14
16
--------
15
17
16
18
.. toctree ::
17
19
:maxdepth: 2
18
20
19
21
gallery/index.rst
20
-
22
+ api/index.rst
21
23
22
24
Backmatter
23
25
----------
You can’t perform that action at this time.
0 commit comments