(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i= 0 ; --i) { nodeClone.removeChild(linenumNodes[i]) } // Copy the filetered content to the clipboard let srcText = nodeClone.textContent navigator.clipboard.writeText(srcText).then(function() { boxCopy.textContent = "Copied" boxCopy.classList.add("src-copied") setTimeout(function() { boxCopy.textContent = "Copy" boxCopy.classList.remove("src-copied") }, 2000); }); } srcContrainer.prepend(boxCopy); } }); // Equivalent of Jquery $.ready function docReady(fn) { // see if DOM is already available if (document.readyState === "complete" || document.readyState === "interactive") { // call on next available tick setTimeout(fn, 1); } else { document.addEventListener("DOMContentLoaded", fn); } } // function collapse_toc_elements_on_click (nav_li_a){ // /* // When an `a' element in the TOC is clicked, its parent // `li' element's active attribute is toggled. This causes // the element to toggle between minimized and maximized // states. The active attribute is documented in bootstrap. // https://getbootstrap.com/docs/4.0/components/navbar/#nav // */ // $(nav_li_a).parent().toggleClass("active"); // } // $( document ).ready(function() { // // When the document is loaded and ready, bind the // // function `collapse_toc_elements_on_click' to the // // `a' elements in the table of contents. // $("#text-table-of-contents a").click(function() { // collapse_toc_elements_on_click(this); // }); // }); // $( document ).ready(function() { // // Shift nav in mobile when clicking the menu. // $(document).on('click', "[data-toggle='wy-nav-top']", function() { // $("[data-toggle='wy-nav-shift']").toggleClass("shift"); // $("[data-toggle='rst-versions']").toggleClass("shift"); // }); // // Close menu when you click a link. // $(document).on('click', ".wy-menu-vertical .current ul li a", function() { // $("[data-toggle='wy-nav-shift']").removeClass("shift"); // $("[data-toggle='rst-versions']").toggleClass("shift"); // }); // $(document).on('click', "[data-toggle='rst-current-version']", function() { // $("[data-toggle='rst-versions']").toggleClass("shift-up"); // }); // // Make tables responsive // $("table.docutils:not(.field-list)").wrap("
"); // }); // $( document ).ready(function() { // $('#text-table-of-contents ul').first().addClass('nav'); // // ScrollSpy also requires that we use // // a Bootstrap nav component. // $('body').scrollspy({target: '#text-table-of-contents'}); // // DON'T add sticky table headers (Fix issue #69?) // // $('table').stickyTableHeaders(); // // set the height of tableOfContents // var $postamble = $('#postamble'); // var $tableOfContents = $('#table-of-contents'); // $tableOfContents.css({paddingBottom: $postamble.outerHeight()}); // // add TOC button // var toggleSidebar = $('

Table of Contents

'); // $('#content').prepend(toggleSidebar); // // add close button when sidebar showed in mobile screen // var closeBtn = $('Close'); // var tocTitle = $('#table-of-contents').find('h2'); // tocTitle.append(closeBtn); // }); // window.SphinxRtdTheme = (function (jquery) { // var stickyNav = (function () { // var navBar, // win, // stickyNavCssClass = 'stickynav', // applyStickNav = function () { // if (navBar.height() <= win.height()) { // navBar.addClass(stickyNavCssClass); // } else { // navBar.removeClass(stickyNavCssClass); // } // }, // enable = function () { // applyStickNav(); // win.on('resize', applyStickNav); // }, // init = function () { // navBar = jquery('nav.wy-nav-side:first'); // win = jquery(window); // }; // jquery(init); // return { // enable : enable // }; // }()); // return { // StickyNav : stickyNav // }; // }($)); },{}]},{},[1]);