We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eccab8 commit b9d0883Copy full SHA for b9d0883
docs/index.md
@@ -14,7 +14,7 @@ hidden:
14
maxdepth: 1
15
---
16
17
-usage
+<!-- usage -->
18
reference
19
contributing
20
Code of Conduct <codeofconduct>
docs/reference.md
@@ -1,8 +1,16 @@
1
# Reference
2
3
-## arraytex
+## Main API
4
5
```{eval-rst}
6
.. automodule:: arraytex
7
:members:
8
+ :imported-members:
9
+```
10
+
11
+## Exceptions
12
13
+```{eval-rst}
+.. automodule:: arraytex.errors
+ :members:
```
0 commit comments