diff --git a/docs/4-tutorials.md b/docs/4-tutorials.md index 1884b826..e00c48cb 100644 --- a/docs/4-tutorials.md +++ b/docs/4-tutorials.md @@ -27,8 +27,8 @@ - @subpage demographic_histories_in_quetzal - Examples + - @subpage dispersal-kernels - @subpage Growth Expressions - - @subpage Dispersal Kernels - @subpage Memory Management ## Graphs @@ -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 Nathan et al. 2012) +The objective of this section is to parametrize a Dispersal Location Kernel (in the sense of Nathan et al. 2012) 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 diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index 7cea580b..871f9555 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -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)