Skip to content

Commit

Permalink
Populate with existing notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
GeliezaK committed Jul 31, 2023
1 parent 67c2c39 commit 8892e1e
Show file tree
Hide file tree
Showing 22 changed files with 123,753 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,14 @@ makedocs(;
prettyurls=get(ENV, "CI", "false") == "true",
canonical="https://fverdugo.github.io/XM_40017",
edit_link="main",),
pages=["Home" => "index.md","Hello World" => "notebook-hello.md", "Notebooks"=>["Matrix Multiplication"=>"matrix_matrix.md"]],
pages=["Home" => "index.md","Julia Tutorial" => "julia_tutorial.md", "Notebooks"=>[
"Why is Julia fast?" => "julia_intro.md",
"Julia Basics" => "julia_basics.md",
"Julia Asynchronous" => "julia_async.md",
"Julia Distributed" => "julia_distributed.md",
"Matrix Multiplication"=>"matrix_matrix.md",
"Jacobi/SOR" => "julia_jacobi.md"
]],
)

deploydocs(;
Expand Down
30 changes: 30 additions & 0 deletions docs/src/jacobi_2D.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
```@meta
EditURL = "https://github.com/fverdugo/XM_40017/blob/main/docs/src/notebooks/jacobi_2D.ipynb"
```

```@raw html
<div class="admonition is-success">
<header class="admonition-header">Tip</header>
<div class="admonition-body">
<ul>
<li>
Download this notebook and run it locally on your machine [recommended]. Click <a href="notebooks/jacobi_2D.ipynb" download>here</a>.
</li>
<li>
You can also run this notebook in the cloud using Binder. Click <a href="https://mybinder.org/v2/gh/fverdugo/XM_40017/gh-pages?filepath=dev/notebooks/jacobi_2D.ipynb">here</a>
.
</li>
</ul>
</div>
</div>
```

```@raw html
<iframe id="notebook" src="../notebook-output/jacobi_2D.html" style="width:100%"></iframe>
<script>
document.addEventListener('DOMContentLoaded', function(){
var myIframe = document.getElementById("notebook");
iFrameResize({log:true}, myIframe);
});
</script>
```
30 changes: 30 additions & 0 deletions docs/src/julia_async.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
```@meta
EditURL = "https://github.com/fverdugo/XM_40017/blob/main/docs/src/notebooks/julia_async.ipynb"
```

```@raw html
<div class="admonition is-success">
<header class="admonition-header">Tip</header>
<div class="admonition-body">
<ul>
<li>
Download this notebook and run it locally on your machine [recommended]. Click <a href="notebooks/julia_async.ipynb" download>here</a>.
</li>
<li>
You can also run this notebook in the cloud using Binder. Click <a href="https://mybinder.org/v2/gh/fverdugo/XM_40017/gh-pages?filepath=dev/notebooks/julia_async.ipynb">here</a>
.
</li>
</ul>
</div>
</div>
```

```@raw html
<iframe id="notebook" src="../notebook-output/julia_async.html" style="width:100%"></iframe>
<script>
document.addEventListener('DOMContentLoaded', function(){
var myIframe = document.getElementById("notebook");
iFrameResize({log:true}, myIframe);
});
</script>
```
30 changes: 30 additions & 0 deletions docs/src/julia_basics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
```@meta
EditURL = "https://github.com/fverdugo/XM_40017/blob/main/docs/src/notebooks/julia_basics.ipynb"
```

```@raw html
<div class="admonition is-success">
<header class="admonition-header">Tip</header>
<div class="admonition-body">
<ul>
<li>
Download this notebook and run it locally on your machine [recommended]. Click <a href="notebooks/julia_basics.ipynb" download>here</a>.
</li>
<li>
You can also run this notebook in the cloud using Binder. Click <a href="https://mybinder.org/v2/gh/fverdugo/XM_40017/gh-pages?filepath=dev/notebooks/julia_basics.ipynb">here</a>
.
</li>
</ul>
</div>
</div>
```

```@raw html
<iframe id="notebook" src="../notebook-output/julia_basics.html" style="width:100%"></iframe>
<script>
document.addEventListener('DOMContentLoaded', function(){
var myIframe = document.getElementById("notebook");
iFrameResize({log:true}, myIframe);
});
</script>
```
30 changes: 30 additions & 0 deletions docs/src/julia_distributed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
```@meta
EditURL = "https://github.com/fverdugo/XM_40017/blob/main/docs/src/notebooks/julia_distributed.ipynb"
```

```@raw html
<div class="admonition is-success">
<header class="admonition-header">Tip</header>
<div class="admonition-body">
<ul>
<li>
Download this notebook and run it locally on your machine [recommended]. Click <a href="notebooks/julia_distributed.ipynb" download>here</a>.
</li>
<li>
You can also run this notebook in the cloud using Binder. Click <a href="https://mybinder.org/v2/gh/fverdugo/XM_40017/gh-pages?filepath=dev/notebooks/julia_distributed.ipynb">here</a>
.
</li>
</ul>
</div>
</div>
```

```@raw html
<iframe id="notebook" src="../notebook-output/julia_distributed.html" style="width:100%"></iframe>
<script>
document.addEventListener('DOMContentLoaded', function(){
var myIframe = document.getElementById("notebook");
iFrameResize({log:true}, myIframe);
});
</script>
```
30 changes: 30 additions & 0 deletions docs/src/julia_intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
```@meta
EditURL = "https://github.com/fverdugo/XM_40017/blob/main/docs/src/notebooks/julia_intro.ipynb"
```

```@raw html
<div class="admonition is-success">
<header class="admonition-header">Tip</header>
<div class="admonition-body">
<ul>
<li>
Download this notebook and run it locally on your machine [recommended]. Click <a href="notebooks/julia_intro.ipynb" download>here</a>.
</li>
<li>
You can also run this notebook in the cloud using Binder. Click <a href="https://mybinder.org/v2/gh/fverdugo/XM_40017/gh-pages?filepath=dev/notebooks/julia_intro.ipynb">here</a>
.
</li>
</ul>
</div>
</div>
```

```@raw html
<iframe id="notebook" src="../notebook-output/julia_intro.html" style="width:100%"></iframe>
<script>
document.addEventListener('DOMContentLoaded', function(){
var myIframe = document.getElementById("notebook");
iFrameResize({log:true}, myIframe);
});
</script>
```
30 changes: 30 additions & 0 deletions docs/src/julia_jacobi.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
```@meta
EditURL = "https://github.com/fverdugo/XM_40017/blob/main/docs/src/notebooks/julia_jacobi.ipynb"
```

```@raw html
<div class="admonition is-success">
<header class="admonition-header">Tip</header>
<div class="admonition-body">
<ul>
<li>
Download this notebook and run it locally on your machine [recommended]. Click <a href="notebooks/julia_jacobi.ipynb" download>here</a>.
</li>
<li>
You can also run this notebook in the cloud using Binder. Click <a href="https://mybinder.org/v2/gh/fverdugo/XM_40017/gh-pages?filepath=dev/notebooks/julia_jacobi.ipynb">here</a>
.
</li>
</ul>
</div>
</div>
```

```@raw html
<iframe id="notebook" src="../notebook-output/julia_jacobi.html" style="width:100%"></iframe>
<script>
document.addEventListener('DOMContentLoaded', function(){
var myIframe = document.getElementById("notebook");
iFrameResize({log:true}, myIframe);
});
</script>
```
30 changes: 30 additions & 0 deletions docs/src/julia_tutorial.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
```@meta
EditURL = "https://github.com/fverdugo/XM_40017/blob/main/docs/src/notebooks/julia_tutorial.ipynb"
```

```@raw html
<div class="admonition is-success">
<header class="admonition-header">Tip</header>
<div class="admonition-body">
<ul>
<li>
Download this notebook and run it locally on your machine [recommended]. Click <a href="notebooks/julia_tutorial.ipynb" download>here</a>.
</li>
<li>
You can also run this notebook in the cloud using Binder. Click <a href="https://mybinder.org/v2/gh/fverdugo/XM_40017/gh-pages?filepath=dev/notebooks/julia_tutorial.ipynb">here</a>
.
</li>
</ul>
</div>
</div>
```

```@raw html
<iframe id="notebook" src="../notebook-output/julia_tutorial.html" style="width:100%"></iframe>
<script>
document.addEventListener('DOMContentLoaded', function(){
var myIframe = document.getElementById("notebook");
iFrameResize({log:true}, myIframe);
});
</script>
```
Loading

0 comments on commit 8892e1e

Please sign in to comment.