Browse Source

Hide prompt in generated doc

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

6
doc/source/conf.py

@ -251,4 +251,10 @@ nbsphinx_prolog = """
Interactive version:
<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>
<style>
.nbinput .prompt,
.nboutput .prompt {
display: none;
}
</style>
"""
Loading…
Cancel
Save