Browse Source

Update url for binder launch

refactoring
Matthias Volk 4 years ago
parent
commit
76586df65d
No known key found for this signature in database GPG Key ID: 83A57678F739FCD3
  1. 2
      doc/source/conf.py

2
doc/source/conf.py

@ -249,6 +249,6 @@ nbsphinx_prolog = """
<div class="admonition note"> <div class="admonition note">
Interactive version: Interactive version:
<span style="white-space: nowrap;"><a href="https://mybinder.org/v2/gh/m-hannah/stormpy/master?filepath=notebooks/{{ docname }}"><img alt="Binder badge" src="https://mybinder.org/badge_logo.svg" style="vertical-align:text-bottom"></a>.</span>
<span style="white-space: nowrap;"><a href="https://mybinder.org/v2/gh/movesrwth/stormpy/master?filepath=notebooks/{{ docname }}"><img alt="Binder badge" src="https://mybinder.org/badge_logo.svg" style="vertical-align:text-bottom"></a>.</span>
</div> </div>
""" """
Loading…
Cancel
Save