From: Michael Hanke Date: Wed, 19 Aug 2009 15:17:46 +0000 (-0400) Subject: Final polish. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=866e65ab9426983ddfcf20aaf00cefb40df32bb3;p=neurodebian.git Final polish. --- diff --git a/sphinx/_static/neurodebian.css b/sphinx/_static/neurodebian.css index 2ac76d7..70c61ec 100644 --- a/sphinx/_static/neurodebian.css +++ b/sphinx/_static/neurodebian.css @@ -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 { diff --git a/sphinx/_templates/layout.html b/sphinx/_templates/layout.html index c0c3f08..70fc9f6 100644 --- a/sphinx/_templates/layout.html +++ b/sphinx/_templates/layout.html @@ -10,9 +10,7 @@
  • Package list
  • {% endblock %} -{% block sidebar1 %} -{{ sidebar() }} -{% endblock %} +{% block sidebar1 %}{% endblock %} {% block sidebar2 %} {{ sidebar() }} diff --git a/sphinx/conf.py b/sphinx/conf.py index 644c358..2f246c6 100644 --- a/sphinx/conf.py +++ b/sphinx/conf.py @@ -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 diff --git a/sphinx/index.rst b/sphinx/index.rst index 20d29d8..38baa29 100644 --- a/sphinx/index.rst +++ b/sphinx/index.rst @@ -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:: diff --git a/sphinx/livecd.rst b/sphinx/livecd.rst index 5ea637e..e69de29 100644 --- a/sphinx/livecd.rst +++ b/sphinx/livecd.rst @@ -1,2 +0,0 @@ -.. literalinclude:: ../../tools/makelivecd.sh - :language: sh