Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
pyMOR
pymor
Commits
cb787bae
Commit
cb787bae
authored
Jun 13, 2022
by
Art Pelling
Browse files
change pymor urls to https
parent
57282f03
Changes
8
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
cb787bae
...
...
@@ -62,7 +62,7 @@ def setup_package():
'pymor-vis = pymor.scripts.pymor_vis:run'
,
],
},
url
=
'http://pymor.org'
,
url
=
'http
s
://pymor.org'
,
description
=
' '
,
python_requires
=
'>=3.8'
,
long_description
=
open
(
'README.md'
).
read
(),
...
...
src/pymor/algorithms/bernoulli.py
View file @
cb787bae
# This file is part of the pyMOR project (http://www.pymor.org).
# This file is part of the pyMOR project (http
s
://www.pymor.org).
# Copyright pyMOR developers and contributors. All rights reserved.
# License: BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause)
...
...
src/pymor/analyticalproblems/expressions.py
View file @
cb787bae
# This file is part of the pyMOR project (http://www.pymor.org).
# This file is part of the pyMOR project (http
s
://www.pymor.org).
# Copyright pyMOR developers and contributors. All rights reserved.
# License: BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause)
...
...
src/pymor/bindings/dunegdt.py
View file @
cb787bae
# -*- coding: utf-8 -*-
# This file is part of the pyMOR project (http://www.pymor.org).
# This file is part of the pyMOR project (http
s
://www.pymor.org).
# Copyright pyMOR developers and contributors. All rights reserved.
# License: BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause)
...
...
src/pymor/models/symplectic.py
View file @
cb787bae
# This file is part of the pyMOR project (http://www.pymor.org).
# This file is part of the pyMOR project (http
s
://www.pymor.org).
# Copyright pyMOR developers and contributors. All rights reserved.
# License: BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause)
...
...
src/pymordemos/unstable_heat.py
View file @
cb787bae
#!/usr/bin/env python
# This file is part of the pyMOR project (http://www.pymor.org).
# This file is part of the pyMOR project (http
s
://www.pymor.org).
# Copyright pyMOR developers and contributors. All rights reserved.
# License: BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause)
...
...
src/pymortests/algorithms/bernoulli.py
View file @
cb787bae
# This file is part of the pyMOR project (http://www.pymor.org).
# This file is part of the pyMOR project (http
s
://www.pymor.org).
# Copyright pyMOR developers and contributors. All rights reserved.
# License: BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause)
...
...
src/pymortests/iosys_add_sub_mul.py
View file @
cb787bae
# This file is part of the pyMOR project (http://www.pymor.org).
# This file is part of the pyMOR project (http
s
://www.pymor.org).
# Copyright pyMOR developers and contributors. All rights reserved.
# License: BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause)
...
...
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