-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #75 from hyanwong/tables
Port the tables and trees sections of the tskit tut
- Loading branch information
Showing
15 changed files
with
1,015 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
jupytext: | ||
text_representation: | ||
extension: .md | ||
format_name: myst | ||
format_version: 0.12 | ||
jupytext_version: 1.9.1 | ||
kernelspec: | ||
display_name: Python 3 | ||
language: python | ||
name: python3 | ||
--- | ||
|
||
```{currentmodule} tskit | ||
``` | ||
|
||
(sec_analysing_tree_sequences)= | ||
|
||
# Analysing tree sequences | ||
|
||
:::{todo} | ||
Add all stats material from https://tskit.dev/tskit/docs/stable/tutorial.html | ||
|
||
Should we rename this "calculating statistics", or something else with the word "statistics" in the name? | ||
::: |
Oops, something went wrong.