// Inject API members into the TOC in the sidebar. // This should be loaded in the localtoc.html template. $(function (){ $('div.section').each(function(index) { var $section = $(this), $tocitem = $('.sphinxlocaltoc li:has(> a.reference.internal[href="#' + $section.attr('id') + '"])'); $members = $('