Skip to content

Commit ba9fbc5

Browse files
committed
Regenerate html with Sphinx 1.7.1
1 parent 429a094 commit ba9fbc5

11 files changed

+164
-180
lines changed

pandas/guide/_sources/pandas_setup.rst.txt

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ the sprint.
2020
fast Internet connection, contact your local chapter organizer, who will
2121
try to get a copy of both on a usb key.
2222

23+
.. note::
24+
**Windows users:** `Video tutorial: Set up pandas development environment
25+
in Windows <https://www.youtube.com/watch?v=417zAcfM96U>`_ by Frank Akogun.
26+
2327
Instructions
2428
------------
2529

pandas/guide/_static/basic.css

+23-1
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,21 @@ div.sphinxsidebar input {
8282
}
8383

8484
div.sphinxsidebar #searchbox input[type="text"] {
85-
width: 170px;
85+
float: left;
86+
width: 80%;
87+
padding: 0.25em;
88+
box-sizing: border-box;
89+
}
90+
91+
div.sphinxsidebar #searchbox input[type="submit"] {
92+
float: left;
93+
width: 20%;
94+
border-left: none;
95+
padding: 0.25em;
96+
box-sizing: border-box;
8697
}
8798

99+
88100
img {
89101
border: 0;
90102
max-width: 100%;
@@ -199,6 +211,11 @@ table.modindextable td {
199211

200212
/* -- general body styles --------------------------------------------------- */
201213

214+
div.body {
215+
min-width: 450px;
216+
max-width: 800px;
217+
}
218+
202219
div.body p, div.body dd, div.body li, div.body blockquote {
203220
-moz-hyphens: auto;
204221
-ms-hyphens: auto;
@@ -332,6 +349,11 @@ table.docutils {
332349
border-collapse: collapse;
333350
}
334351

352+
table.align-center {
353+
margin-left: auto;
354+
margin-right: auto;
355+
}
356+
335357
table caption span.caption-number {
336358
font-style: italic;
337359
}

pandas/guide/_static/jquery.js

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pandas/guide/_static/websupport.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@
301301
li.hide();
302302

303303
// Determine where in the parents children list to insert this comment.
304-
for(i=0; i < siblings.length; i++) {
304+
for(var i=0; i < siblings.length; i++) {
305305
if (comp(comment, siblings[i]) <= 0) {
306306
$('#cd' + siblings[i].id)
307307
.parent()

pandas/guide/genindex.html

+9-19
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,12 @@
55

66
<html xmlns="http://www.w3.org/1999/xhtml">
77
<head>
8+
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
89
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
910
<title>Index &#8212; Python documentation</title>
1011
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
1112
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
12-
<script type="text/javascript">
13-
var DOCUMENTATION_OPTIONS = {
14-
URL_ROOT: './',
15-
VERSION: '',
16-
COLLAPSE_INDEX: false,
17-
FILE_SUFFIX: '.html',
18-
HAS_SOURCE: true,
19-
SOURCELINK_SUFFIX: '.txt'
20-
};
21-
</script>
13+
<script type="text/javascript" src="_static/documentation_options.js"></script>
2214
<script type="text/javascript" src="_static/jquery.js"></script>
2315
<script type="text/javascript" src="_static/underscore.js"></script>
2416
<script type="text/javascript" src="_static/doctools.js"></script>
@@ -30,8 +22,7 @@
3022

3123
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
3224

33-
</head>
34-
<body>
25+
</head><body>
3526

3627

3728
<div class="document">
@@ -54,24 +45,23 @@ <h1 id="index">Index</h1>
5445
<div class="sphinxsidebarwrapper">
5546
<p class="logo"><a href="index.html">
5647
<img class="logo" src="_static/logo.png" alt="Logo"/>
57-
</a></p>
58-
59-
<div class="relations">
48+
</a></p><div class="relations">
6049
<h3>Related Topics</h3>
6150
<ul>
6251
<li><a href="index.html">Documentation overview</a><ul>
6352
</ul></li>
6453
</ul>
6554
</div>
66-
6755
<div id="searchbox" style="display: none" role="search">
6856
<h3>Quick search</h3>
57+
<div class="searchformwrapper">
6958
<form class="search" action="search.html" method="get">
70-
<div><input type="text" name="q" /></div>
71-
<div><input type="submit" value="Go" /></div>
59+
<input type="text" name="q" />
60+
<input type="submit" value="Go" />
7261
<input type="hidden" name="check_keywords" value="yes" />
7362
<input type="hidden" name="area" value="default" />
7463
</form>
64+
</div>
7565
</div>
7666
<script type="text/javascript">$('#searchbox').show(0);</script>
7767
</div>
@@ -82,7 +72,7 @@ <h3>Quick search</h3>
8272
&copy;.
8373

8474
|
85-
Powered by <a href="http://sphinx-doc.org/">Sphinx 1.6.6</a>
75+
Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.1</a>
8676
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.10</a>
8777

8878
</div>

pandas/guide/index.html

+8-15
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,12 @@
44

55
<html xmlns="http://www.w3.org/1999/xhtml">
66
<head>
7+
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
78
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
89
<title>Pandas documentation sprint &#8212; Python documentation</title>
910
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
1011
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
11-
<script type="text/javascript">
12-
var DOCUMENTATION_OPTIONS = {
13-
URL_ROOT: './',
14-
VERSION: '',
15-
COLLAPSE_INDEX: false,
16-
FILE_SUFFIX: '.html',
17-
HAS_SOURCE: true,
18-
SOURCELINK_SUFFIX: '.txt'
19-
};
20-
</script>
12+
<script type="text/javascript" src="_static/documentation_options.js"></script>
2113
<script type="text/javascript" src="_static/jquery.js"></script>
2214
<script type="text/javascript" src="_static/underscore.js"></script>
2315
<script type="text/javascript" src="_static/doctools.js"></script>
@@ -30,8 +22,7 @@
3022

3123
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
3224

33-
</head>
34-
<body>
25+
</head><body>
3526

3627

3728
<div class="document">
@@ -92,12 +83,14 @@ <h3>This Page</h3>
9283
</div>
9384
<div id="searchbox" style="display: none" role="search">
9485
<h3>Quick search</h3>
86+
<div class="searchformwrapper">
9587
<form class="search" action="search.html" method="get">
96-
<div><input type="text" name="q" /></div>
97-
<div><input type="submit" value="Go" /></div>
88+
<input type="text" name="q" />
89+
<input type="submit" value="Go" />
9890
<input type="hidden" name="check_keywords" value="yes" />
9991
<input type="hidden" name="area" value="default" />
10092
</form>
93+
</div>
10194
</div>
10295
<script type="text/javascript">$('#searchbox').show(0);</script>
10396
</div>
@@ -108,7 +101,7 @@ <h3>Quick search</h3>
108101
&copy;.
109102

110103
|
111-
Powered by <a href="http://sphinx-doc.org/">Sphinx 1.6.6</a>
104+
Powered by <a href="http://sphinx-doc.org/">Sphinx 1.7.1</a>
112105
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.10</a>
113106

114107
|

0 commit comments

Comments
 (0)