Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

Commit

Permalink
docs: Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
PauloPhagula committed May 12, 2018
1 parent 6ca3456 commit e806082
Show file tree
Hide file tree
Showing 8 changed files with 200 additions and 115 deletions.
120 changes: 103 additions & 17 deletions docs/_static/alabaster.css
Expand Up @@ -15,14 +15,49 @@






































@import url("basic.css");

/* -- page layout ----------------------------------------------------------- */

body {
font-family: 'goudy old style', 'minion pro', 'bell mt', Georgia, 'Hiragino Mincho Pro', serif;
font-size: 17px;
background-color: white;
background-color: #fff;
color: #000;
margin: 0;
padding: 0;
Expand Down Expand Up @@ -54,7 +89,7 @@ hr {
}

div.body {
background-color: #ffffff;
background-color: #fff;
color: #3E4349;
padding: 0 30px 0 30px;
}
Expand All @@ -76,7 +111,7 @@ div.footer a {
}

p.caption {
font-family: ;
font-family: inherit;
font-size: inherit;
}

Expand Down Expand Up @@ -232,11 +267,12 @@ div.body p, div.body dd, div.body li {
div.admonition {
margin: 20px 0px;
padding: 10px 30px;
background-color: #FCC;
border: 1px solid #FAA;
background-color: #EEE;
border: 1px solid #CCC;
}

div.admonition tt.xref, div.admonition a tt {
div.admonition tt.xref, div.admonition code.xref, div.admonition a tt {
background-color: ;
border-bottom: 1px solid #fafafa;
}

Expand All @@ -259,25 +295,71 @@ div.admonition p.last {
}

div.highlight {
background-color: white;
background-color: #fff;
}

dt:target, .highlight {
background: #FAF3E8;
}

div.warning {
background-color: #FCC;
border: 1px solid #FAA;
}

div.danger {
background-color: #FCC;
border: 1px solid #FAA;
-moz-box-shadow: 2px 2px 4px #D52C2C;
-webkit-box-shadow: 2px 2px 4px #D52C2C;
box-shadow: 2px 2px 4px #D52C2C;
}

div.error {
background-color: #FCC;
border: 1px solid #FAA;
-moz-box-shadow: 2px 2px 4px #D52C2C;
-webkit-box-shadow: 2px 2px 4px #D52C2C;
box-shadow: 2px 2px 4px #D52C2C;
}

div.caution {
background-color: #FCC;
border: 1px solid #FAA;
}

div.attention {
background-color: #FCC;
border: 1px solid #FAA;
}

div.important {
background-color: #EEE;
border: 1px solid #CCC;
}

div.note {
background-color: #EEE;
border: 1px solid #CCC;
}

div.tip {
background-color: #EEE;
border: 1px solid #CCC;
}

div.hint {
background-color: #EEE;
border: 1px solid #CCC;
}

div.seealso {
background-color: #EEE;
border: 1px solid #CCC;
}

div.topic {
background-color: #eee;
background-color: #EEE;
}

p.admonition-title {
Expand Down Expand Up @@ -312,16 +394,16 @@ tt.descname, code.descname {
}

img.screenshot {
-moz-box-shadow: 2px 2px 4px #eee;
-webkit-box-shadow: 2px 2px 4px #eee;
box-shadow: 2px 2px 4px #eee;
-moz-box-shadow: 2px 2px 4px #EEE;
-webkit-box-shadow: 2px 2px 4px #EEE;
box-shadow: 2px 2px 4px #EEE;
}

table.docutils {
border: 1px solid #888;
-moz-box-shadow: 2px 2px 4px #eee;
-webkit-box-shadow: 2px 2px 4px #eee;
box-shadow: 2px 2px 4px #eee;
-moz-box-shadow: 2px 2px 4px #EEE;
-webkit-box-shadow: 2px 2px 4px #EEE;
box-shadow: 2px 2px 4px #EEE;
}

table.docutils td, table.docutils th {
Expand Down Expand Up @@ -397,6 +479,10 @@ pre {
line-height: 1.3em;
}

div.viewcode-block:target {
background: #ffd;
}

dl pre, blockquote pre, li pre {
margin-left: 0;
padding-left: 30px;
Expand All @@ -415,7 +501,7 @@ tt, code {

tt.xref, code.xref, a tt {
background-color: #FBFBFB;
border-bottom: 1px solid white;
border-bottom: 1px solid #fff;
}

a.reference {
Expand Down Expand Up @@ -517,7 +603,7 @@ a:hover tt, a:hover code {

div.documentwrapper {
float: none;
background: white;
background: #fff;
}

div.sphinxsidebar {
Expand All @@ -532,7 +618,7 @@ a:hover tt, a:hover code {

div.sphinxsidebar h3, div.sphinxsidebar h4, div.sphinxsidebar p,
div.sphinxsidebar h3 a {
color: white;
color: #fff;
}

div.sphinxsidebar a {
Expand Down
9 changes: 1 addition & 8 deletions docs/_static/basic.css
Expand Up @@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- basic theme.
*
* :copyright: Copyright 2007-2017 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down Expand Up @@ -398,13 +398,6 @@ table.field-list td, table.field-list th {
margin: 0;
}

.field-name {
-moz-hyphens: manual;
-ms-hyphens: manual;
-webkit-hyphens: manual;
hyphens: manual;
}

/* -- other body styles ----------------------------------------------------- */

ol.arabic {
Expand Down
2 changes: 1 addition & 1 deletion docs/_static/doctools.js
Expand Up @@ -4,7 +4,7 @@
*
* Sphinx JavaScript utilities for all documentation.
*
* :copyright: Copyright 2007-2017 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down
2 changes: 2 additions & 0 deletions docs/_static/pygments.css
Expand Up @@ -4,8 +4,10 @@
.highlight .err { border: 1px solid #FF0000 } /* Error */
.highlight .k { color: #007020; font-weight: bold } /* Keyword */
.highlight .o { color: #666666 } /* Operator */
.highlight .ch { color: #408090; font-style: italic } /* Comment.Hashbang */
.highlight .cm { color: #408090; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #007020 } /* Comment.Preproc */
.highlight .cpf { color: #408090; font-style: italic } /* Comment.PreprocFile */
.highlight .c1 { color: #408090; font-style: italic } /* Comment.Single */
.highlight .cs { color: #408090; background-color: #fff0f0 } /* Comment.Special */
.highlight .gd { color: #A00000 } /* Generic.Deleted */
Expand Down
2 changes: 1 addition & 1 deletion docs/_static/searchtools.js
Expand Up @@ -4,7 +4,7 @@
*
* Sphinx JavaScript utilities for the full-text search.
*
* :copyright: Copyright 2007-2017 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down
2 changes: 1 addition & 1 deletion docs/_static/websupport.js
Expand Up @@ -4,7 +4,7 @@
*
* sphinx.websupport utilities for all documentation.
*
* :copyright: Copyright 2007-2017 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down

0 comments on commit e806082

Please sign in to comment.