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 5757
5858
5959# Generate the API documentation when building
60- autosummary_generate = True
60+ autosummary_generate = False
6161numpydoc_show_class_members = False
6262
6363is_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
1010Matplotlib. This is the version "to throw away". Everything in this
1111repository should be considered experimental and used at you own risk.
1212
13+ Source : [tacaswell/data-prototype](https://github.com/tacaswell/data-prototype) (for now)
14+
1315Examples
1416--------
1517
1618.. toctree ::
1719 :maxdepth: 2
1820
1921 gallery/index.rst
20-
22+ api/index.rst
2123
2224Backmatter
2325----------
You can’t perform that action at this time.
0 commit comments