Copy over datafreeze documentation, adapt toc etc.

This commit is contained in:
Friedrich Lindenberg
2013-04-22 17:44:55 +02:00
parent 3ad013b1d1
commit 79f46a0778
6 changed files with 134 additions and 9 deletions
+2 -1
View File
@@ -8,7 +8,8 @@
<ul>
<li><a href="quickstart.html">Quickstart Guide</a></li>
<li><a href="api.html">API-Documentation</a></li>
<li><a href="freezefile.html">Freezefiles</a></li>
<li><a href="api.html">API documentation</a></li>
<li><a href="install.html">Installation</a></li>
</ul>
+6 -1
View File
@@ -395,6 +395,10 @@ a:hover tt {
background: #EEE;
}
li {
margin-bottom: 0.3em;
}
@media screen and (max-width: 870px) {
@@ -516,6 +520,7 @@ a:hover tt {
padding: 0;
}
.rtd_doc_footer {
display: none;
}
@@ -551,4 +556,4 @@ div.sphinxsidebar #searchbox input[type="text"] {
.highlight .nv {
color: #C65D09!important;
}
}