Browse Source

fixed typo

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

4
Dockerfile

@ -39,5 +39,5 @@ RUN pip install --no-cache-dir notebook==5.7.9
##########
RUN mkdir doc
#COPY doc/source/*.ipynb doc
COPY doc/source/doc/*.ipynb doc
COPY doc/source/*.ipynb doc/
COPY doc/source/doc/*.ipynb doc/

2
doc/source/conf.py

@ -249,6 +249,6 @@ nbsphinx_prolog = """
<div class="admonition note">
Interactive online 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/m-hannah/stormpy/master?filepath={{ docname }}"><img alt="Binder badge" src="https://mybinder.org/badge_logo.svg" style="vertical-align:text-bottom"></a>.</span>
</div>
"""
Loading…
Cancel
Save