Skip to content

Commit

Permalink
[1.0] Updated docs, bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoa committed Jul 22, 2013
1 parent 43cebab commit fa9e48c
Show file tree
Hide file tree
Showing 27 changed files with 316 additions and 407 deletions.
Binary file modified doc_src/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified doc_src/_build/doctrees/getting_started.doctree
Binary file not shown.
Binary file modified doc_src/_build/doctrees/index.doctree
Binary file not shown.
Binary file modified doc_src/_build/doctrees/installation.doctree
Binary file not shown.
Binary file modified doc_src/_build/doctrees/settings.doctree
Binary file not shown.
Binary file modified doc_src/_build/doctrees/templatefallback.doctree
Binary file not shown.
Binary file modified doc_src/_build/doctrees/templatetags.doctree
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: a5db1f8ba3019457354364bea4d2d217
tags: fbb0d17656682115ca4d033fb2f83ba1
config: 23f0d71684517829ed7bc3c2ccf3a47b
tags: a205e9ed8462ae86fdd2f73488852ba9
2 changes: 1 addition & 1 deletion docs/_static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- basic theme.
*
* :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down
16 changes: 2 additions & 14 deletions docs/_static/doctools.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Sphinx JavaScript utilities for all documentation.
*
* :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down Expand Up @@ -32,7 +32,7 @@ if (!window.console || !console.firebug) {
*/
jQuery.urldecode = function(x) {
return decodeURIComponent(x).replace(/\+/g, ' ');
}
};

/**
* small helper function to urlencode strings
Expand Down Expand Up @@ -61,18 +61,6 @@ jQuery.getQueryParameters = function(s) {
return result;
};

/**
* small function to check if an array contains
* a given item.
*/
jQuery.contains = function(arr, item) {
for (var i = 0; i < arr.length; i++) {
if (arr[i] == item)
return true;
}
return false;
};

/**
* highlight a given string on a jquery object by wrapping it in
* span elements with the given class name.
Expand Down
158 changes: 4 additions & 154 deletions docs/_static/jquery.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/_static/pygments.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
.highlight .gr { color: #FF0000 } /* Generic.Error */
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #00A000 } /* Generic.Inserted */
.highlight .go { color: #303030 } /* Generic.Output */
.highlight .go { color: #333333 } /* Generic.Output */
.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.highlight .gt { color: #0040D0 } /* Generic.Traceback */
.highlight .gt { color: #0044DD } /* Generic.Traceback */
.highlight .kc { color: #007020; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */
Expand Down
Loading

0 comments on commit fa9e48c

Please sign in to comment.