-
-
Notifications
You must be signed in to change notification settings - Fork 10
Replace Pluto notebooks with Quarto files #279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
sethaxen
wants to merge
32
commits into
main
Choose a base branch
from
quarto
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 15 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
8643ea4
Port quickstart from Pluto to Quarto
sethaxen 1b044c9
Build Quarto files with quarto
sethaxen 3e54ecf
Create .gitignore
sethaxen 3883567
Post-process html in Quarto outputs
sethaxen da06451
Fix Python documentation URLs
sethaxen 6202f99
Fix Turing URL
sethaxen 46b3273
Move CondaPkg.jl to docs dir
sethaxen 759f057
Update CondaPkg.toml
sethaxen e0b8d37
Update CondaPkg.toml
sethaxen 6964ce9
Remove CondaPkg
sethaxen f350619
Install quarto for docs build
sethaxen 4f1d1c7
Cache Julia artifacts
sethaxen 5d42141
Simplify Julia caching
sethaxen 59c4a39
Revert "Remove CondaPkg"
sethaxen 2e2a1ea
Add just jupyter to Conda env
sethaxen daf0944
Port custom plot notebook to Quarto
sethaxen 4d5b6fe
Run formatter
sethaxen f235d69
Merge branch 'main' into quarto
sethaxen 30f64e3
Backport changes to quickstart.jl to quickstart.qmd
sethaxen 52f6ce1
Create .gitignore
sethaxen b133418
Load ArviZExampleData in quarto file
sethaxen fbb308e
Use cross-reference
sethaxen a3e0aa2
Minor improvements to quickstart
sethaxen 83764b0
Re-enable strict link checking
sethaxen 22b2e49
Remove CondaPkg cache
sethaxen a120e26
Merge branch 'main' into quarto
sethaxen bd4b770
Render with julia engine instead of IJulia
sethaxen 16b2660
Bump quarto version in docs build
sethaxen feb310b
Specify engine in only one place
sethaxen a3706d7
Remove caching of CondaPkg
sethaxen 2fbc501
Update Stan model syntax
sethaxen ed9bd66
Update external references
sethaxen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/.CondaPkg | ||
/src/.quarto/ | ||
/src/_freeze/ | ||
|
||
/src/quickstart.md | ||
/src/quickstart_files |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[deps] | ||
jupyter = "1" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
project: | ||
title: "ArviZ.jl" | ||
output-dir: . | ||
render: | ||
- "*.qmd" | ||
|
||
execute: | ||
freeze: auto | ||
eval: true | ||
echo: true | ||
output: true | ||
|
||
format: | ||
commonmark: | ||
variant: -raw_html+tex_math_dollars | ||
wrap: preserve |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.