Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: dispersal documentation links #29

Merged
merged 1 commit into from
Dec 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/4-tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

- @subpage demographic_histories_in_quetzal
- Examples
- @subpage dispersal-kernels
- @subpage Growth Expressions
- @subpage Dispersal Kernels
- @subpage Memory Management

## Graphs
Expand Down Expand Up @@ -816,7 +816,7 @@ There a different modeling approaches to look at these demographic histories, pr
@page dispersal_kernels Dispersal Kernels

@note
The objective of this section is to parametrize a Dispersal Location Kernel (in the sense of <a href="pdf/nathan-et-al-2012.pdf" target="_blank"><b> Nathan et al. 2012</b></a>)
The objective of this section is to parametrize a Dispersal Location Kernel (in the sense of <a href="nathan-et-al-2012.pdf" target="_blank"><b> Nathan et al. 2012</b></a>)
and to compute useful quantities, such as the distance between two locations, the probability to disperse from one to the other, and the mean dispersal distance expected under the distribution.

## Background
Expand Down
2 changes: 1 addition & 1 deletion docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ else ()
# Documentation for tutorials requires ctest call to populate build folder
set(DOXYGEN_EXAMPLE_PATH "../example" "../build/example/output")
set(DOXYGEN_IMAGE_PATH "assets/images")
set(DOXYGEN_HTML_EXTRA_FILES = "assets/pdf")
set(DOXYGEN_HTML_EXTRA_FILES = "assets/pdf/nathan-et-al-2012.pdf")

# Required by doxygen awesome
set(DOXYGEN_GENERATE_TREEVIEW YES)
Expand Down
Loading