File tree 4 files changed +13
-7
lines changed
4 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ instance/
70
70
71
71
# Sphinx documentation
72
72
docs /_build /
73
+ docs /generated /
73
74
74
75
# PyBuilder
75
76
.pybuilder /
Original file line number Diff line number Diff line change
1
+ # API Reference
2
+
3
+ ``` {eval-rst}
4
+ .. currentmodule:: array_api_extra
5
+ .. autosummary::
6
+ :nosignatures:
7
+ :toctree: generated
8
+
9
+ atleast_nd
10
+ ```
Original file line number Diff line number Diff line change 9
9
extensions = [
10
10
"myst_parser" ,
11
11
"sphinx.ext.autodoc" ,
12
+ "sphinx.ext.autosummary" ,
12
13
"sphinx.ext.intersphinx" ,
13
14
"sphinx.ext.mathjax" ,
14
15
"sphinx.ext.napoleon" ,
Original file line number Diff line number Diff line change 3
3
``` {toctree}
4
4
:maxdepth: 2
5
5
:hidden:
6
-
6
+ api-reference.md
7
7
```
8
8
9
9
``` {include} ../README.md
10
10
:start-after: <!-- SPHINX-START -->
11
11
```
12
-
13
- ## Indices and tables
14
-
15
- - {ref}` genindex `
16
- - {ref}` modindex `
17
- - {ref}` search `
You can’t perform that action at this time.
0 commit comments