From d2570959767917b5b40ad6a4da7297a2844b4a8b Mon Sep 17 00:00:00 2001 From: Sam Doran Date: Fri, 31 Aug 2018 12:12:12 -0400 Subject: [PATCH] Change Mac OSX to macOS in installation docs (#44971) * Change Mac OSX to macOS in docs * Lowercase via --- .../installation_guide/intro_installation.rst | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/docsite/rst/installation_guide/intro_installation.rst b/docs/docsite/rst/installation_guide/intro_installation.rst index 9196e69b2e3..2d50f27e16f 100644 --- a/docs/docsite/rst/installation_guide/intro_installation.rst +++ b/docs/docsite/rst/installation_guide/intro_installation.rst @@ -136,7 +136,7 @@ You can also build an RPM yourself. From the root of a checkout or tarball, use .. _from_apt: -Latest Releases Via Apt (Ubuntu) +Latest Releases via Apt (Ubuntu) ++++++++++++++++++++++++++++++++ Ubuntu builds are available `in a PPA here `_. @@ -161,7 +161,7 @@ Debian/Ubuntu packages can also be built from the source checkout, run: You may also wish to run from source to get the latest, which is covered below. -Latest Releases Via Apt (Debian) +Latest Releases via Apt (Debian) ++++++++++++++++++++++++++++++++ Debian users may leverage the same source as the Ubuntu PPA. @@ -182,7 +182,7 @@ Then run these commands: .. note:: This method has been verified with the Trusty sources in Debian Jessie and Stretch but may not be supported in earlier versions. -Latest Releases Via Portage (Gentoo) +Latest Releases via Portage (Gentoo) ++++++++++++++++++++++++++++++++++++ .. code-block:: bash @@ -201,7 +201,7 @@ To install the newest version, you may need to unmask the ansible package prior you will need to `:ref:`bootstrap ` a compatible version onto the machines. -Latest Releases Via pkg (FreeBSD) +Latest Releases via pkg (FreeBSD) +++++++++++++++++++++++++++++++++ .. code-block:: bash @@ -216,16 +216,16 @@ You may also wish to install from ports, run: .. _on_macos: -Latest Releases on Mac OSX +Latest Releases on macOS ++++++++++++++++++++++++++ The preferred way to install Ansible on a Mac is via pip. -The instructions can be found in `Latest Releases Via Pip`_ section. If you are running macOS version 10.12 or older, then you ought to upgrade to the latest pip (9.0.3 or newer) to connect to the Python Package Index securely. +The instructions can be found in `Latest Releases via Pip`_ section. If you are running macOS version 10.12 or older, then you ought to upgrade to the latest pip (9.0.3 or newer) to connect to the Python Package Index securely. .. _from_pkgutil: -Latest Releases Via OpenCSW (Solaris) +Latest Releases via OpenCSW (Solaris) +++++++++++++++++++++++++++++++++++++ Ansible is available for Solaris as `SysV package from OpenCSW `_. @@ -237,7 +237,7 @@ Ansible is available for Solaris as `SysV package from OpenCSW `_ page on t .. _from_pip: -Latest Releases Via Pip +Latest Releases via Pip +++++++++++++++++++++++ Ansible can be installed via "pip", the Python package manager. If 'pip' isn't already available in @@ -402,4 +402,4 @@ bugs and feature ideas. `irc.freenode.net `_ #ansible IRC chat channel -.. [1] If you have issues with the "pycrypto" package install on Mac OSX, then you may need to try ``CC=clang sudo -E pip install pycrypto``. +.. [1] If you have issues with the "pycrypto" package install on macOS, then you may need to try ``CC=clang sudo -E pip install pycrypto``.