Skip to content

Commit ea69d8a

Browse files
victoraalvesFelipe
authored andcommitted
Fix: Now using all page width.
1 parent fd0142d commit ea69d8a

29 files changed

+36
-5
lines changed

docs/doctrees/environment.pickle

36 Bytes
Binary file not shown.
24 Bytes
Binary file not shown.

docs/html/.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: e0f692715504d4c404efbca7c7853ef7
3+
config: 13ed8dd632bab78707c25c7fa89ba79a
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/html/_sources/gui/metamodel_tab.rst.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,4 +216,5 @@ The metrics are:
216216
* OR2 = R² value
217217
* OEV = Overall expected Variance
218218
* Sample Mean
219-
* Sample Standard deviation
219+
* Sample Standard deviation
220+

docs/html/_static/custom.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
/* This file intentionally left blank. */
1+
.wy-nav-content {
2+
max-width: none;
3+
}

docs/html/examples/c3splitter.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636

3737
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
3838
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
39+
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
3940
<link rel="index" title="Index" href="../genindex.html" />
4041
<link rel="search" title="Search" href="../search.html" />
4142
<link rel="next" title="n-Butane Production Unit" href="ic4.html" />

docs/html/examples/cpu.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636

3737
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
3838
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
39+
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
3940
<link rel="index" title="Index" href="../genindex.html" />
4041
<link rel="search" title="Search" href="../search.html" />
4142
<link rel="next" title="Propene/Propane Distillation Column" href="c3splitter.html" />

docs/html/examples/ic4.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636

3737
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
3838
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
39+
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
3940
<link rel="index" title="Index" href="../genindex.html" />
4041
<link rel="search" title="Search" href="../search.html" />
4142
<link rel="next" title="Theoretical Backgrounds" href="../theory/theory_index.html" />

docs/html/examples/tutorials.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636

3737
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
3838
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
39+
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
3940
<link rel="index" title="Index" href="../genindex.html" />
4041
<link rel="search" title="Search" href="../search.html" />
4142
<link rel="next" title="Compression Purification Unit" href="cpu.html" />

docs/html/genindex.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737

3838
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
3939
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
40+
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
4041
<link rel="index" title="Index" href="#" />
4142
<link rel="search" title="Search" href="search.html" />
4243
</head>

0 commit comments

Comments
 (0)