Skip to content

Commit

Permalink
0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
danbradham committed Nov 30, 2018
1 parent 3a63227 commit 5dd8369
Show file tree
Hide file tree
Showing 29 changed files with 1,048 additions and 2,819 deletions.
Binary file modified docs/doctrees/api.doctree
Binary file not shown.
Binary file modified docs/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/doctrees/guide.doctree
Binary file not shown.
Binary file modified docs/doctrees/index.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/html/.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: 5b5c1633ac796df4853c0f20f77441ff
config: 08363f87a0d9245a9f6276e9aa061bc0
tags: 645f666f9bcd5a90fca523b33c5a78b7
3 changes: 2 additions & 1 deletion docs/html/_static/css/badge_only.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions docs/html/_static/css/theme.css

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions docs/html/_static/doctools.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@ jQuery.fn.highlightText = function(text, className) {
if (node.nodeType === 3) {
var val = node.nodeValue;
var pos = val.toLowerCase().indexOf(text);
if (pos >= 0 &&
!jQuery(node.parentNode).hasClass(className) &&
!jQuery(node.parentNode).hasClass("nohighlight")) {
if (pos >= 0 && !jQuery(node.parentNode).hasClass(className)) {
var span;
var isInSVG = jQuery(node).closest("body, svg, foreignObject").is("svg");
if (isInSVG) {
Expand Down
2 changes: 1 addition & 1 deletion docs/html/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '0.2.2',
VERSION: '0.2.4',
LANGUAGE: 'None',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
Expand Down
Binary file modified docs/html/_static/fonts/Inconsolata-Bold.ttf
Binary file not shown.
Binary file modified docs/html/_static/fonts/Inconsolata-Regular.ttf
Binary file not shown.
Binary file removed docs/html/_static/fonts/Lato-BoldItalic.ttf
Binary file not shown.
Binary file removed docs/html/_static/fonts/Lato-Italic.ttf
Binary file not shown.
Binary file modified docs/html/_static/fonts/fontawesome-webfont.eot
Binary file not shown.
Loading

0 comments on commit 5dd8369

Please sign in to comment.