aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/img/autocomplete.pngbin58140 -> 0 bytes
-rw-r--r--docs_theme/base.html1
-rwxr-xr-xdocs_theme/css/bootstrap-responsive.css (renamed from docs/css/bootstrap-responsive.css)0
-rwxr-xr-xdocs_theme/css/bootstrap.css (renamed from docs/css/bootstrap.css)0
-rw-r--r--docs_theme/css/default.css (renamed from docs/css/default.css)0
-rw-r--r--docs_theme/css/prettify.css (renamed from docs/css/prettify.css)0
-rw-r--r--docs_theme/img/favicon.ico (renamed from docs/img/favicon.ico)bin2238 -> 2238 bytes
-rw-r--r--docs_theme/img/glyphicons-halflings-white.png (renamed from docs/img/glyphicons-halflings-white.png)bin8777 -> 8777 bytes
-rw-r--r--docs_theme/img/glyphicons-halflings.png (renamed from docs/img/glyphicons-halflings.png)bin12799 -> 12799 bytes
-rw-r--r--docs_theme/img/grid.png (renamed from docs/img/grid.png)bin1458 -> 1458 bytes
-rwxr-xr-xdocs_theme/js/bootstrap-2.1.1-min.js (renamed from docs/js/bootstrap-2.1.1-min.js)0
-rw-r--r--docs_theme/js/jquery-1.8.1-min.js (renamed from docs/js/jquery-1.8.1-min.js)0
-rw-r--r--docs_theme/js/prettify-1.0.js (renamed from docs/js/prettify-1.0.js)0
-rw-r--r--docs_theme/js/theme.js5
14 files changed, 6 insertions, 0 deletions
diff --git a/docs/img/autocomplete.png b/docs/img/autocomplete.png
deleted file mode 100644
index 29075b25..00000000
--- a/docs/img/autocomplete.png
+++ /dev/null
Binary files differ
diff --git a/docs_theme/base.html b/docs_theme/base.html
index 25bd33ef..b3066eb3 100644
--- a/docs_theme/base.html
+++ b/docs_theme/base.html
@@ -169,6 +169,7 @@
<script src="{{ base_url }}/js/jquery-1.8.1-min.js"></script>
<script src="{{ base_url }}/js/prettify-1.0.js"></script>
<script src="{{ base_url }}/js/bootstrap-2.1.1-min.js"></script>
+ <script src="{{ base_url }}/js/theme.js"></script>
<script>
//$('.side-nav').scrollspy()
diff --git a/docs/css/bootstrap-responsive.css b/docs_theme/css/bootstrap-responsive.css
index a8caf451..a8caf451 100755
--- a/docs/css/bootstrap-responsive.css
+++ b/docs_theme/css/bootstrap-responsive.css
diff --git a/docs/css/bootstrap.css b/docs_theme/css/bootstrap.css
index 53df6859..53df6859 100755
--- a/docs/css/bootstrap.css
+++ b/docs_theme/css/bootstrap.css
diff --git a/docs/css/default.css b/docs_theme/css/default.css
index 8c9cd536..8c9cd536 100644
--- a/docs/css/default.css
+++ b/docs_theme/css/default.css
diff --git a/docs/css/prettify.css b/docs_theme/css/prettify.css
index d437aff6..d437aff6 100644
--- a/docs/css/prettify.css
+++ b/docs_theme/css/prettify.css
diff --git a/docs/img/favicon.ico b/docs_theme/img/favicon.ico
index 917892ad..917892ad 100644
--- a/docs/img/favicon.ico
+++ b/docs_theme/img/favicon.ico
Binary files differ
diff --git a/docs/img/glyphicons-halflings-white.png b/docs_theme/img/glyphicons-halflings-white.png
index 3bf6484a..3bf6484a 100644
--- a/docs/img/glyphicons-halflings-white.png
+++ b/docs_theme/img/glyphicons-halflings-white.png
Binary files differ
diff --git a/docs/img/glyphicons-halflings.png b/docs_theme/img/glyphicons-halflings.png
index a9969993..a9969993 100644
--- a/docs/img/glyphicons-halflings.png
+++ b/docs_theme/img/glyphicons-halflings.png
Binary files differ
diff --git a/docs/img/grid.png b/docs_theme/img/grid.png
index 878c3ed5..878c3ed5 100644
--- a/docs/img/grid.png
+++ b/docs_theme/img/grid.png
Binary files differ
diff --git a/docs/js/bootstrap-2.1.1-min.js b/docs_theme/js/bootstrap-2.1.1-min.js
index e0b220f4..e0b220f4 100755
--- a/docs/js/bootstrap-2.1.1-min.js
+++ b/docs_theme/js/bootstrap-2.1.1-min.js
diff --git a/docs/js/jquery-1.8.1-min.js b/docs_theme/js/jquery-1.8.1-min.js
index 3b8d15d0..3b8d15d0 100644
--- a/docs/js/jquery-1.8.1-min.js
+++ b/docs_theme/js/jquery-1.8.1-min.js
diff --git a/docs/js/prettify-1.0.js b/docs_theme/js/prettify-1.0.js
index eef5ad7e..eef5ad7e 100644
--- a/docs/js/prettify-1.0.js
+++ b/docs_theme/js/prettify-1.0.js
diff --git a/docs_theme/js/theme.js b/docs_theme/js/theme.js
new file mode 100644
index 00000000..73607be5
--- /dev/null
+++ b/docs_theme/js/theme.js
@@ -0,0 +1,5 @@
+$(function(){
+
+ $('pre code').parent().addClass('prettyprint well');
+
+});