Skip to content

Commit 9040f35

Browse files
committed
Updated doc release: development
1 parent 65b7c5f commit 9040f35

29 files changed

+595
-430
lines changed

development/.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: d2195c9f7c14fc3b5492bc553056af7a
3+
config: f03148aca6f0f7da89ca6c5ea5b111e9
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

development/_static/alabaster.css

Lines changed: 132 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,55 @@
1515

1616

1717

18+
19+
20+
21+
22+
23+
24+
25+
26+
27+
28+
29+
30+
31+
32+
33+
34+
35+
36+
37+
38+
39+
40+
41+
42+
43+
44+
45+
46+
47+
48+
49+
50+
51+
52+
1853
@import url("basic.css");
1954

2055
/* -- page layout ----------------------------------------------------------- */
2156

2257
body {
2358
font-family: 'goudy old style', 'minion pro', 'bell mt', Georgia, 'Hiragino Mincho Pro', serif;
2459
font-size: 17px;
25-
background-color: white;
60+
background-color: #fff;
2661
color: #000;
2762
margin: 0;
2863
padding: 0;
2964
}
3065

66+
3167
div.document {
3268
width: 940px;
3369
margin: 30px auto 0 auto;
@@ -44,18 +80,24 @@ div.bodywrapper {
4480

4581
div.sphinxsidebar {
4682
width: 220px;
83+
font-size: 14px;
84+
line-height: 1.5;
4785
}
4886

4987
hr {
5088
border: 1px solid #B1B4B6;
5189
}
5290

5391
div.body {
54-
background-color: #ffffff;
92+
background-color: #fff;
5593
color: #3E4349;
5694
padding: 0 30px 0 30px;
5795
}
5896

97+
div.body > .section {
98+
text-align: left;
99+
}
100+
59101
div.footer {
60102
width: 940px;
61103
margin: 20px auto 30px auto;
@@ -68,6 +110,11 @@ div.footer a {
68110
color: #888;
69111
}
70112

113+
p.caption {
114+
font-family: inherit;
115+
font-size: inherit;
116+
}
117+
71118

72119
div.relations {
73120
display: none;
@@ -84,11 +131,6 @@ div.sphinxsidebar a:hover {
84131
border-bottom: 1px solid #999;
85132
}
86133

87-
div.sphinxsidebar {
88-
font-size: 14px;
89-
line-height: 1.5;
90-
}
91-
92134
div.sphinxsidebarwrapper {
93135
padding: 18px 10px;
94136
}
@@ -168,8 +210,8 @@ div.sphinxsidebar input {
168210
div.sphinxsidebar hr {
169211
border: none;
170212
height: 1px;
171-
color: #999;
172-
background: #999;
213+
color: #AAA;
214+
background: #AAA;
173215

174216
text-align: left;
175217
margin-left: 0;
@@ -225,11 +267,12 @@ div.body p, div.body dd, div.body li {
225267
div.admonition {
226268
margin: 20px 0px;
227269
padding: 10px 30px;
228-
background-color: #FCC;
229-
border: 1px solid #FAA;
270+
background-color: #EEE;
271+
border: 1px solid #CCC;
230272
}
231273

232-
div.admonition tt.xref, div.admonition a tt {
274+
div.admonition tt.xref, div.admonition code.xref, div.admonition a tt {
275+
background-color: ;
233276
border-bottom: 1px solid #fafafa;
234277
}
235278

@@ -252,25 +295,71 @@ div.admonition p.last {
252295
}
253296

254297
div.highlight {
255-
background-color: white;
298+
background-color: #fff;
256299
}
257300

258301
dt:target, .highlight {
259302
background: #FAF3E8;
260303
}
261304

305+
div.warning {
306+
background-color: #FCC;
307+
border: 1px solid #FAA;
308+
}
309+
310+
div.danger {
311+
background-color: #FCC;
312+
border: 1px solid #FAA;
313+
-moz-box-shadow: 2px 2px 4px #D52C2C;
314+
-webkit-box-shadow: 2px 2px 4px #D52C2C;
315+
box-shadow: 2px 2px 4px #D52C2C;
316+
}
317+
318+
div.error {
319+
background-color: #FCC;
320+
border: 1px solid #FAA;
321+
-moz-box-shadow: 2px 2px 4px #D52C2C;
322+
-webkit-box-shadow: 2px 2px 4px #D52C2C;
323+
box-shadow: 2px 2px 4px #D52C2C;
324+
}
325+
326+
div.caution {
327+
background-color: #FCC;
328+
border: 1px solid #FAA;
329+
}
330+
331+
div.attention {
332+
background-color: #FCC;
333+
border: 1px solid #FAA;
334+
}
335+
336+
div.important {
337+
background-color: #EEE;
338+
border: 1px solid #CCC;
339+
}
340+
262341
div.note {
263342
background-color: #EEE;
264343
border: 1px solid #CCC;
265344
}
266345

346+
div.tip {
347+
background-color: #EEE;
348+
border: 1px solid #CCC;
349+
}
350+
351+
div.hint {
352+
background-color: #EEE;
353+
border: 1px solid #CCC;
354+
}
355+
267356
div.seealso {
268357
background-color: #EEE;
269358
border: 1px solid #CCC;
270359
}
271360

272361
div.topic {
273-
background-color: #eee;
362+
background-color: #EEE;
274363
}
275364

276365
p.admonition-title {
@@ -305,16 +394,16 @@ tt.descname, code.descname {
305394
}
306395

307396
img.screenshot {
308-
-moz-box-shadow: 2px 2px 4px #eee;
309-
-webkit-box-shadow: 2px 2px 4px #eee;
310-
box-shadow: 2px 2px 4px #eee;
397+
-moz-box-shadow: 2px 2px 4px #EEE;
398+
-webkit-box-shadow: 2px 2px 4px #EEE;
399+
box-shadow: 2px 2px 4px #EEE;
311400
}
312401

313402
table.docutils {
314403
border: 1px solid #888;
315-
-moz-box-shadow: 2px 2px 4px #eee;
316-
-webkit-box-shadow: 2px 2px 4px #eee;
317-
box-shadow: 2px 2px 4px #eee;
404+
-moz-box-shadow: 2px 2px 4px #EEE;
405+
-webkit-box-shadow: 2px 2px 4px #EEE;
406+
box-shadow: 2px 2px 4px #EEE;
318407
}
319408

320409
table.docutils td, table.docutils th {
@@ -350,8 +439,12 @@ table.field-list td {
350439
padding: 0;
351440
}
352441

442+
table.field-list p {
443+
margin-bottom: 0.8em;
444+
}
445+
353446
table.footnote td.label {
354-
width: 0px;
447+
width: .1px;
355448
padding: 0.3em 0 0.3em 0.5em;
356449
}
357450

@@ -374,6 +467,7 @@ blockquote {
374467
}
375468

376469
ul, ol {
470+
/* Matches the 30px from the narrow-screen "li > ul" selector below */
377471
margin: 10px 0 10px 30px;
378472
padding: 0;
379473
}
@@ -385,6 +479,10 @@ pre {
385479
line-height: 1.3em;
386480
}
387481

482+
div.viewcode-block:target {
483+
background: #ffd;
484+
}
485+
388486
dl pre, blockquote pre, li pre {
389487
margin-left: 0;
390488
padding-left: 30px;
@@ -403,14 +501,19 @@ tt, code {
403501

404502
tt.xref, code.xref, a tt {
405503
background-color: #FBFBFB;
406-
border-bottom: 1px solid white;
504+
border-bottom: 1px solid #fff;
407505
}
408506

409507
a.reference {
410508
text-decoration: none;
411509
border-bottom: 1px dotted #004B6B;
412510
}
413511

512+
/* Don't put an underline on images */
513+
a.image-reference, a.image-reference:hover {
514+
border-bottom: none;
515+
}
516+
414517
a.reference:hover {
415518
border-bottom: 1px solid #6D4100;
416519
}
@@ -460,6 +563,11 @@ a:hover tt, a:hover code {
460563
margin-left: 0;
461564
}
462565

566+
li > ul {
567+
/* Matches the 30px from the "ul, ol" selector above */
568+
margin-left: 30px;
569+
}
570+
463571
.document {
464572
width: auto;
465573
}
@@ -495,7 +603,7 @@ a:hover tt, a:hover code {
495603

496604
div.documentwrapper {
497605
float: none;
498-
background: white;
606+
background: #fff;
499607
}
500608

501609
div.sphinxsidebar {
@@ -510,7 +618,7 @@ a:hover tt, a:hover code {
510618

511619
div.sphinxsidebar h3, div.sphinxsidebar h4, div.sphinxsidebar p,
512620
div.sphinxsidebar h3 a {
513-
color: white;
621+
color: #fff;
514622
}
515623

516624
div.sphinxsidebar a {

development/_static/basic.css

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- basic theme.
66
*
7-
* :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/
@@ -52,6 +52,8 @@ div.sphinxsidebar {
5252
width: 230px;
5353
margin-left: -100%;
5454
font-size: 90%;
55+
word-wrap: break-word;
56+
overflow-wrap : break-word;
5557
}
5658

5759
div.sphinxsidebar ul {
@@ -83,10 +85,6 @@ div.sphinxsidebar #searchbox input[type="text"] {
8385
width: 170px;
8486
}
8587

86-
div.sphinxsidebar #searchbox input[type="submit"] {
87-
width: 30px;
88-
}
89-
9088
img {
9189
border: 0;
9290
max-width: 100%;
@@ -187,6 +185,13 @@ div.genindex-jumpbox {
187185

188186
/* -- general body styles --------------------------------------------------- */
189187

188+
div.body p, div.body dd, div.body li, div.body blockquote {
189+
-moz-hyphens: auto;
190+
-ms-hyphens: auto;
191+
-webkit-hyphens: auto;
192+
hyphens: auto;
193+
}
194+
190195
a.headerlink {
191196
visibility: hidden;
192197
}
@@ -489,6 +494,13 @@ pre {
489494
overflow-y: hidden; /* fixes display issues on Chrome browsers */
490495
}
491496

497+
span.pre {
498+
-moz-hyphens: none;
499+
-ms-hyphens: none;
500+
-webkit-hyphens: none;
501+
hyphens: none;
502+
}
503+
492504
td.linenos pre {
493505
padding: 5px 0px;
494506
border: 0;

development/_static/custom.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* This file intentionally left blank. */

0 commit comments

Comments
 (0)