Some reST syntax correction. Now the PDF documentation builds correctly under Windows using MIKTEX. Some update on the tutorial structure. Some CSS syntax correction. Windows Install Tutorial v0.4.
This commit is contained in:
10
doc/_themes/blue/static/default.css_t
vendored
10
doc/_themes/blue/static/default.css_t
vendored
@@ -261,14 +261,14 @@ pre {
|
||||
}
|
||||
|
||||
tt {
|
||||
color: {{ theme_headtext_color }}
|
||||
color: {{ theme_headtextcolor }};
|
||||
background-color: #ecf0f3;
|
||||
padding: 0 1px 0 1px;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
tt.descname {
|
||||
color: {{ theme_headtext_color }}
|
||||
color: {{ theme_headtextcolor }};
|
||||
background-color: #ecf0f3;
|
||||
padding: 0 1px 0 1px;
|
||||
font-size: 1.4em;
|
||||
@@ -283,7 +283,7 @@ dl.function > dt:first-child {
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
|
||||
dl.cfunction > dt:first-child {
|
||||
dl.c\:function > dt:first-child {
|
||||
margin-bottom: 7px;
|
||||
color: #8080B0;
|
||||
}
|
||||
@@ -308,3 +308,7 @@ table.field-list {
|
||||
ul.simple {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.enumeratevisibleitems .simple {
|
||||
list-style: square;
|
||||
}
|
4
doc/_themes/blue/theme.conf
vendored
4
doc/_themes/blue/theme.conf
vendored
@@ -6,7 +6,6 @@ pygments_style = sphinx
|
||||
[options]
|
||||
rightsidebar = false
|
||||
stickysidebar = false
|
||||
|
||||
footerbgcolor = #004068
|
||||
footertextcolor = #ffffff
|
||||
sidebarbgcolor = #006090
|
||||
@@ -26,7 +25,6 @@ codetextcolor = #333333
|
||||
feedbackbgcolor = #004068
|
||||
feedbacktextcolor = #ffffff
|
||||
feedbacklinkcolor = #ffffff
|
||||
|
||||
bodyfont = sans-serif
|
||||
headfont = 'Trebuchet MS', sans-serif
|
||||
lang = none
|
||||
lang = none
|
Reference in New Issue
Block a user