Skip to content

Commit 296f94c

Browse files
authored
Add additional API docs
1 parent e1c558f commit 296f94c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/api.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,30 @@ While TACT can be used as a Python library, its internal interface is subject to
66

77
## Numerical functions
88

9+
Functions in `tact/lib.py`.
10+
911
::: tact.lib
1012

1113
## Tree functions
1214

15+
Functions in `tact/tree_util.py`.
16+
1317
::: tact.tree_util
1418

1519
## FastMRCA
1620

21+
Functions in `tact/fastmrca.py`.
22+
1723
::: tact.fastmrca
1824

25+
## Validation
26+
27+
Functions in `tact/validation.py`.
28+
29+
::: tact.validation
30+
31+
## Exceptions
32+
33+
Functions in `tact/exceptions.py`.
34+
35+
::: tact.exceptions

0 commit comments

Comments
 (0)