Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jverzani committed Jun 8, 2024
1 parent 800ff8e commit e06802b
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 62 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
97b04b1b
2a7889cb
17 changes: 15 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,10 @@
<h2 id="toc-title">Table of contents</h2>

<ul>
<li><a href="#preface" id="toc-preface" class="nav-link active" data-scroll-target="#preface">Preface</a></li>
<li><a href="#preface" id="toc-preface" class="nav-link active" data-scroll-target="#preface">Preface</a>
<ul class="collapse">
<li><a href="#running-julia" id="toc-running-julia" class="nav-link" data-scroll-target="#running-julia">Running Julia</a></li>
</ul></li>
</ul>
<div class="toc-actions"><ul><li><a href="https://github.com/jverzani/CalculusWithJuliaNotes.jl/edit/main/quarto/index.qmd" class="toc-action"><i class="bi bi-github"></i>Edit this page</a></li><li><a href="https://github.com/jverzani/CalculusWithJuliaNotes.jl/issues/new" class="toc-action"><i class="bi empty"></i>Report an issue</a></li></ul></div></nav>
</div>
Expand Down Expand Up @@ -780,8 +783,17 @@ <h1 class="unnumbered">Preface</h1>
<p>These notes are presented in pages covering a fairly focused concept, in a spirit similar to a section of a book. Just like a book, there are try-it-yourself questions at the end of each page. All have a limited number of self-graded answers. These notes borrow ideas from many sources, for example <span class="citation" data-cites="Strang">Strang (<a href="references.html#ref-Strang" role="doc-biblioref">n.d.</a>)</span>, <span class="citation" data-cites="Knill">Knill (<a href="references.html#ref-Knill" role="doc-biblioref">n.d.</a>)</span>, <span class="citation" data-cites="Schey">Schey (<a href="references.html#ref-Schey" role="doc-biblioref">1997</a>)</span>, <span class="citation" data-cites="Thomas">Hass, Heil, and Weir (<a href="references.html#ref-Thomas" role="doc-biblioref">2018</a>)</span>, <span class="citation" data-cites="RogawskiAdams">Rogawski, Adams, and Franzosa (<a href="references.html#ref-RogawskiAdams" role="doc-biblioref">2019</a>)</span>, several Wikipedia pages, and other sources.</p>
<p>These notes are accompanied by a <code>Julia</code> package <code>CalculusWithJulia</code> that provides some simple functions to streamline some common tasks and loads some useful packages that will be used repeatedly.</p>
<p>These notes are presented as a Quarto book. To learn more about Quarto books visit <a href="https://quarto.org/docs/books" class="uri">https://quarto.org/docs/books</a>.</p>
<p>These notes may be compiled into a <code>pdf</code> file through Quarto. As the result is rather large, we do not provide that file for download. For the interested reader, downloading the repository, instantiating the environment, and running <code>quarto</code> to render to <code>pdf</code> in the <code>quarto</code> subdirectory should produce that file (after some time).</p>
<!--
These notes may be compiled into a `pdf` file through Quarto. As the result is rather large, we do not provide that file for download. For the interested reader, downloading the repository, instantiating the environment, and running `quarto` to render to `pdf` in the `quarto` subdirectory should produce that file (after some time).
-->
<p>To <em>contribute</em> – say by suggesting addition topics, correcting a mistake, or fixing a typo – click the “Edit this page” link and join the list of <a href="https://github.com/jverzani/CalculusWithJuliaNotes.jl/graphs/contributors">contributors</a>. Thanks to all contributors and a <em>very</em> special thanks to <code>@fangliu-tju</code> for their careful and most-appreciated proofreading.</p>
<section id="running-julia" class="level2">
<h2 class="anchored" data-anchor-id="running-julia">Running Julia</h2>
<p><code>Julia</code> is installed quite easily with the <code>juliaup</code> utility. There are some brief installation notes in the overview of <code>Julia</code> commands. To run <code>Julia</code> through the web (though in a resource-constrained manner), these links resolve to <code>binder.org</code> instances:</p>
<ul>
<li><p><a href="https://mybinder.org/v2/gh/jverzani/CalculusWithJuliaBinder.jl/main?labpath=blank-notebook.ipynb"><img src="https://mybinder.org/badge_logo.svg" class="img-fluid" alt="Binder"></a> (Image without SymPy)</p></li>
<li><p><a href="https://mybinder.org/v2/gh/jverzani/CalculusWithJuliaBinder.jl/sympy?labpath=blank-notebook.ipynb"><img src="https://mybinder.org/badge_logo.svg" class="img-fluid" alt="Binder"></a> (Image with SymPy, longer to load)</p></li>
</ul>
<hr>
<p>Calculus with Julia version 0.21, produced on June 8, 2024.</p>

Expand All @@ -804,6 +816,7 @@ <h1 class="unnumbered">Preface</h1>
</div>
</div>
</section>
</section>

</main> <!-- /main -->
<script id="quarto-html-after-body" type="application/javascript">
Expand Down
Loading

0 comments on commit e06802b

Please sign in to comment.