]> git.donarmstrong.com Git - neurodebian.git/commitdiff
Final polish.
authorMichael Hanke <michael.hanke@gmail.com>
Wed, 19 Aug 2009 15:17:46 +0000 (11:17 -0400)
committerMichael Hanke <michael.hanke@gmail.com>
Wed, 19 Aug 2009 15:17:46 +0000 (11:17 -0400)
sphinx/_static/neurodebian.css
sphinx/_templates/layout.html
sphinx/conf.py
sphinx/index.rst
sphinx/livecd.rst

index 2ac76d792d8bda71bf3655cdf3048b7507047989..70c61ec1d622b4217fcde550ee82c3a15134c1a7 100644 (file)
@@ -168,6 +168,10 @@ div.modulecloud a {
 }
 
 /* :::: SEARCH :::: */
+.searchtip {
+    display: none;
+}
+
 ul.search {
     margin: 10px 0 0 20px;
     padding: 0;
@@ -429,8 +433,10 @@ div.admonition p.admonition-title + p {
 }
 
 div.seealso {
-    background-color: #ffc;
-    border: 1px solid #ff6;
+    background-color: #F3ECEF;
+    border: 1px solid #D8769A;
+    border-left: none;
+    border-right: none;
 }
 
 div.warning {
index c0c3f08d07ffca64690b4ef320f0934fbf0c4fde..70fc9f61e46df9ceddffa8f2cfebc75ffd15e74a 100644 (file)
@@ -10,9 +10,7 @@
   <li><a href="pkgs.html">Package list</a></li>
 {% endblock %}
 
-{% block sidebar1 %}
-{{ sidebar() }}
-{% endblock %}
+{% block sidebar1 %}{% endblock %}
 
 {% block sidebar2 %}
 {{ sidebar() }}
index 644c35862083051182df769f8d7825608b4da050..2f246c6eeac0dcdef86b719f1eceabb586a81620 100644 (file)
@@ -151,7 +151,7 @@ html_static_path = ['_static']
 html_use_modindex = False
 
 # If false, no index is generated.
-#html_use_index = True
+html_use_index = False
 
 # If true, the index is split into individual pages for each letter.
 #html_split_index = False
index 20d29d877207c13aef39dd9f0f3c3d1958ba2aea..38baa29488e5c014c75ca058b0035290197f9c18 100644 (file)
@@ -71,8 +71,8 @@ key that is used to sign the release files of this repository. Making
 APT happy again is easy:
 
 1. Get the key. Either download the `repository key from here
-   <_static/apsy.gse.uni-magdeburg.de.asc>`_
-   or fetch it from *subkeys.pgp.net* (2649A5A9).
+   <_static/neuro.debian.net.asc>`_
+   or fetch it from http://wwwkeys.pgp.net (2649A5A9).
 
 2. Now feed the key into APT by invoking::
 
index 5ea637e0f1fb14e027437e86227e48a783b16c59..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,2 +0,0 @@
-.. literalinclude:: ../../tools/makelivecd.sh
-  :language: sh