You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ Repository for the sources and published documentation set, versioned for each S
15
15
+`src/functions-reference` - Stan Functions Reference
16
16
+`src/reference-manual` - Stan Reference Manual
17
17
+`src/stan-users-guide` - Stan Users Guide
18
+
+`src/quarto-config` - A submodule of the [stan-dev/quarto-config](https://github.com/stan-dev/quarto-config) repository for shared files between the docs and Stan website
18
19
19
20
*`docs`: the directory `docs` on branch `master` is the [publishing source](https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site) for the project pages site. Whenever a verified member of the Stan organization pushes to `docs` on branch `master`,
20
21
GitHub (re)builds and (re)deploys the website.
@@ -34,15 +35,19 @@ the repository [quarto-config](https://github.com/stan-dev/quarto-config).
34
35
35
36
## Scripts to build and maintain the docset
36
37
37
-
### Check out submodule `quarto-config` into the `src` subdirectory
38
+
**Checking out the repository**
38
39
39
-
To build the docs locally, you must first clone the quarto-config repo into the `src` subdirectory.
40
+
In order to ensure the `quarto-config` folder is present, when cloning the repository, use the `--recursive` flag
0 commit comments