Skip to content

Commit

Permalink
Deploying to gh-pages from @ 8a5129e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed Jan 23, 2024
1 parent ad3c8c9 commit e576d5c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ <h1><img alt="nlesolver-fortran" src="media/logo.png"></h1>
<p>A basic Newton-Raphson type nonlinear equation solver for dense systems with <code>m</code> functions of <code>n</code> input variables.</p>
<p>A work in progress.</p>
<h3>Status</h3>
<p><a href="https://github.com/jacobwilliams/nlesolver-fortran/actions"><img alt="CI Status" src="https://github.com/jacobwilliams/nlesolver-fortran/actions/workflows/CI.yml/badge.svg"></a>
<p><a href="https://github.com/topics/fortran"><img alt="Language" src="https://img.shields.io/badge/-Fortran-734f96?logo=fortran&amp;logoColor=white"></a>
<a href="https://github.com/jacobwilliams/nlesolver-fortran/actions"><img alt="CI Status" src="https://github.com/jacobwilliams/nlesolver-fortran/actions/workflows/CI.yml/badge.svg"></a>
<a href="https://github.com/jacobwilliams/nlesolver-fortran/releases/latest"><img alt="GitHub release" src="https://img.shields.io/github/release/jacobwilliams/nlesolver-fortran.svg"></a>
<a href="https://codecov.io/gh/jacobwilliams/nlesolver-fortran"><img alt="codecov" src="https://codecov.io/gh/jacobwilliams/nlesolver-fortran/branch/master/graph/badge.svg"></a>
<a href="https://github.com/jacobwilliams/nlesolver-fortran/commits/master"><img alt="last-commit" src="https://img.shields.io/github/last-commit/jacobwilliams/nlesolver-fortran"></a></p>
Expand Down
2 changes: 1 addition & 1 deletion module/nlesolver_module.html
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ <h3 class="card-header card-title bg-light">Uses</h3>
<ul class="list-group list-group-flush">
<li class="list-group-item">
<ul class="list-inline">
<li class="list-inline-item"><a href='https://jacobwilliams.github.io/fmin'>fmin_module</a></li>
<li class="list-inline-item"><a href='http://fortranwiki.org/fortran/show/iso_fortran_env'>iso_fortran_env</a></li>
<li class="list-inline-item"><a href='https://jacobwilliams.github.io/fmin'>fmin_module</a></li>
</ul>
</li>
<li class="list-group-item">
Expand Down
2 changes: 1 addition & 1 deletion proc/nlesolver_solver.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ <h3 class="card-header card-title bg-light">Uses</h3>
<ul class="list-group list-group-flush">
<li class="list-group-item">
<ul class="list-inline">
<li class="list-inline-item">lsqr_module</li>
<li class="list-inline-item">lusol_ez_module</li>
<li class="list-inline-item">lsqr_module</li>
</ul>
</li>
<li class="list-group-item">
Expand Down
2 changes: 1 addition & 1 deletion tipuesearch/tipuesearch_content.js

Large diffs are not rendered by default.

0 comments on commit e576d5c

Please sign in to comment.