-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3ce70f6
commit 63d0258
Showing
19 changed files
with
194 additions
and
355 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
|
||
# ### Reproducibility | ||
|
||
# This page was generated with the following version of Julia: | ||
using InteractiveUtils: versioninfo | ||
io = IOBuffer(); versioninfo(io); split(String(take!(io)), '\n') | ||
|
||
# And with the following package versions | ||
import Pkg; Pkg.status() |
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,14 @@ | ||
|
||
#= | ||
This page comes from a single Julia file: | ||
[`@__NAME__.jl`](xxxrepo/@__NAME__.jl). | ||
You can access the source code | ||
for such Julia documentation | ||
using the 'Edit on GitHub' link in the top right. | ||
You can view the corresponding notebook in | ||
[nbviewer](https://nbviewer.org/) here: | ||
[`@__NAME__.ipynb`](xxxnb/@__NAME__.ipynb), | ||
or open it in [binder](https://mybinder.org/) here: | ||
[`@__NAME__.ipynb`](xxxbinder/@__NAME__.ipynb). | ||
=# |
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
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.