Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
PEP8 code refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
radzhome committed Dec 30, 2014
1 parent 5fd810d commit f57e73b
Show file tree
Hide file tree
Showing 43 changed files with 12,376 additions and 4,676 deletions.
10 changes: 5 additions & 5 deletions doc/_build/html/_static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,9 @@ img.align-right, .figure.align-right, object.align-right {
}

img.align-center, .figure.align-center, object.align-center {
display: block;
margin-left: auto;
margin-right: auto;
display: block;
margin-left: auto;
margin-right: auto;
}

.align-left {
Expand Down Expand Up @@ -416,7 +416,7 @@ dl.glossary dt {
border: 3px solid red;
}

.footnote:target {
.footnote:target {
background-color: #ffa;
}

Expand Down Expand Up @@ -453,7 +453,7 @@ abbr, acronym {

pre {
overflow: auto;
overflow-y: hidden; /* fixes display issues on Chrome browsers */
overflow-y: hidden; /* fixes display issues on Chrome browsers */
}

td.linenos pre {
Expand Down
35 changes: 24 additions & 11 deletions doc/_build/html/_static/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* :license: BSD, see LICENSE for details.
*
*/

@import url("basic.css");

/* -- page layout ----------------------------------------------------------- */
Expand Down Expand Up @@ -113,8 +112,6 @@ div.sphinxsidebar input {
font-size: 1em;
}



/* -- hyperlink styles ------------------------------------------------------ */

a {
Expand All @@ -131,8 +128,6 @@ a:hover {
text-decoration: underline;
}



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

div.body h1,
Expand All @@ -150,12 +145,30 @@ div.body h6 {
padding: 3px 0 3px 10px;
}

div.body h1 { margin-top: 0; font-size: 200%; }
div.body h2 { font-size: 160%; }
div.body h3 { font-size: 140%; }
div.body h4 { font-size: 120%; }
div.body h5 { font-size: 110%; }
div.body h6 { font-size: 100%; }
div.body h1 {
margin-top: 0;
font-size: 200%;
}

div.body h2 {
font-size: 160%;
}

div.body h3 {
font-size: 140%;
}

div.body h4 {
font-size: 120%;
}

div.body h5 {
font-size: 110%;
}

div.body h6 {
font-size: 100%;
}

a.headerlink {
color: #c60f0f;
Expand Down
Loading

0 comments on commit f57e73b

Please sign in to comment.