diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-08-19 01:48:52 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-08-19 01:48:52 -0700 |
| commit | 9ce94ffb2ee4e09d106bc490fe89f6e9c1b555f4 (patch) | |
| tree | 84a74bb86aadd6b64ee31db6e1fd850882d31d80 /docs/narr/project.rst | |
| parent | 5488da0d165468199f0d07a2ca579b86617fad72 (diff) | |
| download | pyramid-9ce94ffb2ee4e09d106bc490fe89f6e9c1b555f4.tar.gz pyramid-9ce94ffb2ee4e09d106bc490fe89f6e9c1b555f4.tar.bz2 pyramid-9ce94ffb2ee4e09d106bc490fe89f6e9c1b555f4.zip | |
Fix broken links from linkcheck, exclude localhost from check
Diffstat (limited to 'docs/narr/project.rst')
| -rw-r--r-- | docs/narr/project.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst index 5234d89d1..1cd36dbf6 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -741,7 +741,7 @@ testing, as well as distributing your application. distribute their reusable code. You can read more about ``setup.py`` files and their usage in the `Python Packaging User Guide <https://packaging.python.org/>`_ and `Setuptools documentation - <http://pythonhosted.org/setuptools/>`_. + <https://setuptools.readthedocs.io/en/latest/>`_. Our generated ``setup.py`` looks like this: @@ -1122,7 +1122,7 @@ inotify support By default ``hupper`` will poll the filesystem for changes to all Python code. This can be pretty inefficient in larger projects. To be nicer to your hard drive, you should install the -`watchdog <http://pythonhosted.org/watchdog/>`_ package in development. +`watchdog <https://pythonhosted.org/watchdog/>`_ package in development. ``hupper`` will automatically use ``watchdog`` to more efficiently poll the filesystem. |
