Skip to content

Commit 90ff5c3

Browse files
committed
simplifying quarto outputs to make sure the website builds
1 parent c970d56 commit 90ff5c3

14 files changed

+187
-175
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
!/docs
7070
!/docs/*.qmd
7171
!/docs/*.md
72-
!/docs/*.pdf
7372
!/docs/*.css
7473

7574
# globus adapter

_quarto.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,6 @@ format:
9191
smooth-scroll: true
9292
anchor-sections: true
9393
# css: docs/styles.css
94-
typst:
95-
toc: true
96-
number-sections: true
9794
gfm:
9895
toc: true
9996
toc-depth: 3

docs/data_management.pdf

-18.1 KB
Binary file not shown.

docs/data_management.qmd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ format:
55
html:
66
embed-resources: true
77
keep-ipynb: false
8-
typst: default
98
gfm:
109
wrap: none
1110
editor: source
12-
engine: knitr
1311
---
1412

1513
Coming soon! This tutorial will cover managing data assets reproducibly with either of two command-line tools: [SciDataFlow](https://github.com/vsbuffalo/scidataflow) and [`refman`](https://github.com/nrminor/refman).

docs/developer.pdf

-99.1 KB
Binary file not shown.

docs/developer.qmd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ format:
55
html:
66
embed-resources: true
77
keep-ipynb: false
8-
typst: default
98
gfm:
109
wrap: none
1110
editor: source
12-
engine: knitr
1311
---
1412

1513
## OneRoof Development Environment

docs/index.pdf

-124 KB
Binary file not shown.

docs/index.qmd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ format:
55
html:
66
embed-resources: true
77
keep-ipynb: false
8-
typst: default
98
gfm:
109
wrap: none
1110
editor: source
12-
engine: knitr
1311
execute:
1412
echo: false
1513
eval: false

docs/pipeline_architecture.pdf

-92.7 KB
Binary file not shown.

docs/pipeline_architecture.qmd

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ format:
1212
code-fold: true
1313
code-tools: true
1414
highlight-style: github
15-
typst:
16-
toc: true
17-
number-sections: true
18-
colorlinks: true
1915
gfm:
2016
toc: true
2117
toc-depth: 3

0 commit comments

Comments
 (0)