We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff4414a commit 1bd8d17Copy full SHA for 1bd8d17
src/_quarto.yml
@@ -237,6 +237,7 @@ website:
237
- section: "Additional Distributions"
238
contents:
239
- functions-reference/hidden_markov_models.qmd
240
+ - functions-reference/embedded_laplace.qmd
241
- section: "Appendix"
242
243
- functions-reference/mathematical_functions.qmd
src/functions-reference/_quarto.yml
@@ -72,6 +72,7 @@ book:
72
- part: "Additional Distributions"
73
chapters:
74
- hidden_markov_models.qmd
75
+ - embedded_laplace.qmd
76
- part: "Appendix"
77
78
- mathematical_functions.qmd
0 commit comments