File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1+ # Create documentation
2+
3+ ``` bash
4+ cd docs
5+ ```
6+
7+ ``` bash
8+ quartodoc build
9+ ```
10+
11+ ``` bash
12+ quarto preview
13+ ```
Original file line number Diff line number Diff line change 11project :
22 type : website
3+ output-dir : _site
34
45 render :
56 - " *.qmd"
@@ -9,10 +10,11 @@ project:
910 - " !src/"
1011
1112website :
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: {}
You can’t perform that action at this time.
0 commit comments