File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 5050 <a class="reference external" href="https://github.com/spatialaudio/nbsphinx/blob/{{ env.config.release|e }}/{{ docname|e }}">{{ docname|e }}</a>.
5151 Interactive online version:
5252 <span style="white-space: nowrap;"><a href="https://mybinder.org/v2/gh/spatialaudio/nbsphinx/{{ env.config.release|e }}?filepath={{ docname|e }}"><img alt="Binder badge" src="https://mybinder.org/badge_logo.svg" style="vertical-align:text-bottom"></a>.</span>
53+ <a href="{{ env.docname.split('/')|last|e + '.ipynb' }}" class="reference download internal" download>Download notebook</a>.
5354 <script>
5455 if (document.location.host) {
5556 let nbviewer_link = document.createElement('a');
5960 window.location.host +
6061 window.location.pathname.slice(0, -4) +
6162 'ipynb');
62- nbviewer_link.innerHTML = 'View in <em>nbviewer</em>';
63+ nbviewer_link.innerHTML = 'Or view it on <em>nbviewer</em>';
6364 nbviewer_link.classList.add('reference');
6465 nbviewer_link.classList.add('external');
6566 document.currentScript.replaceWith(nbviewer_link, '.');
You can’t perform that action at this time.
0 commit comments