Skip to content

Commit ae00aab

Browse files
committed
Merge pull request pypa#102 from cjerdonek/fix-dangling-footnote
Fix dangling footnote
2 parents 27d9aab + de13951 commit ae00aab

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

source/distributing.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ In the sections below, we'll reference the `PyPA sample project
4040
<https://github.com/pypa/sampleproject>`_. which exists as a companion to this
4141
tutorial.
4242

43+
For more information on creating projects, see the `Setuptools Docs
44+
<http://pythonhosted.org/setuptools/setuptools.html>`_
45+
4346

4447
Layout
4548
------

source/installing.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ We recommend the following installation sequence:
5353
virtualenv <DIR>
5454
source <DIR>/bin/activate
5555

56-
Using `pyvenv`_: [5]_
56+
Using `pyvenv`_: [4]_
5757

5858
::
5959

@@ -269,10 +269,7 @@ from the pip docs.
269269
the latest version this way, so in most cases, you'll want to use these
270270
instructions.
271271
272-
.. [4] For more information on creating projects, see the `Setuptools Docs
273-
<http://pythonhosted.org/setuptools/setuptools.html>`_
274-
275-
.. [5] Beginning with Python 3.4, ``pyvenv`` (a stdlib alternative to
272+
.. [4] Beginning with Python 3.4, ``pyvenv`` (a stdlib alternative to
276273
:ref:`virtualenv`) will create virtualenv environments with ``pip``
277274
pre-installed, thereby making it an equal alternative to
278275
:ref:`virtualenv`.

0 commit comments

Comments
 (0)