Skip to content

Commit 7016502

Browse files
committed
Sync with the source at 86c6ed2.
1 parent 33a0fde commit 7016502

39 files changed

+5503
-6116
lines changed

.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: 5ba62e43b23407631cc0feb9a917aa32
3+
config: eb0d920286ee57f6f467f722a2b9b0c3
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ originate from the pymmlib project, http://pymmlib.sourceforge.net.
5151
Installation
5252
======================================
5353

54-
See the `README.rst <https://github.com/diffpy/diffpy.Structure#requirements>`_
54+
See the `README.rst <https://github.com/diffpy/diffpy.structure#requirements>`_
5555
file included with the distribution.
5656

5757
======================================

_static/basic.css

Lines changed: 54 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- basic theme.
66
*
7-
* :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2017 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/
@@ -122,6 +122,8 @@ ul.keywordmatches li.goodmatch a {
122122

123123
table.contentstable {
124124
width: 90%;
125+
margin-left: auto;
126+
margin-right: auto;
125127
}
126128

127129
table.contentstable p.biglink {
@@ -149,9 +151,14 @@ table.indextable td {
149151
vertical-align: top;
150152
}
151153

152-
table.indextable dl, table.indextable dd {
154+
table.indextable ul {
153155
margin-top: 0;
154156
margin-bottom: 0;
157+
list-style-type: none;
158+
}
159+
160+
table.indextable > tbody > tr > td > ul {
161+
padding-left: 0em;
155162
}
156163

157164
table.indextable tr.pcap {
@@ -183,6 +190,13 @@ div.genindex-jumpbox {
183190
padding: 0.4em;
184191
}
185192

193+
/* -- domain module index --------------------------------------------------- */
194+
195+
table.modindextable td {
196+
padding: 2px;
197+
border-collapse: collapse;
198+
}
199+
186200
/* -- general body styles --------------------------------------------------- */
187201

188202
div.body p, div.body dd, div.body li, div.body blockquote {
@@ -217,10 +231,6 @@ div.body td {
217231
text-align: left;
218232
}
219233

220-
.field-list ul {
221-
padding-left: 1em;
222-
}
223-
224234
.first {
225235
margin-top: 0 !important;
226236
}
@@ -337,10 +347,6 @@ table.docutils td, table.docutils th {
337347
border-bottom: 1px solid #aaa;
338348
}
339349

340-
table.field-list td, table.field-list th {
341-
border: 0 !important;
342-
}
343-
344350
table.footnote td, table.footnote th {
345351
border: 0 !important;
346352
}
@@ -377,6 +383,27 @@ div.figure p.caption span.caption-number {
377383
div.figure p.caption span.caption-text {
378384
}
379385

386+
/* -- field list styles ----------------------------------------------------- */
387+
388+
table.field-list td, table.field-list th {
389+
border: 0 !important;
390+
}
391+
392+
.field-list ul {
393+
margin: 0;
394+
padding-left: 1em;
395+
}
396+
397+
.field-list p {
398+
margin: 0;
399+
}
400+
401+
.field-name {
402+
-moz-hyphens: manual;
403+
-ms-hyphens: manual;
404+
-webkit-hyphens: manual;
405+
hyphens: manual;
406+
}
380407

381408
/* -- other body styles ----------------------------------------------------- */
382409

@@ -427,15 +454,6 @@ dl.glossary dt {
427454
font-size: 1.1em;
428455
}
429456

430-
.field-list ul {
431-
margin: 0;
432-
padding-left: 1em;
433-
}
434-
435-
.field-list p {
436-
margin: 0;
437-
}
438-
439457
.optional {
440458
font-size: 1.3em;
441459
}
@@ -494,6 +512,13 @@ pre {
494512
overflow-y: hidden; /* fixes display issues on Chrome browsers */
495513
}
496514

515+
span.pre {
516+
-moz-hyphens: none;
517+
-ms-hyphens: none;
518+
-webkit-hyphens: none;
519+
hyphens: none;
520+
}
521+
497522
td.linenos pre {
498523
padding: 5px 0px;
499524
border: 0;
@@ -585,6 +610,16 @@ span.eqno {
585610
float: right;
586611
}
587612

613+
span.eqno a.headerlink {
614+
position: relative;
615+
left: 0px;
616+
z-index: 1;
617+
}
618+
619+
div.math:hover a.headerlink {
620+
visibility: visible;
621+
}
622+
588623
/* -- printout stylesheet --------------------------------------------------- */
589624

590625
@media print {

_static/classic.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*
2-
* default.css_t
2+
* classic.css_t
33
* ~~~~~~~~~~~~~
44
*
5-
* Sphinx stylesheet -- default theme.
5+
* Sphinx stylesheet -- classic theme.
66
*
7-
* :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2017 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/

0 commit comments

Comments
 (0)