Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
P
pymor
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Insights
Issue
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
pyMOR
pymor
Commits
d954e0c9
Unverified
Commit
d954e0c9
authored
Dec 09, 2020
by
Stephan Rave
Committed by
GitHub
Dec 09, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1205 from TiKeil/tutorial_optimization
Tutorial for optimization
parents
4b84e1e4
a040d4b1
Pipeline
#70075
failed with stages
in 36 minutes and 33 seconds
Changes
4
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
842 additions
and
1 deletion
+842
-1
.ci/azure/pipeline-win.yml
.ci/azure/pipeline-win.yml
+1
-0
docs/source/try_on_binder.py
docs/source/try_on_binder.py
+1
-1
docs/source/tutorial_optimization.rst
docs/source/tutorial_optimization.rst
+839
-0
docs/source/tutorials.rst
docs/source/tutorials.rst
+1
-0
No files found.
.ci/azure/pipeline-win.yml
View file @
d954e0c9
...
...
@@ -2,6 +2,7 @@ jobs:
-
job
:
'
Windows_CI'
pool
:
vmImage
:
'
windows-2019'
timeoutInMinutes
:
75
variables
:
PYMOR_HYPOTHESIS_PROFILE
:
ci
strategy
:
...
...
docs/source/try_on_binder.py
View file @
d954e0c9
...
...
@@ -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 ma
ke
take a couple of minutes.</emph>
<emph>Please note that starting the notebook server ma
y
take a couple of minutes.</emph>
</div>
'''
self
.
body
.
append
(
html
)
...
...
docs/source/tutorial_optimization.rst
0 → 100644
View file @
d954e0c9
This diff is collapsed.
Click to expand it.
docs/source/tutorials.rst
View file @
d954e0c9
...
...
@@ -8,4 +8,5 @@ pyMOR Tutorials
tutorial_lti_systems
tutorial_bt
tutorial_mor_with_anns
tutorial_optimization
tutorial_external_solver
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment