Skip to content

Commit cf24916

Browse files
committed
Update page width
1 parent 5b336c1 commit cf24916

376 files changed

Lines changed: 15 additions & 1499 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

GGD-CLI.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,6 @@ <h3 id="searchlabel">Quick search</h3>
221221
<div class="footer">
222222
&copy;2016-2020, The GoGetData team.
223223

224-
|
225-
Powered by <a href="http://sphinx-doc.org/">Sphinx 3.2.1</a>
226-
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
227-
228224
|
229225
<a href="_sources/GGD-CLI.rst.txt"
230226
rel="nofollow">Page source</a>

_static/alabaster.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ body {
1313

1414

1515
div.document {
16-
width: 940px;
16+
width: 1200;
1717
margin: 30px auto 0 auto;
1818
}
1919

@@ -47,7 +47,7 @@ div.body > .section {
4747
}
4848

4949
div.footer {
50-
width: 940px;
50+
width: 1200;
5151
margin: 20px auto 30px auto;
5252
font-size: 14px;
5353
color: #888;

_static/style.css

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
div.document {
2+
width: 90% !important;
3+
}
4+
5+
div.body {
6+
max-width: 1200px !important;
7+
}
8+
9+
div.footer {
10+
padding-right: 20px;
11+
}
12+
113
.recipe .descname {
214
font-size: 240%;
315
font-weight: normal;
@@ -11,7 +23,7 @@
1123
}
1224

1325
/* append ggd logo to package links
14-
adjustments same as above;
26+
adjustments same as above;
1527
*/
1628
a.conda-package::after {
1729
background-image: url('logo/GGD_acronymn_logo2.png');

check-recipe.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -332,10 +332,6 @@ <h3>1. An example of creating a ggd recipe from <code class="docutils literal no
332332
<div class="footer">
333333
&copy;2016-2020, The GoGetData team.
334334

335-
|
336-
Powered by <a href="http://sphinx-doc.org/">Sphinx 3.2.1</a>
337-
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
338-
339335
|
340336
<a href="_sources/check-recipe.rst.txt"
341337
rel="nofollow">Page source</a>

contribute-recipe.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -318,10 +318,6 @@ <h2>5. Submit the new ggd recipe to the original ggd-recipes repo<a class="heade
318318
<div class="footer">
319319
&copy;2016-2020, The GoGetData team.
320320

321-
|
322-
Powered by <a href="http://sphinx-doc.org/">Sphinx 3.2.1</a>
323-
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
324-
325321
|
326322
<a href="_sources/contribute-recipe.rst.txt"
327323
rel="nofollow">Page source</a>

contribute.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,6 @@ <h3 id="searchlabel">Quick search</h3>
163163
<div class="footer">
164164
&copy;2016-2020, The GoGetData team.
165165

166-
|
167-
Powered by <a href="http://sphinx-doc.org/">Sphinx 3.2.1</a>
168-
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
169-
170166
|
171167
<a href="_sources/contribute.rst.txt"
172168
rel="nofollow">Page source</a>

genindex.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,6 @@ <h1 id="index">Index</h1>
104104
<div class="footer">
105105
&copy;2016-2020, The GoGetData team.
106106

107-
|
108-
Powered by <a href="http://sphinx-doc.org/">Sphinx 3.2.1</a>
109-
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
110-
111107
</div>
112108

113109

ggd-search.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1197,10 +1197,6 @@ <h3>6. Example refining search results based on combined terms<a class="headerli
11971197
<div class="footer">
11981198
&copy;2016-2020, The GoGetData team.
11991199

1200-
|
1201-
Powered by <a href="http://sphinx-doc.org/">Sphinx 3.2.1</a>
1202-
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
1203-
12041200
|
12051201
<a href="_sources/ggd-search.rst.txt"
12061202
rel="nofollow">Page source</a>

github-setup.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,6 @@ <h3 id="searchlabel">Quick search</h3>
161161
<div class="footer">
162162
&copy;2016-2020, The GoGetData team.
163163

164-
|
165-
Powered by <a href="http://sphinx-doc.org/">Sphinx 3.2.1</a>
166-
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
167-
168164
|
169165
<a href="_sources/github-setup.rst.txt"
170166
rel="nofollow">Page source</a>

index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -542,10 +542,6 @@ <h2>Available Data Packages<a class="headerlink" href="#available-data-packages"
542542
<div class="footer">
543543
&copy;2016-2020, The GoGetData team.
544544

545-
|
546-
Powered by <a href="http://sphinx-doc.org/">Sphinx 3.2.1</a>
547-
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
548-
549545
|
550546
<a href="_sources/index.rst.txt"
551547
rel="nofollow">Page source</a>

0 commit comments

Comments
 (0)