Skip to content

Commit 76e08b5

Browse files
Insert missing verb in caching.qmd Overview (#1742) (#1751)
(cherry picked from commit c029aaa) Co-authored-by: Bryce <51974245+bryce-carson@users.noreply.github.com>
1 parent 29035dd commit 76e08b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/computations/caching.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: "Caching"
66

77
When rendering documents with embedded computations becomes time-consuming, you may want to consider adding an execution cache, which will store the results of cell executions so they aren't re-executed with every document render.
88

9-
Quarto integrates with the [Jupyter Cache](https://jupyter-cache.readthedocs.io/en/latest/) and [Knitr Cache](https://bookdown.org/yihui/rmarkdown-cookbook/cache.html) to cache time consuming code chunks. These two caching facilities distinct capabilities, and we'll cover each in detail below.
9+
Quarto integrates with the [Jupyter Cache](https://jupyter-cache.readthedocs.io/en/latest/) and [Knitr Cache](https://bookdown.org/yihui/rmarkdown-cookbook/cache.html) to cache time consuming code chunks. These two caching facilities feature distinct capabilities, and we'll cover each in detail below.
1010

1111
## Jupyter Cache
1212

0 commit comments

Comments
 (0)