]> git.donarmstrong.com Git - neurodebian.git/blobdiff - sphinx/_templates/page.html
ENH: Sortable availability tables
[neurodebian.git] / sphinx / _templates / page.html
index 9add6e2828e3d95b36abfc16e5d940a1165ff3c6..a3a8f7382458cac14d829a7494077fd0dc110f1a 100644 (file)
@@ -4,6 +4,13 @@
 <!-- HEADNOTES -->
 {{ super() }}
 
+<script type="text/javascript">
+$(document).ready(function() 
+    {
+        $(".package-availability table").tablesorter();
+    }
+);
+</script>
 
 <h2>Comments</h2>
 <div id="disqus_thread"></div>
 </script>
 <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript=neurodebian">comments powered by Disqus.</a></noscript>
 <a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
+
+<script type="text/javascript">
+var disqus_shortname = 'neurodebian';
+(function () {
+  var s = document.createElement('script'); s.async = true;
+  s.src = 'http://disqus.com/forums/neurodebian/count.js';
+  (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
+}());
+</script>
+
 {% endblock %}