Skip to content

Commit

Permalink
Deploying to gh-pages from @ 9eb4c21 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira committed Oct 29, 2023
1 parent c3780fb commit 5e4f858
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions assets/index/code/output/ex1.res
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
5-element Vector{Float64}:
1.0000000000000107
1.0000000000000069
0.9999999999999856
1.0000000000000067
0.9999999999999968
0.9999999999999996
1.0000000000000002
1.0000000000000002
1.0000000000000004
0.9999999999999994
2 changes: 1 addition & 1 deletion assets/index/code/output/ex2.res
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(6.661338147750939e-16, 2.0591868844472032e-14)
(0.0, 8.95090418262362e-16)
Binary file modified assets/myplot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<!doctype html> <html lang=en class=has-navbar-fixed-top > <meta charset=UTF-8 > <meta name=viewport content="width=device-width, initial-scale=1"> <link rel=stylesheet href="/libs/highlight/github.min.css"> <link rel=stylesheet href="/css/styles.css"> <style> html {font-size: 17px;} .franklin-content {position: relative; padding-left: 8%; padding-right: 5%; line-height: 1.35em;} @media (min-width: 940px) { .franklin-content {width: 100%; margin-left: auto; margin-right: auto;} } @media (max-width: 768px) { .franklin-content {padding-left: 6%; padding-right: 6%;} } </style> <link rel=icon href="/assets/favicon.png"> <title>Template</title> <script src="/libs/highlight/highlight.pack.js"></script> <script src="https://unpkg.com/clipboard@2/dist/clipboard.min.js"></script> <script type=module src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script> <script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script> <script> hljs.getLanguage('julia').keywords.custom = 'obj grad hess AbstractNLPModel'; </script> <nav class="navbar is-primary is-fixed-top" role=navigation aria-label="main navigation"> <div class=navbar-brand > <a class=navbar-item href=""> <img src="/assets/jso.png"> </a> <a role=button class=navbar-burger aria-label=menu aria-expanded=false data-target=navbarBasicExample > <span aria-hidden=true ></span> <span aria-hidden=true ></span> <span aria-hidden=true ></span> </a> </div> <div id=navbarBasicExample class=navbar-menu > <div class=navbar-start > <a class=navbar-item href="/"> Home </a> <a class=navbar-item href="/news-and-blogposts/"> News and Blogposts </a> <a class=navbar-item href="/tutorials/"> Tutorials </a> <div class="navbar-item has-dropdown is-hoverable"> <a class=navbar-link href="/ecosystems/index.html"> Ecosystems </a> <div class=navbar-dropdown > <a class=navbar-item href="/ecosystems/linear-algebra/"> Linear Algebra </a> <a class=navbar-item href="/ecosystems/models/"> Models </a> <a class=navbar-item href="/ecosystems/solvers/"> Solvers </a> </div> </div> <a class=navbar-item href="/references/"> References </a> <a class=navbar-item href="/contributing/"> Contributing </a> </div> <div class=navbar-end > <a class="navbar-item icon-text" href="https://github.com/JuliaSmoothOptimizers/juliasmoothoptimizers.github.io/issues"> <span class=icon > <ion-icon size=large name=logo-github ></ion-icon> </span> <span>Report an issue</span> </a> </div> </div> </nav> <section class=section > <div class=container > <div class=content > <div class=franklin-content ><h1 id=title ><a href="#title" class=header-anchor >Template</a></h1></p> <p><div class=author >by AUTHORS</div> <h1 id=template_for_jso-docs_separate_pages ><a href="#template_for_jso-docs_separate_pages" class=header-anchor >Template for jso-docs separate pages</a></h1> <div class=franklin-toc ><ol><li><a href="#testing">Testing</a><li><a href="#plotting">Plotting</a></ol></div> <p>Modify this file</p> <h2 id=testing ><a href="#testing" class=header-anchor >Testing</a></h2> <p>Testing</p> <pre><code class=language-julia >A &#61; rand&#40;5, 5&#41;
b &#61; A * ones&#40;5&#41;
x &#61; A \ b</code></pre><pre><code class="plaintext code-output">5-element Vector{Float64}:
1.0000000000000107
1.0000000000000069
0.9999999999999856
1.0000000000000067
0.9999999999999968</code></pre> <p>Testing</p> <pre><code class=language-julia >using LinearAlgebra
norm&#40;A * x - b&#41;, norm&#40;x .- 1&#41;</code></pre><pre><code class="plaintext code-output">(6.661338147750939e-16, 2.0591868844472032e-14)</code></pre>
0.9999999999999996
1.0000000000000002
1.0000000000000002
1.0000000000000004
0.9999999999999994</code></pre> <p>Testing</p> <pre><code class=language-julia >using LinearAlgebra
norm&#40;A * x - b&#41;, norm&#40;x .- 1&#41;</code></pre><pre><code class="plaintext code-output">(0.0, 8.95090418262362e-16)</code></pre>
<h2 id=plotting ><a href="#plotting" class=header-anchor >Plotting</a></h2>
<p>Use <code>joinpath&#40;&quot;__site/assets&quot;, filename&#41;</code> as the path to save the image in the right place and use <code>&#123;&#123; rfig filename.ext Caption of image &#125;&#125;</code> to add the image afterwards. It is a good idea to use <code># hide</code> so the save command doesn&#39;t appear. See the example below.</p>
<pre><code class=language-julia >using Plots
Expand Down
2 changes: 1 addition & 1 deletion sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<url>
<loc>https://jso.dev/index.html</loc>
<lastmod>2023-10-22</lastmod>
<lastmod>2023-10-29</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
Expand Down

0 comments on commit 5e4f858

Please sign in to comment.