File tree Expand file tree Collapse file tree 2 files changed +341
-0
lines changed Expand file tree Collapse file tree 2 files changed +341
-0
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1+ ---
2+ title : " Stan Documentation"
3+ output :
4+ bookdown::html_document2 :
5+ css : stan-manual.css
6+ pandoc_args : ["--syntax-definition","./stan.xml"]
7+ highlight : tango
8+ split_by : " section"
9+ number_sections : false
10+
11+ ---
12+ <br />
13+
14+ ### Page not found
15+
16+ The page you requested cannot be found (perhaps it was moved or renamed).
17+
18+ You may want to try searching to find the page's new location, or use the table of contents to find the page you are looking for.
19+
20+ [ Return to docs home.] ( https://mc-stan.org/docs )
21+
22+
23+ ----
24+
25+ ``` stan
26+ reject("This page cannot be found");
27+ ```
28+
29+ <!-- rendered with bookdown::render_book("404.Rmd") -->
You can’t perform that action at this time.
0 commit comments