Skip to content

Commit 8e87ae4

Browse files
updated documentation
1 parent 4904b48 commit 8e87ae4

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

docs/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Create documentation
2+
3+
```bash
4+
cd docs
5+
```
6+
7+
```bash
8+
quartodoc build
9+
```
10+
11+
```bash
12+
quarto preview
13+
```

docs/_quarto.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
project:
22
type: website
3+
output-dir: _site
34

45
render:
56
- "*.qmd"
@@ -9,10 +10,11 @@ project:
910
- "!src/"
1011

1112
website:
13+
title: "sbmlsim"
14+
"description": "SBML simulation made easy"
1215
favicon: images/favicon/favicon.ico
1316
site-url: https://matthiaskoenig.github.io/sbmlsim
1417
open-graph: true
15-
title: "sbmlsim"
1618
page-navigation: true
1719
bread-crumbs: true
1820
repo-url: https://github.com/matthiaskoenig/sbmlsim
@@ -100,3 +102,9 @@ quartodoc:
100102
- name: sensitivity.sensitivity_sobol
101103
- name: sensitivity.sensitivity_morris
102104
- name: sensitivity.sensitivity_sampling
105+
106+
#filters:
107+
# - interlinks
108+
#
109+
#interlinks:
110+
# sources: {}

0 commit comments

Comments
 (0)