Compare commits

...

2 commits

Author SHA1 Message Date
Simon
485b4c310b remove titles from the chapters
All checks were successful
Build and deploy the book / book (push) Successful in 6s
Build and deploy the book / book (pull_request) Successful in 5s
2026-08-21 11:42:47 +01:00
Simon
d20fa41aea leave automatic chapter renderic 2026-08-21 11:41:44 +01:00
7 changed files with 0 additions and 32 deletions

View file

@ -1,7 +1,3 @@
---
title: "Chapter 3"
---
# Chapter 3
Figure 3.5

View file

@ -1,5 +1 @@
---
title: "Chapter 4"
---
# Chapter 4

View file

@ -1,7 +1,3 @@
---
title: "Chapter 5"
---
# Chapter 5
Figure 5.3

View file

@ -1,7 +1,3 @@
---
title: "Chapter 6"
---
# Chapter 6
CV transmission etc..

View file

@ -1,7 +1,3 @@
---
title: "Chapter 8"
---
# Chapter 8
## Population size and highly skilled individuals

View file

@ -1,7 +1,3 @@
---
title: "Chapter 9"
---
# Chapter 9
Figure 9.13

View file

@ -1,8 +0,0 @@
rmd_files: [
"index.Rmd",
"Chapter_3.Rmd",
"Chapter_4.Rmd",
"Chapter_5.Rmd",
"Chapter_6.Rmd",
"Chapter_9.Rmd"
]