-
Notifications
You must be signed in to change notification settings - Fork 28
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
9910471
commit 49ca5c8
Showing
6 changed files
with
67 additions
and
61 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