@@ -36,13 +36,12 @@ Data model
3636**********
3737
3838The data model for ``tsinfer `` is tightly integrated with
39- ``msprime ``'s `data model <https://msprime .readthedocs.io/en/stable/interchange .html >`_
39+ ``tskit ``'s `data model <https://tskit .readthedocs.io/en/latest/data-model .html >`_
4040and uses the same concepts throughout. The intermediate file formats and APIs
4141described here provide a bridge between this model and existing data sources. For
4242convenience, we provide a brief description of concepts needed for importing
43- data into ``tsinfer `` here. Please see the `msprime documentation
44- <https://msprime.readthedocs.io/en/stable/index.html> `_ for more detailed
45- information.
43+ data into ``tsinfer `` here. Please see the `tskit documentation
44+ <https://tskit.readthedocs.io/> `_ for more detailed information.
4645
4746.. _sec_inference_data_model_individual :
4847
@@ -167,8 +166,9 @@ number of recombination events.
167166The copying path for each ancestor then describes its ancestry at every
168167point in the sequence: from a genealogical perspective, we know its
169168parent node. This information is encoded precisely as an `edge
170- <http://msprime.readthedocs.io/en/stable/interchange.html#edge-table> `_ in a
171- `tree sequence <http://msprime.readthedocs.io/en/stable/interchange.html#data-model >`_.
169+ <https://tskit.readthedocs.io/en/latest/data-model.html#edge-table> `_ in a
170+ `tree sequence
171+ <https://tskit.readthedocs.io/en/latest/data-model.html> `_.
172172Thus, we refer to the output of this step as the "ancestors tree sequence",
173173which is conventionally stored in a file ending with ``.ancestors.trees ``.
174174
@@ -200,7 +200,7 @@ The final phase of a ``tsinfer`` inference consists of a number steps:
200200
2012013. Reduce the resulting tree sequence to a canonical form by
202202 `simplifying it
203- <http ://msprime .readthedocs.io/en/stable/ api.html#msprime .TreeSequence.simplify> `_.
203+ <https ://tskit .readthedocs.io/en/latest/python- api.html#tskit .TreeSequence.simplify> `_.
204204
205205.. todo ::
206206 1. Describe path compression here and above in the ancestors
0 commit comments