-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #195 from JuliaAI/fix-plots
Update existing tutorials
- Loading branch information
Showing
130 changed files
with
40,437 additions
and
12,386 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 |
---|---|---|
|
@@ -3,3 +3,4 @@ test/*.svg | |
/*.svg | ||
node_modules/ | ||
package-lock.json | ||
.CondaPkg |
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,3 @@ | ||
[deps] | ||
Franklin = "713c75ef-9fc9-4b05-94a9-213340da978e" | ||
NodeJS = "2bd173c7-0d6d-553b-b6af-13a54713934c" |
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
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,20 +1,24 @@ | ||
<!-- CONTENT ENDS HERE --> | ||
</div> <!-- end of id=main --> | ||
</div> <!-- end of id=layout --> | ||
<!-- for collapse functionality --> | ||
<script src="/libs/collapse/collapse.js"></script> | ||
<script src="/libs/pure/ui.min.js"></script> | ||
<!-- navigation bar --> | ||
<script src="/libs/nav/nav.js"></script> | ||
<!-- responsive navigation bar --> | ||
<script src="/libs/nav/responsive.js"></script> | ||
<!-- landing page --> | ||
<script src="/libs/landing/landing.js"></script> | ||
{{ if hasmath }} | ||
{{ insert foot_katex.html }} | ||
{{ end }} | ||
{{ if hascode }} | ||
{{ insert foot_highlight.html }} | ||
{{ end }} | ||
</div> <!-- end of id=main --> | ||
</div> <!-- end of id=layout --> | ||
<!-- for collapse functionality --> | ||
<script src="/libs/collapse/collapse.js"></script> | ||
<script src="/libs/pure/ui.min.js"></script> | ||
<!-- head and footer-nav --> | ||
<script src="/libs/nav/head.js"></script> | ||
<script src="/libs/nav/footer-nav.js"></script> | ||
<!-- landing page --> | ||
<script src="/libs/landing/landing.js"></script> | ||
<!-- navigation bar --> | ||
<script src="/libs/nav/nav.js"></script> | ||
<!-- responsive navigation bar --> | ||
<script src="/libs/nav/responsive.js"></script> | ||
{{ if hasmath }} | ||
{{ insert foot_katex.html }} | ||
{{ end }} | ||
{{ if hascode }} | ||
{{ insert foot_highlight.html }} | ||
{{ end }} | ||
</body> | ||
</html> | ||
|
||
</html> |
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,5 +1,16 @@ | ||
<div class="bottom-nav-container"> | ||
<a id="prev-tutorial" style="text-decoration: none"><Button class="bottom-nav"> | ||
<div>← Previous Tutorial</div> | ||
<div id="prev-label" class="button-label"> Home</div> | ||
</Button></a> | ||
<a id="next-tutorial" style="text-decoration: none"><Button class="bottom-nav"> | ||
<div>Next Tutorial →</div> | ||
<div id="next-label" class="button-label">Home</div> | ||
</Button></a> | ||
</div> | ||
<div class="page-foot"> | ||
<div class="copyright"> | ||
© {{ fill author }}. Last modified: {{ fill fd_mtime }}. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a>. | ||
© {{ fill author }}. Last modified: {{ fill fd_mtime }}. Website built with <a | ||
href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a>. | ||
</div> | ||
</div> | ||
</div> |
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.