Skip to content

Commit d19e54d

Browse files
Merge pull request #75 from hyanwong/tables
Port the tables and trees sections of the tskit tut
2 parents def3ea8 + ab86d34 commit d19e54d

15 files changed

+1015
-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
@@ -13,6 +13,10 @@ parts:
1313
- file: simplification
1414
- file: metadata
1515
- file: tskitr
16+
- caption: Analysis
17+
chapters:
18+
- file: analysing_tree_sequences
19+
- file: analysing_trees
1620
- caption: Backward time simulations
1721
# TODO this will be broken down more finely as we add more content
1822
chapters:

analysing_tree_sequences.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
jupytext:
3+
text_representation:
4+
extension: .md
5+
format_name: myst
6+
format_version: 0.12
7+
jupytext_version: 1.9.1
8+
kernelspec:
9+
display_name: Python 3
10+
language: python
11+
name: python3
12+
---
13+
14+
```{currentmodule} tskit
15+
```
16+
17+
(sec_analysing_tree_sequences)=
18+
19+
# Analysing tree sequences
20+
21+
:::{todo}
22+
Add all stats material from https://tskit.dev/tskit/docs/stable/tutorial.html
23+
24+
Should we rename this "calculating statistics", or something else with the word "statistics" in the name?
25+
:::

0 commit comments

Comments
 (0)