diff --git a/README.rst b/README.rst index 4e3d0430ab2cad583e0f9d5dd0c5a3c013680d96..95400fe831fef6fc268219dc9ada29bc29460bc7 100644 --- a/README.rst +++ b/README.rst @@ -18,26 +18,26 @@ and accurately. It relies on -* `numpy <http://pypi.org/project/numpy>`_ for arrays -* `modepy <http://pypi.org/project/modepy>`_ for modes and nodes on simplices -* `meshmode <http://pypi.org/project/meshmode>`_ for modes and nodes on simplices -* `loopy <http://pypi.org/project/loopy>`_ for fast array operations -* `leap <http://pypi.org/project/leap>`_ for time integration -* `dagrt <http://pypi.org/project/dagrt>`_ as an execution runtime -* `pytest <http://pypi.org/project/pytest>`_ for automated testing +* `numpy <https://pypi.org/project/numpy>`_ for arrays +* `modepy <https://pypi.org/project/modepy>`_ for modes and nodes on simplices +* `meshmode <https://pypi.org/project/meshmode>`_ for modes and nodes on simplices +* `loopy <https://pypi.org/project/loopy>`_ for fast array operations +* `leap <https://pypi.org/project/leap>`_ for time integration +* `dagrt <https://pypi.org/project/dagrt>`_ as an execution runtime +* `pytest <https://pypi.org/project/pytest>`_ for automated testing and, indirectly, -* `PyOpenCL <http://pypi.org/project/pyopencl>`_ as computational infrastructure +* `PyOpenCL <https://pypi.org/project/pyopencl>`_ as computational infrastructure PyOpenCL is likely the only package you'll have to install by hand, all the others will be installed automatically. .. image:: https://badge.fury.io/py/grudge.png - :target: http://pypi..org/project/grudge + :target: https://pypi..org/project/grudge Resources: -* `documentation <http://documen.tician.de/grudge>`_ -* `wiki home page <http://wiki.tiker.net/Grudge>`_ -* `source code via git <http://gitlab.tiker.net/inducer/grudge>`_ +* `documentation <https://documen.tician.de/grudge>`_ +* `wiki home page <https://wiki.tiker.net/Grudge>`_ +* `source code via git <https://gitlab.tiker.net/inducer/grudge>`_ diff --git a/contrib/maxima/cns.mac b/contrib/maxima/cns.mac index 7bf5640f95fdbfeeb49e5d3c546a747761e0e456..7ae1a13bd1a09a884d873b8f0835af465fd5d16f 100644 --- a/contrib/maxima/cns.mac +++ b/contrib/maxima/cns.mac @@ -1,5 +1,5 @@ /* compare formulation in JSH/TW with - * http://en.wikipedia.org/wiki/Navier%E2%80%93Stokes_equations#Compressible_flow_of_Newtonian_fluids + * https://en.wikipedia.org/wiki/Navier%E2%80%93Stokes_equations#Compressible_flow_of_Newtonian_fluids */ kill(all); diff --git a/contrib/maxima/pml.mac b/contrib/maxima/pml.mac index 0068fac2ef46731542875d57f02435c4a83c56bc..e65eaf1da85dacd609cda749dd49ed2bb56df4cb 100644 --- a/contrib/maxima/pml.mac +++ b/contrib/maxima/pml.mac @@ -4,7 +4,7 @@ load("maxwellbase.mac"); /* See S.G. Johnson, “Notes on Perfectly Matched Layers,†2008; -http://math.mit.edu/~stevenj/18.369/pml.pdf. +https://math.mit.edu/~stevenj/18.369/pml.pdf. */ coords:[x,y,z]; diff --git a/doc/Makefile b/doc/Makefile index 7f8ed545e0a8499aa11972ee64ade230a4740510..e092de694ec5f75f5fcf4b1f321e7c33d57ee573 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -9,7 +9,7 @@ BUILDDIR = _build # User-friendly check for sphinx-build ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1) -$(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/) +$(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from https://sphinx-doc.org/) endif # Internal variables. diff --git a/grudge/tools.py b/grudge/tools.py index 4872962e521c5b2a512111589c699b7a11bb28f0..25018b530ccf1748f20c4a04191bcacf8e622799 100644 --- a/grudge/tools.py +++ b/grudge/tools.py @@ -130,7 +130,7 @@ def partial_to_all_subset_indices(subsets, base=0): # {{{ OrderedSet -# Source: http://code.activestate.com/recipes/576694-orderedset/ +# Source: https://code.activestate.com/recipes/576694-orderedset/ # Author: Raymond Hettinger # License: MIT diff --git a/setup.py b/setup.py index e8b61ae17ac995d35538a64a7b836b215ef79209..0393328612aeb5dc42282154eee9dee370964eb3 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def main(): author="Andreas Kloeckner", author_email="inform@tiker.net", license="MIT", - url="http://github.com/inducer/grudge", + url="https://github.com/inducer/grudge", classifiers=[ 'Development Status :: 3 - Alpha', 'Intended Audience :: Developers',