Skip to content

Commit b9d0883

Browse files
committed
add docs
1 parent 3eccab8 commit b9d0883

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ hidden:
1414
maxdepth: 1
1515
---
1616
17-
usage
17+
<!-- usage -->
1818
reference
1919
contributing
2020
Code of Conduct <codeofconduct>

docs/reference.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
# Reference
22

3-
## arraytex
3+
## Main API
44

55
```{eval-rst}
66
.. automodule:: arraytex
77
:members:
8+
:imported-members:
9+
```
10+
11+
## Exceptions
12+
13+
```{eval-rst}
14+
.. automodule:: arraytex.errors
15+
:members:
816
```

0 commit comments

Comments
 (0)