File tree 5 files changed +32
-6
lines changed
5 files changed +32
-6
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,11 @@ parts:
23
23
# TODO this will be broken down more finely as we add more content
24
24
chapters :
25
25
- file : no_mutations
26
- - file : demography
27
- - file : bottlenecks
28
- - file : introgression
26
+ - file : msprime
27
+ sections :
28
+ - file : demography
29
+ - file : bottlenecks
30
+ - file : introgression
29
31
- file : completing-forward-sims
30
32
- caption : Forward time simulations
31
33
# TODO port/add forward simulation contents
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ kernelspec:
11
11
name : python3
12
12
---
13
13
14
+ (sec_msprime_bottlenecks)=
15
+
14
16
# Instantaneous Bottlenecks
15
17
16
18
** Konrad Lohse and Jerome Kelleher**
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ kernelspec:
11
11
name : python3
12
12
---
13
13
14
+ (sec_msprime_demography)=
15
+
14
16
# Demography
15
17
16
18
** Georgia Tsambos**
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ kernelspec:
11
11
name : python3
12
12
---
13
13
14
+ (sec_msprime_introgression)=
15
+
14
16
# Introgression
15
17
16
18
** Jerome Kelleher and Konrad Lohse**
Original file line number Diff line number Diff line change
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
+ ---
1
13
2
- # Advanced msprime topics
14
+ (sec_msprime)=
3
15
4
- These are advanced topics in msprime or examples of how to
5
- do some particular things in msprime.
16
+ # Advanced {program}` msprime ` topics
17
+
18
+ These are advanced topics in [ msprime] ( https://tskit.dev/msprime ) or examples of how to
19
+ do some particular things with it. This chapter is broken down into the following
20
+ sections:
21
+
22
+ ``` {tableofcontents}
23
+ ```
You can’t perform that action at this time.
0 commit comments