File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,6 @@ New releases are made using the following steps:
81
81
#. Check that the new release was built correctly on RTD _, delete the "stable"
82
82
version and select the new release as default version
83
83
84
- .. _twine : https://pypi.python. org/pypi /twine
84
+ .. _twine : https://pypi.org/project /twine/
85
85
.. _add release notes : https://github.com/sfstoolbox/sfs-python/tags
86
86
.. _RTD : http://readthedocs.org/projects/sfs-python/builds/
Original file line number Diff line number Diff line change 74
74
'python' : ('https://docs.python.org/3/' , None ),
75
75
'numpy' : ('https://docs.scipy.org/doc/numpy/' , None ),
76
76
'scipy' : ('https://docs.scipy.org/doc/scipy/reference/' , None ),
77
- 'matplotlib' : ('http ://matplotlib.org/' , None ),
77
+ 'matplotlib' : ('https ://matplotlib.org/' , None ),
78
78
}
79
79
80
80
plot_include_source = True
Original file line number Diff line number Diff line change @@ -546,7 +546,7 @@ def _count_walls_1d(a):
546
546
def spherical_hn2 (n , z ):
547
547
r"""Spherical Hankel function of 2nd kind.
548
548
549
- Defined as http ://dlmf.nist.gov/10.47.E6,
549
+ Defined as https ://dlmf.nist.gov/10.47.E6,
550
550
551
551
.. math::
552
552
You can’t perform that action at this time.
0 commit comments