File tree Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,15 @@ API Documentation
6
6
7
7
.. _sec_api_file_formats :
8
8
9
- ++++++++++++
9
+ ************
10
10
File formats
11
- ++++++++++++
11
+ ************
12
+
13
+ .. autofunction :: tsinfer.load
14
+
15
+ +++++++++++
16
+ Sample data
17
+ +++++++++++
12
18
13
19
.. autoclass :: tsinfer.SampleData
14
20
:members:
@@ -20,6 +26,10 @@ File formats
20
26
2. Define copy mode.
21
27
3. Provide example of updating inference_sites
22
28
29
+ +++++++++++++
30
+ Ancestor data
31
+ +++++++++++++
32
+
23
33
.. autoclass :: tsinfer.AncestorData
24
34
:members:
25
35
:inherited-members:
@@ -29,13 +39,11 @@ File formats
29
39
1. Add documentation for the data attributes in read-mode.
30
40
31
41
32
- .. autofunction :: tsinfer.load
33
-
34
42
.. _sec_api_file_inference :
35
43
36
- +++++++++++++++++
44
+ *****************
37
45
Running inference
38
- +++++++++++++++++
46
+ *****************
39
47
40
48
.. autofunction :: tsinfer.infer
41
49
@@ -47,9 +55,9 @@ Running inference
47
55
48
56
.. autofunction :: tsinfer.augment_ancestors
49
57
50
- ++++++++++
58
+ **********
51
59
Exceptions
52
- ++++++++++
60
+ **********
53
61
54
62
.. autoexception :: tsinfer.FileFormatError
55
63
You can’t perform that action at this time.
0 commit comments