Skip to content

Commit 88a647c

Browse files
committed
Port the tables and trees sections of the tskit tut
Place some in getting_started, most in data_structures, and some in analysing_trees
1 parent 7be8031 commit 88a647c

10 files changed

+569
-16
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ sphinx:
3333
tskit: ["https://tskit.dev/tskit/docs/stable", null]
3434
msprime: ["https://tskit.dev/msprime/docs/stable", null]
3535
pyslim: ["https://pyslim.readthedocs.io/en/stable", null]
36+
numpy: ["https://numpy.org/doc/stable/", null]
3637
myst_enable_extensions:
3738
- colon_fence
3839
- deflist

_toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ parts:
1212
- file: simplification
1313
- file: metadata
1414
- file: tskitr
15+
- caption: Analysis
16+
chapters:
17+
- file: analysing_tree_sequences
18+
- file: analysing_trees
1519
- caption: Backward time simulations
1620
# TODO this will be broken down more finely as we add more content
1721
chapters:

data/construction_example.ts

5.48 KB
Binary file not shown.

data/different_time_samples.ts

6.61 KB
Binary file not shown.

data/tables_example.ts

5.68 KB
Binary file not shown.

data/tables_example_muts.ts

5.85 KB
Binary file not shown.

data/tree_traversals.ts

5.61 KB
Binary file not shown.

0 commit comments

Comments
 (0)