Skip to content

Commit

Permalink
Merge pull request #1205 from TiKeil/tutorial_optimization
Browse files Browse the repository at this point in the history
Tutorial for optimization
  • Loading branch information
sdrave committed Dec 9, 2020
2 parents 4b84e1e + a040d4b commit d954e0c
Show file tree
Hide file tree
Showing 4 changed files with 842 additions and 1 deletion.
1 change: 1 addition & 0 deletions .ci/azure/pipeline-win.yml
Expand Up @@ -2,6 +2,7 @@ jobs:
- job: 'Windows_CI'
pool:
vmImage: 'windows-2019'
timeoutInMinutes: 75
variables:
PYMOR_HYPOTHESIS_PROFILE: ci
strategy:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/try_on_binder.py
Expand Up @@ -31,7 +31,7 @@ def html_visit_binder_link_node(self, node):
<a href=\"{node['target']}\">Click here</a> to run this tutorial on mybinder.org: <a href=\"{node['target']}\">
<img src=\"{node['badge']}\" alt=\"try on mybinder.org\">
</a><br/>
<emph>Please note that starting the notebook server make take a couple of minutes.</emph>
<emph>Please note that starting the notebook server may take a couple of minutes.</emph>
</div>
'''
self.body.append(html)
Expand Down

0 comments on commit d954e0c

Please sign in to comment.