-'''
-Created on Aug 18, 2014
-
-@author: akusoka1
-'''
-
-from elm import ELM
-' + _('Hide Search Matches') + '
') - .appendTo($('#searchbox')); - } - }, - - /** - * init the domain index toggle buttons - */ - initIndexTable : function() { - var togglers = $('img.toggler').click(function() { - var src = $(this).attr('src'); - var idnum = $(this).attr('id').substr(7); - $('tr.cg-' + idnum).toggle(); - if (src.substr(-9) == 'minus.png') - $(this).attr('src', src.substr(0, src.length-9) + 'plus.png'); - else - $(this).attr('src', src.substr(0, src.length-8) + 'minus.png'); - }).css('display', ''); - if (DOCUMENTATION_OPTIONS.COLLAPSE_INDEX) { - togglers.click(); - } - }, - - /** - * helper function to hide the search marks again - */ - hideSearchWords : function() { - $('#searchbox .highlight-link').fadeOut(300); - $('span.highlighted').removeClass('highlighted'); - }, - - /** - * make the url absolute - */ - makeURL : function(relativeURL) { - return DOCUMENTATION_OPTIONS.URL_ROOT + '/' + relativeURL; - }, - - /** - * get the current relative url - */ - getCurrentURL : function() { - var path = document.location.pathname; - var parts = path.split(/\//); - $.each(DOCUMENTATION_OPTIONS.URL_ROOT.split(/\//), function() { - if (this == '..') - parts.pop(); - }); - var url = parts.join('/'); - return path.substring(url.lastIndexOf('/') + 1, path.length - 1); - } -}; - -// quick alias for translations -_ = Documentation.gettext; - -$(document).ready(function() { - Documentation.init(); -}); diff --git a/develop/_Sphinx/doc/_build/html/_static/down-pressed.png b/develop/_Sphinx/doc/_build/html/_static/down-pressed.png deleted file mode 100755 index 6f7ad78..0000000 Binary files a/develop/_Sphinx/doc/_build/html/_static/down-pressed.png and /dev/null differ diff --git a/develop/_Sphinx/doc/_build/html/_static/down.png b/develop/_Sphinx/doc/_build/html/_static/down.png deleted file mode 100755 index 3003a88..0000000 Binary files a/develop/_Sphinx/doc/_build/html/_static/down.png and /dev/null differ diff --git a/develop/_Sphinx/doc/_build/html/_static/file.png b/develop/_Sphinx/doc/_build/html/_static/file.png deleted file mode 100755 index d18082e..0000000 Binary files a/develop/_Sphinx/doc/_build/html/_static/file.png and /dev/null differ diff --git a/develop/_Sphinx/doc/_build/html/_static/jquery.js b/develop/_Sphinx/doc/_build/html/_static/jquery.js deleted file mode 100755 index e2efc33..0000000 --- a/develop/_Sphinx/doc/_build/html/_static/jquery.js +++ /dev/null @@ -1,9404 +0,0 @@ -/*! - * jQuery JavaScript Library v1.7.2 - * http://jquery.com/ - * - * Copyright 2011, John Resig - * Dual licensed under the MIT or GPL Version 2 licenses. - * http://jquery.org/license - * - * Includes Sizzle.js - * http://sizzlejs.com/ - * Copyright 2011, The Dojo Foundation - * Released under the MIT, BSD, and GPL Licenses. - * - * Date: Fri Jul 5 14:07:58 UTC 2013 - */ -(function( window, undefined ) { - -// Use the correct document accordingly with window argument (sandbox) -var document = window.document, - navigator = window.navigator, - location = window.location; -var jQuery = (function() { - -// Define a local copy of jQuery -var jQuery = function( selector, context ) { - // The jQuery object is actually just the init constructor 'enhanced' - return new jQuery.fn.init( selector, context, rootjQuery ); - }, - - // Map over jQuery in case of overwrite - _jQuery = window.jQuery, - - // Map over the $ in case of overwrite - _$ = window.$, - - // A central reference to the root jQuery(document) - rootjQuery, - - // A simple way to check for HTML strings or ID strings - // Prioritize #id over| t |
|
-
|
-
|
-
|
-
|
-
|
-