Skip to content

Commit 5f3da6b

Browse files
Merge pull request tskit-dev#103 from hyanwong/msprime-sections
Put the msprime advances examples as sections
2 parents d07e2ed + e47da61 commit 5f3da6b

File tree

5 files changed

+32
-6
lines changed

5 files changed

+32
-6
lines changed

_toc.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ parts:
2323
# TODO this will be broken down more finely as we add more content
2424
chapters:
2525
- 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
2931
- file: completing-forward-sims
3032
- caption: Forward time simulations
3133
# TODO port/add forward simulation contents

bottlenecks.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ kernelspec:
1111
name: python3
1212
---
1313

14+
(sec_msprime_bottlenecks)=
15+
1416
# Instantaneous Bottlenecks
1517

1618
**Konrad Lohse and Jerome Kelleher**

demography.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ kernelspec:
1111
name: python3
1212
---
1313

14+
(sec_msprime_demography)=
15+
1416
# Demography
1517

1618
**Georgia Tsambos**

introgression.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ kernelspec:
1111
name: python3
1212
---
1313

14+
(sec_msprime_introgression)=
15+
1416
# Introgression
1517

1618
**Jerome Kelleher and Konrad Lohse**

msprime.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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+
---
113

2-
# Advanced msprime topics
14+
(sec_msprime)=
315

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+
```

0 commit comments

Comments
 (0)