Skip to content

Commit

Permalink
DOC: Update a few URIs
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Mar 12, 2019
1 parent eec07ed commit 552c306
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ New releases are made using the following steps:
#. Check that the new release was built correctly on RTD_, delete the "stable"
version and select the new release as default version

.. _twine: https://pypi.python.org/pypi/twine
.. _twine: https://pypi.org/project/twine/
.. _add release notes: https://github.com/sfstoolbox/sfs-python/tags
.. _RTD: http://readthedocs.org/projects/sfs-python/builds/
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
'python': ('https://docs.python.org/3/', None),
'numpy': ('https://docs.scipy.org/doc/numpy/', None),
'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None),
'matplotlib': ('http://matplotlib.org/', None),
'matplotlib': ('https://matplotlib.org/', None),
}

plot_include_source = True
Expand Down
2 changes: 1 addition & 1 deletion sfs/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ def _count_walls_1d(a):
def spherical_hn2(n, z):
r"""Spherical Hankel function of 2nd kind.
Defined as http://dlmf.nist.gov/10.47.E6,
Defined as https://dlmf.nist.gov/10.47.E6,
.. math::
Expand Down

0 comments on commit 552c306

Please sign in to comment.