Skip to content

Commit

Permalink
Release 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnieezell committed May 1, 2020
1 parent ba3a120 commit 641293c
Show file tree
Hide file tree
Showing 213 changed files with 8,370 additions and 4,821 deletions.
Binary file added docs/_static/ci-logo-text.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/ci-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
242 changes: 219 additions & 23 deletions docs/_static/css/citheme.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,106 @@
/* RTD Theme ---------------------------------------------------------------- */

@import 'theme.css';

/* Raleway Font ------------------------------------------------------------- */

@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 200;
src: url('../fonts/Raleway/raleway-v14-latin-200.eot'); /* IE9 Compat Modes */
src: local('Raleway ExtraLight'), local('Raleway-ExtraLight'),
url('../fonts/Raleway/raleway-v14-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/Raleway/raleway-v14-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/Raleway/raleway-v14-latin-200.woff') format('woff'), /* Modern Browsers */
url('../fonts/Raleway/raleway-v14-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/Raleway/raleway-v14-latin-200.svg#Raleway') format('svg'); /* Legacy iOS */
}

@font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 200;
src: url('../fonts/Raleway/raleway-v14-latin-200italic.eot'); /* IE9 Compat Modes */
src: local('Raleway ExtraLight Italic'), local('Raleway-ExtraLightItalic'),
url('../fonts/Raleway/raleway-v14-latin-200italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/Raleway/raleway-v14-latin-200italic.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/Raleway/raleway-v14-latin-200italic.woff') format('woff'), /* Modern Browsers */
url('../fonts/Raleway/raleway-v14-latin-200italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/Raleway/raleway-v14-latin-200italic.svg#Raleway') format('svg'); /* Legacy iOS */
}

@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
src: url('../fonts/Raleway/raleway-v14-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Raleway'), local('Raleway-Regular'),
url('../fonts/Raleway/raleway-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/Raleway/raleway-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/Raleway/raleway-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
url('../fonts/Raleway/raleway-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/Raleway/raleway-v14-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}

@font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 400;
src: url('../fonts/Raleway/raleway-v14-latin-italic.eot'); /* IE9 Compat Modes */
src: local('Raleway Italic'), local('Raleway-Italic'),
url('../fonts/Raleway/raleway-v14-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/Raleway/raleway-v14-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/Raleway/raleway-v14-latin-italic.woff') format('woff'), /* Modern Browsers */
url('../fonts/Raleway/raleway-v14-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/Raleway/raleway-v14-latin-italic.svg#Raleway') format('svg'); /* Legacy iOS */
}

@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
src: url('../fonts/Raleway/raleway-v14-latin-700.eot'); /* IE9 Compat Modes */
src: local('Raleway Bold'), local('Raleway-Bold'),
url('../fonts/Raleway/raleway-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/Raleway/raleway-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/Raleway/raleway-v14-latin-700.woff') format('woff'), /* Modern Browsers */
url('../fonts/Raleway/raleway-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/Raleway/raleway-v14-latin-700.svg#Raleway') format('svg'); /* Legacy iOS */
}

@font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 700;
src: url('../fonts/Raleway/raleway-v14-latin-700italic.eot'); /* IE9 Compat Modes */
src: local('Raleway Bold Italic'), local('Raleway-BoldItalic'),
url('../fonts/Raleway/raleway-v14-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/Raleway/raleway-v14-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/Raleway/raleway-v14-latin-700italic.woff') format('woff'), /* Modern Browsers */
url('../fonts/Raleway/raleway-v14-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/Raleway/raleway-v14-latin-700italic.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* General ------------------------------------------------------------------ */

body, p, legend {
font-family: "Raleway","Helvetica", "Arial", sans-serif;
}

.wy-nav-content {
background-image: url('../img/ci-background.png');
background-position: bottom right;
background-repeat: no-repeat;
background-size: 200px;
}

/* Titles ------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
font-family: "Raleway", "Helvetica", "Arial", sans-serif;
}

h1 {
margin-bottom: 2rem;
}
Expand Down Expand Up @@ -53,7 +152,6 @@ h2, h3 {

#nav_inner {
background-color: transparent;
font-family: Lucida Grande,Verdana,Geneva,sans-serif;
font-size: 11px;
margin: 0;
padding: 8px 12px 0 20px;
Expand Down Expand Up @@ -89,7 +187,6 @@ div#pulldown-menu {
color: #ffffff;
text-decoration: none;
font-size: 12px;
font-family: "Roboto Slab","ff-tisa-web-pro","Georgia",Arial,sans-serif;
font-weight: 700;
}

Expand All @@ -98,12 +195,19 @@ div#pulldown-menu {
font-size: 11px;
line-height: 1.4em;
font-weight: 300;
font-family: Lucida Grande,Verdana,Geneva,sans-serif;
color: #aaaaaa;
}

/* Side Menu ---------------------------------------------------------------- */

.wy-nav-side {
background: #252525;
}

.wy-side-nav-search .logo {
width: 100% !important;
}

.wy-side-nav-search a {
color: #ffffff;
}
Expand All @@ -125,7 +229,7 @@ div#pulldown-menu {
}

.wy-nav-content {
max-width: none;
max-width: 900px;
}

.wy-nav-content-wrap a, .wy-nav-content-wrap a:visited {
Expand All @@ -136,6 +240,14 @@ div#pulldown-menu {
color: #97310e;
}

.wy-menu-vertical li span.toctree-expand {
margin-right: 0.65em;
}

.wy-menu-vertical li span.toctree-expand::before {
display: none !important;
}

/* Elements ----------------------------------------------------------------- */

.highlighted {
Expand All @@ -144,38 +256,62 @@ div#pulldown-menu {
background-color: #f1d40f !important;
}

.wy-alert.wy-alert-success .wy-alert-title, .rst-content .wy-alert-success.note .wy-alert-title, .rst-content .wy-alert-success.attention .wy-alert-title, .rst-content .wy-alert-success.caution .wy-alert-title, .rst-content .wy-alert-success.danger .wy-alert-title, .rst-content .wy-alert-success.error .wy-alert-title, .rst-content .hint .wy-alert-title, .rst-content .important .wy-alert-title, .rst-content .tip .wy-alert-title, .rst-content .wy-alert-success.warning .wy-alert-title, .rst-content .wy-alert-success.seealso .wy-alert-title, .rst-content .wy-alert-success.admonition-todo .wy-alert-title, .wy-alert.wy-alert-success .rst-content .admonition-title, .rst-content .wy-alert.wy-alert-success .admonition-title, .rst-content .wy-alert-success.note .admonition-title, .rst-content .wy-alert-success.attention .admonition-title, .rst-content .wy-alert-success.caution .admonition-title, .rst-content .wy-alert-success.danger .admonition-title, .rst-content .wy-alert-success.error .admonition-title, .rst-content .hint .admonition-title, .rst-content .important .admonition-title, .rst-content .tip .admonition-title, .rst-content .wy-alert-success.warning .admonition-title, .rst-content .wy-alert-success.seealso .admonition-title, .rst-content .wy-alert-success.admonition-todo .admonition-title {
background-color: #dd4814;
}

.wy-alert.wy-alert-success, .rst-content .wy-alert-success.note, .rst-content .wy-alert-success.attention, .rst-content .wy-alert-success.caution, .rst-content .wy-alert-success.danger, .rst-content .wy-alert-success.error, .rst-content .hint, .rst-content .important, .rst-content .tip, .rst-content .wy-alert-success.warning, .rst-content .wy-alert-success.seealso, .rst-content .wy-alert-success.admonition-todo {
background: rgba(0,0,0,0.05);
}

/* override table width restrictions */
.wy-table-responsive table td, .wy-table-responsive table th {
white-space: normal;
white-space: pre;
}

.wy-table-responsive {
margin-bottom: 24px;
max-width: 100%;
overflow: visible;
.rst-content {
max-width: 60em;
}

.rst-content dl:not(.docutils) dt {
background: #fbefeb;
color: #dd4814;
background: #fdc894;
color: #434343;
border-top: solid 3px #dd4814;
}

.wy-plain-list-disc li ul, .rst-content .section ul li ul, .rst-content .toctree-wrapper ul li ul, article ul li ul {
margin-bottom: 0.5rem;
margin-top: -0.5rem;
.rst-content .section ol p, .rst-content .section ul p {
margin: 0;
}

.rst-content dl:not(.docutils) dt:first-child {
margin-top: 1rem;
margin-top: 1rem;
}

.rst-content dl:not(.docutils) tt.descname, .rst-content dl:not(.docutils) tt.descname, .rst-content dl:not(.docutils) code.descname {
padding-right: 0.2rem;
}

.admonition {
margin-bottom: 2.5rem!important;
margin-top: 2rem;
}

/* Messages ----------------------------------------------------------------- */

.rst-content .success {
background: #dff0d8;
}

.rst-content .success .admonition-title {
background-color: #9ace25;
}

.rst-content .info {
background: #e8eff1;
}

.rst-content .info .admonition-title {
background: #5bc0de;
}

.rst-content .important {
background: #f9f3f3;
}

.rst-content .important .admonition-title {
background: #dd4814;
}

/* Footer ------------------------------------------------------------------- */
Expand All @@ -184,3 +320,63 @@ div#pulldown-menu {
margin-bottom: 2.5rem;
margin-top: 2.5rem;
}

/* Carbon Ads --------------------------------------------------------------- */

#carbonads {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#carbonads {
display: flex;
max-width: 330px;
background-color: hsla(0, 0%, 98%, 0.1);
border: 1px solid hsla(0, 0%, 98%, 0.15);
margin: 3em 1.5em;
}

#carbonads a {
color: inherit;
text-decoration: none;
}

#carbonads a:hover {
color: inherit;
}

#carbonads span {
position: relative;
display: block;
overflow: hidden;
}

.carbon-img {
display: block;
margin: 0;
line-height: 1;
text-align: center;
}

.carbon-img img {
display: block;
margin: auto;
}

.carbon-text {
font-size: 13px;
padding: 10px;
line-height: 1.5;
text-align: left;
}

.carbon-poweredby {
display: block;
padding: 8px 10px;
text-align: center;
text-transform: uppercase;
letter-spacing: .5px;
font-weight: lighter;
font-size: 9px;
line-height: 1;
}
2 changes: 1 addition & 1 deletion docs/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '4.0.0-rc.4',
VERSION: '4.0.3',
LANGUAGE: 'None',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
Expand Down
Binary file added docs/_static/favicon.ico
Binary file not shown.
Binary file added docs/_static/fonts/Inconsolata.ttf
Binary file not shown.
Binary file added docs/_static/fonts/Lato/lato-bold.eot
Binary file not shown.
Binary file added docs/_static/fonts/Lato/lato-bold.ttf
Binary file not shown.
Binary file added docs/_static/fonts/Lato/lato-bold.woff
Binary file not shown.
Binary file added docs/_static/fonts/Lato/lato-bold.woff2
Binary file not shown.
Binary file added docs/_static/fonts/Lato/lato-bolditalic.eot
Binary file not shown.
Binary file added docs/_static/fonts/Lato/lato-bolditalic.ttf
Binary file not shown.
Binary file added docs/_static/fonts/Lato/lato-bolditalic.woff
Binary file not shown.
Binary file added docs/_static/fonts/Lato/lato-bolditalic.woff2
Binary file not shown.
Binary file added docs/_static/fonts/Lato/lato-italic.eot
Binary file not shown.
Binary file added docs/_static/fonts/Lato/lato-italic.ttf
Binary file not shown.
Binary file added docs/_static/fonts/Lato/lato-italic.woff
Binary file not shown.
Binary file added docs/_static/fonts/Lato/lato-italic.woff2
Binary file not shown.
Binary file added docs/_static/fonts/Lato/lato-regular.eot
Binary file not shown.
Binary file added docs/_static/fonts/Lato/lato-regular.ttf
Binary file not shown.
Binary file added docs/_static/fonts/Lato/lato-regular.woff
Binary file not shown.
Binary file added docs/_static/fonts/Lato/lato-regular.woff2
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 641293c

Please sign in to comment.