Skip to content

Commit

Permalink
Deploying to gh-pages from @ ac71f4e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira committed May 12, 2024
1 parent 0bc03e5 commit 2726231
Show file tree
Hide file tree
Showing 18 changed files with 40 additions and 43 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!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="/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>404: File not found</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="https://jso-docs.github.io"> <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 > <div class=navbar-item > </div> </div> </div> </nav> <section class=section > <div class=container > <div class=content ><div class=franklin-content ><h1 id=404_file_not_found ><a href="#404_file_not_found" class=header-anchor >404: File not found</a></h1> <p>The requested file was not found.</p> <p>Please <a href="/">click here</a> to go to the home page.</p> </div> </div> </div> </div> </section> <footer class=footer > <div class="content has-text-centered is-small"> &copy; Abel Soares Siqueira. <br> Last modified: May 05, 2024.<br> <a ckass=link href="https://github.com/jso-docs/">jso-docs at GitHub</a> </div> </footer>
<!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="/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>404: File not found</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="https://jso-docs.github.io"> <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 > <div class=navbar-item > </div> </div> </div> </nav> <section class=section > <div class=container > <div class=content ><div class=franklin-content ><h1 id=404_file_not_found ><a href="#404_file_not_found" class=header-anchor >404: File not found</a></h1> <p>The requested file was not found.</p> <p>Please <a href="/">click here</a> to go to the home page.</p> </div> </div> </div> </div> </section> <footer class=footer > <div class="content has-text-centered is-small"> &copy; Abel Soares Siqueira. <br> Last modified: May 12, 2024.<br> <a ckass=link href="https://github.com/jso-docs/">jso-docs at GitHub</a> </div> </footer>
12 changes: 6 additions & 6 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ version = "0.7.4"

[[deps.Compat]]
deps = ["TOML", "UUIDs"]
git-tree-sha1 = "c955881e3c981181362ae4088b35995446298b80"
git-tree-sha1 = "b1c55339b7c6c350ee89f2c1604299660525b248"
uuid = "34da2185-b29b-5c13-b0c7-acf172513d20"
version = "4.14.0"
version = "4.15.0"
weakdeps = ["Dates", "LinearAlgebra"]

[deps.Compat.extensions]
Expand Down Expand Up @@ -135,9 +135,9 @@ version = "0.10.2"

[[deps.HTTP]]
deps = ["Base64", "CodecZlib", "ConcurrentUtilities", "Dates", "ExceptionUnwrapping", "Logging", "LoggingExtras", "MbedTLS", "NetworkOptions", "OpenSSL", "Random", "SimpleBufferStream", "Sockets", "URIs", "UUIDs"]
git-tree-sha1 = "2c3ec1f90bb4a8f7beafb0cffea8a4c3f4e636ab"
git-tree-sha1 = "d1d712be3164d61d1fb98e7ce9bcbc6cc06b45ed"
uuid = "cd3eb016-35fb-5094-929b-558a96fad6f3"
version = "1.10.6"
version = "1.10.8"

[[deps.IOCapture]]
deps = ["Logging", "Random"]
Expand Down Expand Up @@ -413,9 +413,9 @@ uuid = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
version = "0.5.23"

[[deps.TranscodingStreams]]
git-tree-sha1 = "71509f04d045ec714c4748c785a59045c3736349"
git-tree-sha1 = "5d54d076465da49d6746c647022f3b3674e64156"
uuid = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
version = "0.10.7"
version = "0.10.8"
weakdeps = ["Random", "Test"]

[deps.TranscodingStreams.extensions]
Expand Down
2 changes: 1 addition & 1 deletion contributing/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!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="/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>Contributions</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="https://jso-docs.github.io"> <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 > <div class=navbar-item > </div> </div> </div> </nav> <section class=section > <div class=container > <div class=content ><div class=franklin-content ><h1 id=contributions ><a href="#contributions" class=header-anchor >Contributions</a></h1> <p>We welcome contributions, which can come in many forms: <div class=franklin-toc ><ol><li><a href="#bug_reports_and_discussions">Bug reports and discussions</a><li><a href="#new_tutorials">New tutorials</a><li><a href="#style_colors_ui_frontend_etc">Style, colors, UI, frontend, etc.</a></ol></div></p> <h2 id=bug_reports_and_discussions ><a href="#bug_reports_and_discussions" class=header-anchor >Bug reports and discussions</a></h2> <p>If you think you found a bug in any of our packages, feel free to open an issue at the specific GitHub repo. For our packages, it should be a link like <code>https://github.com/JuliaSmoothOptimizers/PACKAGE.jl</code>. For our tutorials, you can open an issue here or in the specific tutorial page.</p> <p>Focused suggestion and requests can also be opened as issues. Before opening a pull request, start an issue or a discussion on the topic, please.</p> <p>If you want to ask a question that is not suited for a bug report, feel free to start a discussion <a href="https://github.com/JuliaSmoothOptimizers/Organization/discussions">here</a>. This forum is for general discussion, so questions about any of our packages are welcome.</p> <h2 id=new_tutorials ><a href="#new_tutorials" class=header-anchor >New tutorials</a></h2> <p>Use the <a href="https://github.com/jso-docs/tutorial-template">template repo</a> and follow instructions there.</p> <h2 id=style_colors_ui_frontend_etc ><a href="#style_colors_ui_frontend_etc" class=header-anchor >Style, colors, UI, frontend, etc.</a></h2> <p><a href="https://github.com/jso-docs/jso-docs.github.io/issues?q&#61;is&#37;3Aissue&#43;is&#37;3Aopen&#43;sort&#37;3Aupdated-desc">Check the issues for jso-docs.github.io</a>, and open a new one if necessary.</p> </div> </div> </div> </div> </section> <footer class=footer > <div class="content has-text-centered is-small"> &copy; Abel Soares Siqueira. <br> Last modified: May 05, 2024.<br> <a ckass=link href="https://github.com/jso-docs/">jso-docs at GitHub</a> </div> </footer>
<!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="/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>Contributions</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="https://jso-docs.github.io"> <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 > <div class=navbar-item > </div> </div> </div> </nav> <section class=section > <div class=container > <div class=content ><div class=franklin-content ><h1 id=contributions ><a href="#contributions" class=header-anchor >Contributions</a></h1> <p>We welcome contributions, which can come in many forms: <div class=franklin-toc ><ol><li><a href="#bug_reports_and_discussions">Bug reports and discussions</a><li><a href="#new_tutorials">New tutorials</a><li><a href="#style_colors_ui_frontend_etc">Style, colors, UI, frontend, etc.</a></ol></div></p> <h2 id=bug_reports_and_discussions ><a href="#bug_reports_and_discussions" class=header-anchor >Bug reports and discussions</a></h2> <p>If you think you found a bug in any of our packages, feel free to open an issue at the specific GitHub repo. For our packages, it should be a link like <code>https://github.com/JuliaSmoothOptimizers/PACKAGE.jl</code>. For our tutorials, you can open an issue here or in the specific tutorial page.</p> <p>Focused suggestion and requests can also be opened as issues. Before opening a pull request, start an issue or a discussion on the topic, please.</p> <p>If you want to ask a question that is not suited for a bug report, feel free to start a discussion <a href="https://github.com/JuliaSmoothOptimizers/Organization/discussions">here</a>. This forum is for general discussion, so questions about any of our packages are welcome.</p> <h2 id=new_tutorials ><a href="#new_tutorials" class=header-anchor >New tutorials</a></h2> <p>Use the <a href="https://github.com/jso-docs/tutorial-template">template repo</a> and follow instructions there.</p> <h2 id=style_colors_ui_frontend_etc ><a href="#style_colors_ui_frontend_etc" class=header-anchor >Style, colors, UI, frontend, etc.</a></h2> <p><a href="https://github.com/jso-docs/jso-docs.github.io/issues?q&#61;is&#37;3Aissue&#43;is&#37;3Aopen&#43;sort&#37;3Aupdated-desc">Check the issues for jso-docs.github.io</a>, and open a new one if necessary.</p> </div> </div> </div> </div> </section> <footer class=footer > <div class="content has-text-centered is-small"> &copy; Abel Soares Siqueira. <br> Last modified: May 12, 2024.<br> <a ckass=link href="https://github.com/jso-docs/">jso-docs at GitHub</a> </div> </footer>
Loading

0 comments on commit 2726231

Please sign in to comment.