2020-03-22 16:42:20 -07:00
|
|
|
/*Extends the docstring signature box.*/
|
|
|
|
.rst-content dl:not(.docutils) dt {
|
2020-09-08 16:25:23 -07:00
|
|
|
display: block;
|
|
|
|
padding: 10px;
|
|
|
|
word-wrap: break-word;
|
|
|
|
padding-right: 100px;
|
2020-03-22 16:42:20 -07:00
|
|
|
}
|
|
|
|
/*Lists in an admonition note do not have awkward whitespace below.*/
|
|
|
|
.rst-content .admonition-note .section ul {
|
2020-09-08 16:25:23 -07:00
|
|
|
margin-bottom: 0px;
|
2020-03-22 16:42:20 -07:00
|
|
|
}
|
|
|
|
/*Properties become blue (classmethod, staticmethod, property)*/
|
|
|
|
.rst-content dl dt em.property {
|
2020-09-08 16:25:23 -07:00
|
|
|
color: #2980b9;
|
|
|
|
text-transform: uppercase;
|
2020-03-22 16:42:20 -07:00
|
|
|
}
|
2020-04-06 12:16:35 -07:00
|
|
|
|
2020-09-08 16:25:23 -07:00
|
|
|
.rst-content .section ol p,
|
|
|
|
.rst-content .section ul p {
|
|
|
|
margin-bottom: 0px;
|
2020-04-06 12:16:35 -07:00
|
|
|
}
|
2020-04-25 18:25:56 -07:00
|
|
|
|
|
|
|
div.sphx-glr-bigcontainer {
|
2020-09-08 16:25:23 -07:00
|
|
|
display: inline-block;
|
|
|
|
width: 100%;
|
2020-04-25 18:25:56 -07:00
|
|
|
}
|
|
|
|
|
2020-09-08 16:25:23 -07:00
|
|
|
td.tune-colab,
|
|
|
|
th.tune-colab {
|
2020-04-25 18:25:56 -07:00
|
|
|
border: 1px solid #dddddd;
|
|
|
|
text-align: left;
|
|
|
|
padding: 8px;
|
|
|
|
}
|
2020-09-08 16:25:23 -07:00
|
|
|
|
|
|
|
/* Adjustment to Sphinx Book Theme */
|
|
|
|
.table td {
|
|
|
|
/* Remove row spacing */
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
|
|
|
/* Force full width for all table */
|
|
|
|
width: 136% !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
img.inline-figure {
|
|
|
|
/* Override the display: block for img */
|
|
|
|
display: inherit !important;
|
|
|
|
}
|
2020-09-08 17:00:09 -07:00
|
|
|
|
|
|
|
#version-warning-banner {
|
|
|
|
/* Make version warning clickable */
|
|
|
|
z-index: 1;
|
|
|
|
}
|
2020-09-16 17:16:50 -07:00
|
|
|
|
2020-09-16 22:41:14 -04:00
|
|
|
span.rst-current-version > span.fa.fa-book {
|
|
|
|
/* Move the book icon away from the top right
|
|
|
|
* corner of the version flyout menu */
|
|
|
|
margin: 10px 0px 0px 5px;
|
|
|
|
}
|
|
|
|
|
2020-09-16 17:16:50 -07:00
|
|
|
/* Adjustment to Version block */
|
|
|
|
.rst-versions {
|
2020-09-19 16:30:35 -04:00
|
|
|
z-index: 1200 !important;
|
2020-09-16 17:16:50 -07:00
|
|
|
}
|