]> git.donarmstrong.com Git - neurodebian.git/blobdiff - sphinx/faq.rst
Reduce use of 'raw:: html' and do native RST
[neurodebian.git] / sphinx / faq.rst
index 2c736aee384e6def0ce55ac326bdfe88ec64cdb2..1249930f1703853127d93216d9c3b18070a0f866 100644 (file)
@@ -8,6 +8,10 @@
 Frequently Asked Questions
 **************************
 
+.. raw:: html
+
+  <div class="expandinstructions">Click on an item to expand it</div>
+
 Why NeuroDebian?
   In the course of our own research endeavors |we| have joined forces to
   develop `PyMVPA -- a Python framework for multivariate pattern analysis of
@@ -21,11 +25,13 @@ Why NeuroDebian?
 
 
 Why is NeuroDebian not a Pure Blend?
-  Because there is no need for it to become one, as the existing Debian Pure
-  Blends already offer the desired functionality *within* Debian. Similar to
-  Pure Blends, NeuroDebian's goal is to provide software for neuroscientists
-  using the Debian operating system, and therefore the ultimate goal is to get
-  all relevant software **into Debian**.
+  This is in the works, but...
+
+  There is no need for it to become one, as the existing Debian Pure Blends
+  already offer the desired functionality *within* Debian. Similar to Pure
+  Blends, NeuroDebian's goal is to provide software for neuroscientists using
+  the Debian operating system, and therefore the ultimate goal is to get all
+  relevant software **into Debian**.
 
   However, various reasons exist that prevent a particular software from
   entering Debian. Some are temporary, i.e. a package is already useable, but
@@ -167,13 +173,3 @@ How can I cite NeuroDebian?
 
 .. include:: link_names.txt
 .. include:: substitutions.txt
-
-.. raw:: html
-
-  <script type="text/javascript">
-  $('dt').click(function(e){
-      $(this).nextUntil('dt').toggle();
-  });
-  $('dd').hide();
-  </script>
-