From d20ab90c6284658c6d7ab5d39d6bd839f50c1442 Mon Sep 17 00:00:00 2001 From: "Kevin R. Thornton" Date: Thu, 9 Nov 2023 10:34:39 -0800 Subject: [PATCH] Fix link to demes specification. Closes #1220 --- doc/short_vignettes/demography_vignettes_intro.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/short_vignettes/demography_vignettes_intro.md b/doc/short_vignettes/demography_vignettes_intro.md index 037250096b..3a154f627b 100644 --- a/doc/short_vignettes/demography_vignettes_intro.md +++ b/doc/short_vignettes/demography_vignettes_intro.md @@ -4,7 +4,8 @@ ## Discrete demes and Wright-Fisher life cycles -Demographic models of discrete demes are declared according to the `demes specification `. +Demographic models of discrete demes are declared according to the +[demes specification](https://popsim-consortium.github.io/demes-spec-docs/main/tutorial.html). See {class}`fwdpy11.ForwardDemesGraph` and {func}`fwdpy11.discrete_demography.from_demes` for details. Please cite the `demes` paper {cite}`Gower2022-xx` when using `fwdpy11`.