forked from tskit-dev/tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_toc.yml
47 lines (47 loc) · 1.15 KB
/
_toc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
format: jb-book
root: intro
parts:
- caption:
chapters:
- file: what_is
- caption: Tree sequence basics
chapters:
- file: terminology_and_concepts
- file: getting_started
- caption: Statistics and Analysis
chapters:
- file: analysing_tree_sequences
- file: analysing_trees
- file: counting_topologies
- file: parallelization
- caption: Further tskit tutorials
chapters:
- file: tables_and_editing
- file: simplification
- file: viz
- file: metadata
- file: args
- caption: Backward time simulations
# TODO this will be broken down more finely as we add more content
chapters:
- file: no_mutations
- file: msprime
sections:
- file: demography
- file: bottlenecks
- file: introgression
- file: completing-forward-sims
- caption: Forward time simulations
# TODO port/add forward simulation contents
# What can we put in here?
chapters:
- file: forward_sims
- caption: Other languages
# TODO: add basic C and maybe Rust tutes
chapters:
- file: tskitr
- caption: Development
# TODO This would be a great place to put the general tskit development
# guidelines.
chapters:
- file: tutorial_development