Skip to content

Commit 4514b43

Browse files
committed
Fix references with wrong link text
The "easy_install" references links to a section with "setuptools" as the title. This title is then used as the link text, making the section incomprehensible for people not familiar with the relationship between pip, easy_install, and setuptools.
1 parent 886be54 commit 4514b43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/discussions/pip-vs-easy-install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ pip vs easy_install
66
===================
77

88

9-
`easy_install` was released in 2004, as part of :ref:`setuptools`. It was
9+
:ref:`easy_install <easy_install>` was released in 2004, as part of :ref:`setuptools`. It was
1010
notable at the time for installing :term:`packages <Distribution Package>` from
1111
:term:`PyPI <Python Package Index (PyPI)>` using requirement specifiers, and
1212
automatically installing dependencies.
1313

14-
:ref:`pip` came later in 2008, as alternative to `easy_install`, although still
14+
:ref:`pip` came later in 2008, as alternative to :ref:`easy_install <easy_install>`, although still
1515
largely built on top of :ref:`setuptools` components. It was notable at the
1616
time for *not* installing packages as :term:`Eggs <Egg>` or from :term:`Eggs <Egg>` (but
1717
rather simply as 'flat' packages from :term:`sdists <Source Distribution (or

0 commit comments

Comments
 (0)