-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore and update quickstart docs page (#296)
* Revert "Temporarily remove quickstart docs (#292)" This reverts commit 2dc0ae2. * Load ArviZPythonPlots before running notebook * Add ArviZPythonPlots as docs dep * Load ArviZPythonPlots in notebook * Document use of ArviZPythonPlots * Refer to ArviZ instead of ArviZ.jl * Increment patch number * Instantiate docs environment before resolving * Use Conda Python * Install Python deps manually * Fix step * Add ArviZPythonPlots docs compat * Add back docs deps compats * Remove SampleChains as unused docs dep * Remove docs Manifest.toml * Make docs-specific `.gitignore` * Remove unneeded loads * Increase ArviZ version bound * Fix broken links * Allow linkcheck to fail * Increment patch number * Cache CondaPkg artifacts for docs build
- Loading branch information
Showing
9 changed files
with
498 additions
and
18 deletions.
There are no files selected for viewing
This file contains 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 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 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 |
---|---|---|
@@ -1,14 +1,6 @@ | ||
*.jl.cov | ||
*.jl.*.cov | ||
*.jl.mem | ||
/deps/deps.jl | ||
/deps/build.log | ||
/docs/src/quickstart.md | ||
/docs/src/creating_custom_plots.md | ||
/docs/src/*.log | ||
/docs/src/assets/logo*.png | ||
/docs/src/assets/favicon.ico | ||
/docs/src/*.log | ||
/docs/build | ||
/test/*.log | ||
.DS_Store | ||
Manifest.toml |
This file contains 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "ArviZ" | ||
uuid = "131c737c-5715-5e2e-ad31-c244f01c1dc7" | ||
authors = ["Seth Axen <[email protected]>"] | ||
version = "0.10.1" | ||
version = "0.10.2" | ||
|
||
[deps] | ||
InferenceObjects = "b5cf5a8d-e756-4ee3-b014-01d49d192c00" | ||
|
This file contains 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,9 @@ | ||
Manifest.toml | ||
.CondaPkg | ||
src/quickstart.md | ||
src/creating_custom_plots.md | ||
src/*.log | ||
src/assets/logo*.png | ||
src/assets/favicon.ico | ||
src/*.log | ||
build |
This file contains 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 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 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
Oops, something went wrong.
99e7360
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
99e7360
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/89344
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: