Skip to content

Commit

Permalink
internals guide skeleton update
Browse files Browse the repository at this point in the history
  • Loading branch information
cscheid committed Apr 9, 2024
1 parent de208d3 commit 6f233b1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-docs/internals-guide/engines/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: "Execution Engines"

- [knitr](./knitr.qmd)
- [jupyter](./jupyter.qmd)
- [julia](./julia.qmd)
- Markdown

The "Markdown engine" is a "no-op" engine that exists to allow Quarto to render files when no code cells need to be executed.
8 changes: 8 additions & 0 deletions dev-docs/internals-guide/engines/julia.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Julia Engine"
---

This is a pure-Julia execution engine for users who want Julia cells but do not want to
use Jupyter. It was merged in https://github.com/quarto-dev/quarto-cli/pull/8645/ and developed by
https://github.com/jkrumbiegel.

0 comments on commit 6f233b1

Please sign in to comment.