diff options
| author | Steve Piercy <web@stevepiercy.com> | 2017-06-27 01:05:41 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2017-06-27 01:05:41 -0700 |
| commit | a816a883492d530c50183e92d5a43fab07181114 (patch) | |
| tree | fd0e41d3da66c06b440ea06e32f300479972954a /docs/narr/project.rst | |
| parent | 3fbd22d14c051d5af5001cbf954debbf7cd4b29d (diff) | |
| download | pyramid-a816a883492d530c50183e92d5a43fab07181114.tar.gz pyramid-a816a883492d530c50183e92d5a43fab07181114.tar.bz2 pyramid-a816a883492d530c50183e92d5a43fab07181114.zip | |
Update all external links per `make linkcheck`
- Most are changing http to https, or readthedocs.org to readthedocs.io,
and some for Python packaging reorganizing some docs into tutorials,
as well as miscellaneous changes.
Diffstat (limited to 'docs/narr/project.rst')
| -rw-r--r-- | docs/narr/project.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst index e6c3a45ba..1de8c301c 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -740,7 +740,7 @@ testing, as well as distributing your application. ``setup.py`` is the de facto standard which Python developers use to 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/en/latest/>`_ and `Setuptools documentation + <https://packaging.python.org/>`_ and `Setuptools documentation <http://pythonhosted.org/setuptools/>`_. Our generated ``setup.py`` looks like this: |
