@@ -22,7 +22,7 @@ Quantitative trait simulation in tstrait is transparent, and users can control e
2222it is possible for the users to simulate their own environmental noise on top of simulated genetic values,
2323or even use their own defined effect sizes and causal sites. The tree sequence data structure is widely used in
2424various population genetic simulation packages, including [ SLiM] ( https://messerlab.org/slim/ ) ,
25- [ msprime] ( msprime:sec_intro ) , and [ stdpopsim] ( stdpopsim:sec_introduction ) ; it is therefore easy for
25+ {ref} ` msprime< msprime:sec_intro> ` , and {ref} ` stdpopsim< stdpopsim:sec_introduction> ` ; it is therefore easy for
2626users of these packages to add quantitative traits to their results using tstrait.
2727
2828## Tree Sequence resources
@@ -31,9 +31,9 @@ To learn more about tree sequences:
3131
3232- The [ tskit website] ( https://tskit.dev/ ) provides [ learning materials] ( https://tskit.dev/learn/ ) explaining
3333 what tree sequences are, and includes tutorials, publications and videos.
34- - The [ PySLiM manual] ( pyslim:sec_introduction ) explains how forward genetic simulation can be create
34+ - The {ref} ` PySLiM manual< pyslim:sec_introduction> ` explains how forward genetic simulation can be create
3535 tree sequences.
36- - The [ msprime manual] ( msprime:sec_intro ) details an efficient backward-time genetic simulator that outputs
36+ - The {ref} ` msprime manual< msprime:sec_intro> ` details an efficient backward-time genetic simulator that outputs
3737 tree sequences.
38- - The [ tskit tutorials] ( tskit-tutorials:sec_intro ) explain how to analyze succinct tree sequences
38+ - The {ref} ` tskit tutorials< tskit-tutorials:sec_intro> ` explain how to analyze succinct tree sequences
3939 by using [ tskit] ( https://tskit.dev/ ) .
0 commit comments