Skip to content

Commit 2df186d

Browse files
committed
Deploying to website-deployment from @ 2d97409 🚀
1 parent 90dc231 commit 2df186d

18 files changed

+54
-51
lines changed

.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 0b5e5e232e60d87509c8d464745094fe
3+
config: a41f8b127897e0ce9357c5106aa045c1
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

.doctrees/build.doctree

400 Bytes
Binary file not shown.

.doctrees/environment.pickle

0 Bytes
Binary file not shown.

_sources/build.rst.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Steps
2828
cd $BUILDDIR && make -j4
2929
3030
# ensure you have all required Python packages installed
31-
pip3 install <path-to-your-cloned-repo>/py_requirements.txt
31+
pip3 install -r <path-to-your-cloned-repo>/py_requirements.txt
3232
3333
3434
Verify the build
@@ -50,7 +50,9 @@ More details on dependencies
5050

5151
The tutorials have the following dependencies:
5252

53-
- pressio-rom C++ library: contains the C++ code that this tutorials repo convers
53+
- pressio-rom C++ library: contains the C++ code that this tutorials repo covers
5454
- pressio-demoapps: provides a suite of physics problems that are used in the tutorials to demonstrate the functionalities of pressio
5555
- Eigen: is the library used by pressio-demoapps
5656
- Python: is used in pressio-demoapps to implement all the ROM workflow drivers
57+
58+
During configuration, all Pressio repositories will be automatically cloned inside of the tutorials directory.

_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: '0.16.0',
3+
VERSION: '0.17.0',
44
LANGUAGE: 'en',
55
COLLAPSE_INDEX: false,
66
BUILDER: 'html',

build.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="License" href="license.html" /><link rel="prev" title="Pressio Tutorials" href="index.html" />
77

88
<meta name="generator" content="sphinx-5.0.1, furo 2022.06.04.1"/>
9-
<title>Build instructions - pressio-tutorials 0.16.0</title>
9+
<title>Build instructions - pressio-tutorials 0.17.0</title>
1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
1111
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?digest=40978830699223671f4072448e654b5958f38b89" />
1212
<link rel="stylesheet" type="text/css" href="_static/copybutton.css" />
@@ -125,7 +125,7 @@
125125
</div>
126126
<div class="header-center">
127127
<a href="index.html"><div class="brand">pressio-tutorials
128-
0.16.0</div></a>
128+
0.17.0</div></a>
129129
</div>
130130
<div class="header-right">
131131
<div class="theme-toggle-container theme-toggle-header">
@@ -149,7 +149,7 @@
149149

150150

151151
<span class="sidebar-brand-text">pressio-tutorials
152-
0.16.0</span>
152+
0.17.0</span>
153153

154154
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
155155
<input class="sidebar-search" placeholder=Search name="q" aria-label="Search">
@@ -227,7 +227,7 @@ <h2>Steps<a class="headerlink" href="#steps" title="Permalink to this heading">#
227227
<span class="nb">cd</span><span class="w"> </span><span class="nv">$BUILDDIR</span><span class="w"> </span><span class="o">&amp;&amp;</span><span class="w"> </span>make<span class="w"> </span>-j4
228228

229229
<span class="c1"># ensure you have all required Python packages installed</span>
230-
pip3<span class="w"> </span>install<span class="w"> </span>&lt;path-to-your-cloned-repo&gt;/py_requirements.txt
230+
pip3<span class="w"> </span>install<span class="w"> </span>-r<span class="w"> </span>&lt;path-to-your-cloned-repo&gt;/py_requirements.txt
231231
</pre></div>
232232
</div>
233233
</section>
@@ -246,11 +246,12 @@ <h2>Then what?<a class="headerlink" href="#then-what" title="Permalink to this h
246246
<h2>More details on dependencies<a class="headerlink" href="#more-details-on-dependencies" title="Permalink to this heading">#</a></h2>
247247
<p>The tutorials have the following dependencies:</p>
248248
<ul class="simple">
249-
<li><p>pressio-rom C++ library: contains the C++ code that this tutorials repo convers</p></li>
249+
<li><p>pressio-rom C++ library: contains the C++ code that this tutorials repo covers</p></li>
250250
<li><p>pressio-demoapps: provides a suite of physics problems that are used in the tutorials to demonstrate the functionalities of pressio</p></li>
251251
<li><p>Eigen: is the library used by pressio-demoapps</p></li>
252252
<li><p>Python: is used in pressio-demoapps to implement all the ROM workflow drivers</p></li>
253253
</ul>
254+
<p>During configuration, all Pressio repositories will be automatically cloned inside of the tutorials directory.</p>
254255
</section>
255256
</section>
256257

@@ -289,7 +290,7 @@ <h2>More details on dependencies<a class="headerlink" href="#more-details-on-dep
289290

290291
<a href="https://github.com/pradyunsg/furo">Furo</a>
291292
<div class="last-updated">
292-
Last updated on Sep 02, 2025</div>
293+
Last updated on Sep 10, 2025</div>
293294
</div>
294295
<div class="right-details">
295296
<div class="icons">

endtoend/readthisfirst.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="2D SWE: default Galerkin" href="swe_galerkin_default.html" /><link rel="prev" title="License" href="../license.html" />
77

88
<meta name="generator" content="sphinx-5.0.1, furo 2022.06.04.1"/>
9-
<title>Start reading here - pressio-tutorials 0.16.0</title>
9+
<title>Start reading here - pressio-tutorials 0.17.0</title>
1010
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
1111
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?digest=40978830699223671f4072448e654b5958f38b89" />
1212
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css" />
@@ -125,7 +125,7 @@
125125
</div>
126126
<div class="header-center">
127127
<a href="../index.html"><div class="brand">pressio-tutorials
128-
0.16.0</div></a>
128+
0.17.0</div></a>
129129
</div>
130130
<div class="header-right">
131131
<div class="theme-toggle-container theme-toggle-header">
@@ -149,7 +149,7 @@
149149

150150

151151
<span class="sidebar-brand-text">pressio-tutorials
152-
0.16.0</span>
152+
0.17.0</span>
153153

154154
</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
155155
<input class="sidebar-search" placeholder=Search name="q" aria-label="Search">
@@ -281,7 +281,7 @@ <h2>Outcomes<a class="headerlink" href="#outcomes" title="Permalink to this head
281281

282282
<a href="https://github.com/pradyunsg/furo">Furo</a>
283283
<div class="last-updated">
284-
Last updated on Sep 02, 2025</div>
284+
Last updated on Sep 10, 2025</div>
285285
</div>
286286
<div class="right-details">
287287
<div class="icons">

endtoend/swe_galerkin_default.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="2D SWE: hyper-reduced Galerkin (example 1)" href="swe_galerkin_hypred_1.html" /><link rel="prev" title="Start reading here" href="readthisfirst.html" />
77

88
<meta name="generator" content="sphinx-5.0.1, furo 2022.06.04.1"/>
9-
<title>2D SWE: default Galerkin - pressio-tutorials 0.16.0</title>
9+
<title>2D SWE: default Galerkin - pressio-tutorials 0.17.0</title>
1010
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
1111
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?digest=40978830699223671f4072448e654b5958f38b89" />
1212
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css" />
@@ -125,7 +125,7 @@
125125
</div>
126126
<div class="header-center">
127127
<a href="../index.html"><div class="brand">pressio-tutorials
128-
0.16.0</div></a>
128+
0.17.0</div></a>
129129
</div>
130130
<div class="header-right">
131131
<div class="theme-toggle-container theme-toggle-header">
@@ -149,7 +149,7 @@
149149

150150

151151
<span class="sidebar-brand-text">pressio-tutorials
152-
0.16.0</span>
152+
0.17.0</span>
153153

154154
</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
155155
<input class="sidebar-search" placeholder=Search name="q" aria-label="Search">
@@ -440,7 +440,7 @@ <h2>Step 5: things you can try<a class="headerlink" href="#step-5-things-you-can
440440

441441
<a href="https://github.com/pradyunsg/furo">Furo</a>
442442
<div class="last-updated">
443-
Last updated on Sep 02, 2025</div>
443+
Last updated on Sep 10, 2025</div>
444444
</div>
445445
<div class="right-details">
446446
<div class="icons">

endtoend/swe_galerkin_hypred_1.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="2D SWE: default LSPG" href="swe_lspg_default.html" /><link rel="prev" title="2D SWE: default Galerkin" href="swe_galerkin_default.html" />
77

88
<meta name="generator" content="sphinx-5.0.1, furo 2022.06.04.1"/>
9-
<title>2D SWE: hyper-reduced Galerkin (example 1) - pressio-tutorials 0.16.0</title>
9+
<title>2D SWE: hyper-reduced Galerkin (example 1) - pressio-tutorials 0.17.0</title>
1010
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
1111
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?digest=40978830699223671f4072448e654b5958f38b89" />
1212
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css" />
@@ -125,7 +125,7 @@
125125
</div>
126126
<div class="header-center">
127127
<a href="../index.html"><div class="brand">pressio-tutorials
128-
0.16.0</div></a>
128+
0.17.0</div></a>
129129
</div>
130130
<div class="header-right">
131131
<div class="theme-toggle-container theme-toggle-header">
@@ -149,7 +149,7 @@
149149

150150

151151
<span class="sidebar-brand-text">pressio-tutorials
152-
0.16.0</span>
152+
0.17.0</span>
153153

154154
</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
155155
<input class="sidebar-search" placeholder=Search name="q" aria-label="Search">
@@ -419,7 +419,7 @@ <h3>Runtime comparison<a class="headerlink" href="#runtime-comparison" title="Pe
419419

420420
<a href="https://github.com/pradyunsg/furo">Furo</a>
421421
<div class="last-updated">
422-
Last updated on Sep 02, 2025</div>
422+
Last updated on Sep 10, 2025</div>
423423
</div>
424424
<div class="right-details">
425425
<div class="icons">

endtoend/swe_lspg_default.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="2D SWE: hyper-reduced LSPG (example 1)" href="swe_lspg_hypred_1.html" /><link rel="prev" title="2D SWE: hyper-reduced Galerkin (example 1)" href="swe_galerkin_hypred_1.html" />
77

88
<meta name="generator" content="sphinx-5.0.1, furo 2022.06.04.1"/>
9-
<title>2D SWE: default LSPG - pressio-tutorials 0.16.0</title>
9+
<title>2D SWE: default LSPG - pressio-tutorials 0.17.0</title>
1010
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
1111
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?digest=40978830699223671f4072448e654b5958f38b89" />
1212
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css" />
@@ -125,7 +125,7 @@
125125
</div>
126126
<div class="header-center">
127127
<a href="../index.html"><div class="brand">pressio-tutorials
128-
0.16.0</div></a>
128+
0.17.0</div></a>
129129
</div>
130130
<div class="header-right">
131131
<div class="theme-toggle-container theme-toggle-header">
@@ -149,7 +149,7 @@
149149

150150

151151
<span class="sidebar-brand-text">pressio-tutorials
152-
0.16.0</span>
152+
0.17.0</span>
153153

154154
</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
155155
<input class="sidebar-search" placeholder=Search name="q" aria-label="Search">
@@ -382,7 +382,7 @@ <h2>Step 4: process results<a class="headerlink" href="#step-4-process-results"
382382

383383
<a href="https://github.com/pradyunsg/furo">Furo</a>
384384
<div class="last-updated">
385-
Last updated on Sep 02, 2025</div>
385+
Last updated on Sep 10, 2025</div>
386386
</div>
387387
<div class="right-details">
388388
<div class="icons">

0 commit comments

Comments
 (0)