Skip to content

Commit db1ebe4

Browse files
authored
Merge pull request #2487 from JohnHenryEden/gh-pages
Changes CSS of main content to use all the spaces on the page & update broken links
2 parents dbd7ab9 + 4bd95dc commit db1ebe4

21 files changed

+891
-891
lines changed

stable/_sources/funding.rst.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ Funding
1919
<table width="100%" class="noBorder">
2020
<tr class="noBorder">
2121
<td class="noBorderImg" width="30%">
22-
<div style="align-center;"><a href="http://www.sysmedpd.eu"><img src="http://gibbs.unal.edu.co/cobradoc/cobratoolbox/img/sysmedpd.svg" alt="sysmedpd" width="80"></a></div>
22+
<div style="align-center;"><a href="http://www.sysmedpd.eu"><img src="_static/img/sysmedpd.svg" alt="sysmedpd" width="80"></a></div>
2323
</td>
2424
<td class="noBorderImg" width="30%">
25-
<div style="align-center;"><a href="http://www.sysmedpd.eu"><img src="http://gibbs.unal.edu.co/cobradoc/cobratoolbox/img/eu.svg" alt="eu" width="80"></a></div>
25+
<div style="align-center;"><a href="http://www.sysmedpd.eu"><img src="_static/img/eu.svg" alt="eu" width="80"></a></div>
2626
</td>
2727
<td class="noBorder" width="40%">
2828
European Union’s Horizon 2020 research and innovation programme under grant agreement No 668738.
@@ -33,10 +33,10 @@ Funding
3333
<table width="100%" class="noBorder">
3434
<tr class="noBorder">
3535
<td class="noBorderImg" width="30%">
36-
<div style="align-center;"><a href="http://www.ncer-pd.lu/index.php/en/"><img src="http://gibbs.unal.edu.co/cobradoc/cobratoolbox/img/ncer.png" alt="ncer" width="80%"></a></div>
36+
<div style="align-center;"><a href="http://www.ncer-pd.lu/index.php/en/"><img src="_static/img/ncer.png" alt="ncer" width="80%"></a></div>
3737
</td>
3838
<td class="noBorderImg" width="30%">
39-
<div style="align-center;"><a href="http://www.ncer-pd.lu/index.php/en/"><img src="http://gibbs.unal.edu.co/cobradoc/cobratoolbox/img/fnr.png" alt="fnr" width="80%"></a></div>
39+
<div style="align-center;"><a href="http://www.ncer-pd.lu/index.php/en/"><img src="_static/img/fnr.png" alt="fnr" width="80%"></a></div>
4040
</td>
4141
<td class="noBorder" width="40%">
4242
National Centre of Excellence in Research (NCER) on Parkinson’s disease.
@@ -47,7 +47,7 @@ Funding
4747
<table width="100%" class="noBorder">
4848
<tr class="noBorder">
4949
<td class="noBorderImg" width="60%">
50-
<div style="align-center;"><a href="https://energy.gov"><img src="http://gibbs.unal.edu.co/cobradoc/cobratoolbox/img/doe.png" alt="doe" width="80"></a></div>
50+
<div style="align-center;"><a href="https://energy.gov"><img src="_static/img/doe.png" alt="doe" width="80"></a></div>
5151
</td>
5252
<td class="noBorder" width="40%">
5353
U.S. Department of Energy, Offices of Advanced Scientific Computing Research and the Biological and Environmental Research as part of the Scientific Discovery Through Advanced Computing program, grant no. DE-SC0010429
@@ -67,10 +67,10 @@ Funding
6767
<br><br>
6868
<ul class="featureslogo">
6969
<li>
70-
<div style="align-center;"><a href="http://wwwen.uni.lu/lcsb/"><img src="http://gibbs.unal.edu.co/cobradoc/cobratoolbox/img/largelcsb.png" alt="lcsb" width="100%"></a></div>
70+
<div style="align-center;"><a href="http://wwwen.uni.lu/lcsb/"><img src="_static/img/largelcsb.png" alt="lcsb" width="100%"></a></div>
7171
</li>
7272
<li>
73-
<div style="align-center;"><a href="http://www.uni.lu"><img src="http://gibbs.unal.edu.co/cobradoc/cobratoolbox/img/largeul.png" alt="ul" width="100%"></a></div>
73+
<div style="align-center;"><a href="http://www.uni.lu"><img src="_static/img/largeul.png" alt="ul" width="100%"></a></div>
7474
</li>
7575
</ul>
7676
</p>

stable/_static/css/cobra.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5543,7 +5543,7 @@ div[class^='highlight'] pre {
55435543
.wy-nav-content {
55445544
padding: 1.618em 3.236em;
55455545
height: 100%;
5546-
max-width: 800px;
5546+
max-width: 100vw;
55475547
margin: auto
55485548
}
55495549

stable/contributing.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -934,16 +934,16 @@ <h3>Git commit messages<a class="headerlink" href="#git-commit-messages" title="
934934
description</li>
935935
<li>Consider starting the commit message (not the title of the PR) with
936936
an applicable emoji:<ul>
937-
<li><img alt="bug" height="20px" src="http://gibbs.unal.edu.co/cobradoc/cobratoolbox/img/bug.png" width="20px"/> <code class="docutils literal notranslate"><span class="pre">:bug:</span></code> when fixing a bug</li>
938-
<li><img alt="art" height="20px" src="http://gibbs.unal.edu.co/cobradoc/cobratoolbox/img/art.png" width="20px"/> <code class="docutils literal notranslate"><span class="pre">:art:</span></code> when improving the format/structure of the code</li>
939-
<li><img alt="racehorse" height="20px" src="http://gibbs.unal.edu.co/cobradoc/cobratoolbox/img/racehorse.png" width="20px"/> <code class="docutils literal notranslate"><span class="pre">:racehorse:</span></code> when improving performance</li>
940-
<li><img alt="memo" height="20px" src="http://gibbs.unal.edu.co/cobradoc/cobratoolbox/img/memo.png" width="20px"/> <code class="docutils literal notranslate"><span class="pre">:memo:</span></code> when writing docs</li>
941-
<li><img alt="fire" height="20px" src="http://gibbs.unal.edu.co/cobradoc/cobratoolbox/img/fire.png" width="20px"/> <code class="docutils literal notranslate"><span class="pre">:fire:</span></code> when removing code or files</li>
942-
<li><img alt="white_check_mark" height="20px" src="http://gibbs.unal.edu.co/cobradoc/cobratoolbox/img/white_check_mark.png" width="20px"/> <code class="docutils literal notranslate"><span class="pre">:white_check_mark:</span></code> when adding tests</li>
943-
<li><img alt="penguin" height="20px" src="http://gibbs.unal.edu.co/cobradoc/cobratoolbox/img/penguin.png" width="20px"/> <code class="docutils literal notranslate"><span class="pre">:penguin:</span></code> when fixing something on Linux</li>
944-
<li><img alt="apple" height="20px" src="http://gibbs.unal.edu.co/cobradoc/cobratoolbox/img/apple.png" width="20px"/> <code class="docutils literal notranslate"><span class="pre">:apple:</span></code> when fixing something on macOS</li>
945-
<li><img alt="computer" height="20px" src="http://gibbs.unal.edu.co/cobradoc/cobratoolbox/img/computer.png" width="20px"/> <code class="docutils literal notranslate"><span class="pre">:computer:</span></code> when fixing something on Windows</li>
946-
<li><img alt="green_heart" height="20px" src="http://gibbs.unal.edu.co/cobradoc/cobratoolbox/img/green_heart.png" width="20px"/> <code class="docutils literal notranslate"><span class="pre">:green_heart:</span></code> when fixing the CI build</li>
937+
<li><img alt="bug" height="20px" src="_static/img/bug.png" width="20px"/> <code class="docutils literal notranslate"><span class="pre">:bug:</span></code> when fixing a bug</li>
938+
<li><img alt="art" height="20px" src="_static/img/art.png" width="20px"/> <code class="docutils literal notranslate"><span class="pre">:art:</span></code> when improving the format/structure of the code</li>
939+
<li><img alt="racehorse" height="20px" src="_static/img/racehorse.png" width="20px"/> <code class="docutils literal notranslate"><span class="pre">:racehorse:</span></code> when improving performance</li>
940+
<li><img alt="memo" height="20px" src="_static/img/memo.png" width="20px"/> <code class="docutils literal notranslate"><span class="pre">:memo:</span></code> when writing docs</li>
941+
<li><img alt="fire" height="20px" src="_static/img/fire.png" width="20px"/> <code class="docutils literal notranslate"><span class="pre">:fire:</span></code> when removing code or files</li>
942+
<li><img alt="white_check_mark" height="20px" src="_static/img/white_check_mark.png" width="20px"/> <code class="docutils literal notranslate"><span class="pre">:white_check_mark:</span></code> when adding tests</li>
943+
<li><img alt="penguin" height="20px" src="_static/img/penguin.png" width="20px"/> <code class="docutils literal notranslate"><span class="pre">:penguin:</span></code> when fixing something on Linux</li>
944+
<li><img alt="apple" height="20px" src="_static/img/apple.png" width="20px"/> <code class="docutils literal notranslate"><span class="pre">:apple:</span></code> when fixing something on macOS</li>
945+
<li><img alt="computer" height="20px" src="_static/img/computer.png" width="20px"/> <code class="docutils literal notranslate"><span class="pre">:computer:</span></code> when fixing something on Windows</li>
946+
<li><img alt="green_heart" height="20px" src="_static/img/green_heart.png" width="20px"/> <code class="docutils literal notranslate"><span class="pre">:green_heart:</span></code> when fixing the CI build</li>
947947
</ul>
948948
</li>
949949
</ul>
@@ -954,13 +954,13 @@ <h2>Issues/enhancements guide<a class="headerlink" href="#issues-enhancements-gu
954954
<div class="section" id="what-should-i-do-before-opening-an-issue">
955955
<h3>What should I do before opening an issue?<a class="headerlink" href="#what-should-i-do-before-opening-an-issue" title="Permalink to this headline"></a></h3>
956956
<p>Following these guidelines helps maintainers and the community
957-
understand your report <img alt="pencil" height="20px" src="http://gibbs.unal.edu.co/cobradoc/cobratoolbox/img/pencil.png" width="20px"/>, reproduce the behavior <img alt="computer" height="20px" src="http://gibbs.unal.edu.co/cobradoc/cobratoolbox/img/computer.png" width="20px"/>, and
957+
understand your report <img alt="pencil" height="20px" src="_static/img/pencil.png" width="20px"/>, reproduce the behavior <img alt="computer" height="20px" src="_static/img/computer.png" width="20px"/>, and
958958
fix it.</p>
959959
<ul class="simple">
960960
<li><strong>Get the latest version</strong> Check if you can reproduce the problem
961961
with the latest version, if the problem happens when you run your
962962
script/function with a different version of <code class="docutils literal notranslate"><span class="pre">MATLAB</span></code> or when using
963-
a different computer <img alt="computer" height="20px" src="http://gibbs.unal.edu.co/cobradoc/cobratoolbox/img/computer.png" width="20px"/> or different operating system (such
963+
a different computer <img alt="computer" height="20px" src="_static/img/computer.png" width="20px"/> or different operating system (such
964964
as <code class="docutils literal notranslate"><span class="pre">Linux</span></code>, <code class="docutils literal notranslate"><span class="pre">Windows</span></code>, or <code class="docutils literal notranslate"><span class="pre">macOS</span></code>).</li>
965965
<li><strong>Check The COBRA Toolbox Forum on Google</strong>
966966
<a class="reference external" href="https://groups.google.com/forum/#!forum/cobra-toolbox">here</a>
@@ -997,7 +997,7 @@ <h3>How can I report an issue (or enhancement)?<a class="headerlink" href="#how-
997997
<li>If you’re reporting that <code class="docutils literal notranslate"><span class="pre">MATLAB</span></code> crashed, include a crash report.
998998
Indicate the line that you think that made <code class="docutils literal notranslate"><span class="pre">MATLAB</span></code> crash. As this
999999
is an operating system related issue, please make sure to test the
1000-
same code on a different computer and/or operating system <img alt="computer" height="20px" src="http://gibbs.unal.edu.co/cobradoc/cobratoolbox/img/computer.png" width="20px"/>
1000+
same code on a different computer and/or operating system <img alt="computer" height="20px" src="_static/img/computer.png" width="20px"/>
10011001
before reporting the issue.</li>
10021002
<li>If the problem is related to performance, include more details, such
10031003
as CPU information, RAM, computer brand/model. Eventually, mention

stable/funding.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ <h1>Funding<a class="headerlink" href="#funding" title="Permalink to this headli
162162
<div style="align-center;"><a href="http://www.sysmedpd.eu"><img alt="sysmedpd" height="128" src="./_static/img/sysmedpd.png"/></a></div>
163163
</td>
164164
<td class="noBorderImg" width="30%">
165-
<div style="align-center;"><a href="http://www.sysmedpd.eu"><img alt="eu" height="128" src="http://gibbs.unal.edu.co/cobradoc/cobratoolbox/img/eu.svg"/></a></div>
165+
<div style="align-center;"><a href="http://www.sysmedpd.eu"><img alt="eu" height="128" src="_static/img/eu.svg"/></a></div>
166166
</td>
167167
<td class="noBorder" width="40%">
168168
European Union’s Horizon 2020 research and innovation programme under grant agreement No 668738.

stable/genindex.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<div class="wy-side-scroll">
4545
<div class="wy-side-nav-search">
4646
<a href="index.html">
47-
<img alt="cobratoolbox logo" class="logo" src="http://gibbs.unal.edu.co/cobradoc/cobratoolbox/img/cobratoolbox_logo_transparent.png"/>
47+
<img alt="cobratoolbox logo" class="logo" src="_static/img/cobratoolbox_logo_transparent.png"/>
4848
</a>
4949
<h1>The COBRA Toolbox</h1>
5050
<div role="search">

stable/guides/documentationGuide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<div class="wy-side-scroll">
4545
<div class="wy-side-nav-search">
4646
<a href="../index.html">
47-
<img alt="logo" class="logo" src="http://gibbs.unal.edu.co/cobradoc/cobratoolbox/img/logo.png"/>
47+
<img alt="logo" class="logo" src="_static/img/logo.png"/>
4848
</a>
4949
<h1>The COBRA Toolbox</h1>
5050
<div role="search">

stable/guides/issueGuide.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<div class="wy-side-scroll">
4545
<div class="wy-side-nav-search">
4646
<a href="../index.html">
47-
<img alt="logo" class="logo" src="http://gibbs.unal.edu.co/cobradoc/cobratoolbox/img/logo.png"/>
47+
<img alt="logo" class="logo" src="_static/img/logo.png"/>
4848
</a>
4949
<h1>The COBRA Toolbox</h1>
5050
<div role="search">
@@ -134,13 +134,13 @@ <h1>Issues/enhancements guide<a class="headerlink" href="#issues-enhancements-gu
134134
<div class="section" id="what-should-i-do-before-opening-an-issue">
135135
<h2>What should I do before opening an issue?<a class="headerlink" href="#what-should-i-do-before-opening-an-issue" title="Permalink to this headline"></a></h2>
136136
<p>Following these guidelines helps maintainers and the community
137-
understand your report <img alt="pencil" height="20px" src="http://gibbs.unal.edu.co/cobradoc/cobratoolbox/img/pencil.png" width="20px"/>, reproduce the behavior <img alt="computer" height="20px" src="http://gibbs.unal.edu.co/cobradoc/cobratoolbox/img/computer.png" width="20px"/>, and
137+
understand your report <img alt="pencil" height="20px" src="_static/img/pencil.png" width="20px"/>, reproduce the behavior <img alt="computer" height="20px" src="_static/img/computer.png" width="20px"/>, and
138138
fix it.</p>
139139
<ul class="simple">
140140
<li><strong>Get the latest version</strong> Check if you can reproduce the problem
141141
with the latest version, if the problem happens when you run your
142142
script/function with a different version of <code class="docutils literal"><span class="pre">MATLAB</span></code> or when using
143-
a different computer <img alt="computer" height="20px" src="http://gibbs.unal.edu.co/cobradoc/cobratoolbox/img/computer.png" width="20px"/> or different operating system (such
143+
a different computer <img alt="computer" height="20px" src="_static/img/computer.png" width="20px"/> or different operating system (such
144144
as <code class="docutils literal"><span class="pre">Linux</span></code>, <code class="docutils literal"><span class="pre">Windows</span></code>, or <code class="docutils literal"><span class="pre">macOS</span></code>).</li>
145145
<li><strong>Check The COBRA Toolbox Forum on Google</strong>
146146
<a class="reference external" href="https://groups.google.com/forum/#!forum/cobra-toolbox">here</a>
@@ -177,7 +177,7 @@ <h2>How can I report an issue (or enhancement)?<a class="headerlink" href="#how-
177177
<li>If you’re reporting that <code class="docutils literal"><span class="pre">MATLAB</span></code> crashed, include a crash report.
178178
Indicate the line that you think that made <code class="docutils literal"><span class="pre">MATLAB</span></code> crash. As this
179179
is an operating system related issue, please make sure to test the
180-
same code on a different computer and/or operating system <img alt="computer" height="20px" src="http://gibbs.unal.edu.co/cobradoc/cobratoolbox/img/computer.png" width="20px"/>
180+
same code on a different computer and/or operating system <img alt="computer" height="20px" src="_static/img/computer.png" width="20px"/>
181181
before reporting the issue.</li>
182182
<li>If the problem is related to performance, include more details, such
183183
as CPU information, RAM, computer brand/model. Eventually, mention

0 commit comments

Comments
 (0)