Skip to content

Commit

Permalink
Deployed 74aa849 with MkDocs version: 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
srenevey committed Oct 26, 2024
1 parent 11fa3b6 commit ea86378
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@

<h2 id="changelog">Changelog</h2>
<ul>
<li>0.5.0</li>
<li>Update <code>nalgebra</code> and <code>simba</code> dependencies.</li>
<li>0.4.0<ul>
<li>Add generic type for the independent variable.</li>
<li>Update internal representation of the solver result.</li>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ <h1 id="odes-solving-in-rust">ODEs Solving in Rust</h1>
<h2 id="installation">Installation</h2>
<p>To start using the crate in your project, add the following dependency in your project's Cargo.toml file:</p>
<pre><code class="language-rust">[dependencies]
ode_solvers = &quot;0.4.x&quot;
ode_solvers = &quot;0.5.x&quot;
</code></pre>
<p>Then, in your main file, add</p>
<pre><code class="language-rust">use ode_solvers::*;
Expand Down Expand Up @@ -364,5 +364,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.3.1
Build Date UTC : 2024-01-14 02:41:26.086723+00:00
Build Date UTC : 2024-10-26 23:05:03.283042+00:00
-->
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://srenevey.github.io/ode-solvers/index.html</loc>
<lastmod>2024-01-14</lastmod>
<lastmod>2024-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://srenevey.github.io/ode-solvers/changelog.html</loc>
<lastmod>2024-01-14</lastmod>
<lastmod>2024-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://srenevey.github.io/ode-solvers/examples/kepler_orbit.html</loc>
<lastmod>2024-01-14</lastmod>
<lastmod>2024-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://srenevey.github.io/ode-solvers/examples/three_body_problem.html</loc>
<lastmod>2024-01-14</lastmod>
<lastmod>2024-10-26</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit ea86378

Please sign in to comment.