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:
Bernat Gabor
2011-06-30 00:41:41 +00:00
parent d8ea8ef98a
commit 762bc0f8af
59 changed files with 469 additions and 364 deletions

View File

@@ -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;
}

View File

@@ -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