Skip to content

Commit

Permalink
Fix doc refs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Jeffery committed Jul 8, 2024
1 parent ae222a3 commit d72e8df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

REPORTDIR=_build/html/reports

jupyter-book build -n --keep-going .
jupyter-book build -nW --keep-going .
RETVAL=$?
if [ $RETVAL -ne 0 ]; then
if [ -e $REPORTDIR ]; then
Expand Down
2 changes: 1 addition & 1 deletion docs/demography.md
Original file line number Diff line number Diff line change
Expand Up @@ -1536,7 +1536,7 @@ to facilitate interchange between simulators, as well as between
demographic inference software and simulators.
Demes models are typically written as a YAML file (see the
{ref}`Demes tutorial <demes-spec:sec_tutorial>` for details), and loaded into Python
using the [demes](demes:sec_introduction) library.
using the {ref}`demes <demes:sec_introduction>` library.
The {meth}`.Demography.from_demes` method converts a {class}`demes.Graph`
object into a {class}`.Demography` object, and the {meth}`.Demography.to_demes`
method does the opposite conversion.
Expand Down
4 changes: 2 additions & 2 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ available for learning about {program}`tskit` and {program}`msprime`:
- The [tskit tutorials](https://tskit.dev/tutorials) site provides an
introduction to the tree sequence format used by {program}`msprime`,
as well as in-depth tutorials
on more [advanced {program}`msprime` topics](tutorials:sec_msprime) and
examples of how to [analyse](tutorials:sec_analysing_tree_sequences)
on more {ref}`advanced {program}`msprime` topics <tutorials:sec_msprime>` and
examples of how to {ref}`analyse <tutorials:sec_analysing_tree_sequences>`
simulated {program}`tskit` tree sequences.

- Our [Discussions board](https://github.com/tskit-dev/msprime/discussions)
Expand Down

0 comments on commit d72e8df

Please sign in to comment.