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 e1c558f commit 296f94cCopy full SHA for 296f94c
docs/api.md
@@ -6,13 +6,30 @@ While TACT can be used as a Python library, its internal interface is subject to
6
7
## Numerical functions
8
9
+Functions in `tact/lib.py`.
10
+
11
::: tact.lib
12
13
## Tree functions
14
15
+Functions in `tact/tree_util.py`.
16
17
::: tact.tree_util
18
19
## FastMRCA
20
21
+Functions in `tact/fastmrca.py`.
22
23
::: tact.fastmrca
24
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