Skip to content

Commit e69ece4

Browse files
committed
DOC: update URL to documentation in setup.py
1 parent 9ce2e69 commit e69ece4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Sphinx, and adds the code description directives ``np:function``,
1111
``np-c:function``, etc. that support the Numpy docstring syntax.
1212

1313
- Development: https://github.com/numpy/numpydoc/
14-
- Documentation: https://numpydoc.readthedocs.org/
14+
- Documentation: https://numpydoc.readthedocs.io/
1515
- PyPI: https://pypi.python.org/pypi/numpydoc/
1616

1717

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def read(fname):
4545
keywords="sphinx numpy",
4646
author="Pauli Virtanen and others",
4747
author_email="pav@iki.fi",
48-
url="https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt",
48+
url="https://numpydoc.readthedocs.io",
4949
license="BSD",
5050
install_requires=["sphinx >= 1.2.3", 'Jinja2>=2.3'],
5151
package_data={'numpydoc': ['tests/test_*.py', 'templates/*.rst']},

0 commit comments

Comments
 (0)