first import book

This commit is contained in:
Johann Dreo 2015-03-03 15:56:44 +01:00
commit dfd9c869d5
233 changed files with 47797 additions and 0 deletions

4
book/common/js/jquery-fix.js vendored Normal file
View file

@ -0,0 +1,4 @@
// The Bootstrap-based Sphinx theme uses $jqTheme
// Setting $ is needed to override the (old!) version of jQuery packaged with Sphinx
var $jqTheme = jQuery.noConflict();
var $ = jQuery.noConflict();