From 1a595c00ef691088b7b8389c189bd22c17b2e82a Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Tue, 8 Dec 2015 15:23:54 -0500 Subject: [PATCH] DOC: Fix formatting in homebrew link. --- docs/source/install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/install.rst b/docs/source/install.rst index 30ae6360..cfe4c2fb 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -78,8 +78,7 @@ has a number of quirks because it's used directly by the operating system. For these reasons, many developers choose to install and use a separate Python installation. The `Hitchhiker's Guide to Python`_ provides an excellent guide to `Installing Python on OSX `_, which -explains how to install Python with the [Homebrew](http://brew.sh/) package -manager. +explains how to install Python with the `Homebrew`_ manager. Assuming you've installed Python with Homebrew, you'll also likely need the following brew packages: @@ -128,3 +127,4 @@ channel: .. _`RHEL-derived`: https://en.wikipedia.org/wiki/Red_Hat_Enterprise_Linux_derivatives .. _`Arch Linux` : https://www.archlinux.org/ .. _`Hitchhiker's Guide to Python` : http://docs.python-guide.org/en/latest/ +.. _`Homebrew` : http://brew.sh