Steve Piercy
2018-08-19 254710cb716dccfe536b20d077e3cb79be19c6b3
Standardize macOS capitalization
6 files modified
24 ■■■■ changed files
docs/narr/install.rst 14 ●●●● patch | view | raw | blame | history
docs/narr/logging.rst 2 ●●● patch | view | raw | blame | history
docs/quick_tutorial/requirements.rst 2 ●●● patch | view | raw | blame | history
docs/tutorials/modwsgi/index.rst 2 ●●● patch | view | raw | blame | history
docs/tutorials/wiki/background.rst 2 ●●● patch | view | raw | blame | history
docs/tutorials/wiki2/background.rst 2 ●●● patch | view | raw | blame | history
docs/narr/install.rst
@@ -42,16 +42,16 @@
   compiler and the Python header files installed for your operating system.
.. _for-mac-os-x-users:
.. _for-macos-users:
For Mac OS X Users
~~~~~~~~~~~~~~~~~~
For macOS Users
~~~~~~~~~~~~~~~
Python comes pre-installed on Mac OS X, but due to Apple's release cycle, it is
Python comes pre-installed on macOS, but due to Apple's release cycle, it is
often out of date. Unless you have a need for a specific earlier version, it is
recommended to install the latest 3.x version of Python.
You can install the latest version of Python for Mac OS X from the binaries on
You can install the latest version of Python for macOS from the binaries on
`python.org <https://www.python.org/downloads/mac-osx/>`_.
Alternatively, you can use the `homebrew <https://brew.sh/>`_ package manager.
@@ -163,14 +163,14 @@
.. index::
   single: installing on Unix
   single: installing on Mac OS X
   single: installing on macOS
.. _installing_unix:
Installing :app:`Pyramid` on a Unix System
------------------------------------------
After installing Python as described previously in :ref:`for-mac-os-x-users` or
After installing Python as described previously in :ref:`for-macos-users` or
:ref:`if-you-don-t-yet-have-a-python-interpreter-unix`, and satisfying the
:ref:`requirements-for-installing-packages`, you can now install Pyramid.
docs/narr/logging.rst
@@ -298,7 +298,7 @@
                      (content-type: text/plain)
    00:50:53,695 INFO [wsgi] 192.168.1.111 - - [11/Aug/2011:20:09:33 -0700] "GET /hello
    HTTP/1.1" 404 - "-"
    "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.6) Gecko/20070725
    "Mozilla/5.0 (Macintosh; U; Intel macOS; en-US; rv:1.8.1.6) Gecko/20070725
    Firefox/2.0.0.6"
To direct TransLogger to an ``access.log`` FileHandler, we need the following
docs/quick_tutorial/requirements.rst
@@ -62,7 +62,7 @@
See the detailed recommendation for your operating system described under
:ref:`installing_chapter`.
- :ref:`for-mac-os-x-users`
- :ref:`for-macos-users`
- :ref:`if-you-don-t-yet-have-a-python-interpreter-unix`
- :ref:`if-you-don-t-yet-have-a-python-interpreter-windows`
docs/tutorials/modwsgi/index.rst
@@ -9,7 +9,7 @@
This guide will outline broad steps that can be used to get a :app:`Pyramid`
application running under Apache via ``mod_wsgi``.  This particular tutorial
was developed under Apple's Mac OS X platform (Snow Leopard, on a 32-bit
was developed under Apple's macOS platform (Snow Leopard, on a 32-bit
Mac), but the instructions should be largely the same for all systems, delta
specific path information for commands and files.
docs/tutorials/wiki/background.rst
@@ -12,7 +12,7 @@
Python web framework experience.
To code along with this tutorial, the developer will need a Unix
machine with development tools (Mac OS X with XCode, any Linux or BSD
machine with development tools (macOS with XCode, any Linux or BSD
variant, and so on) *or* a Windows system of any kind.
.. warning::
docs/tutorials/wiki2/background.rst
@@ -12,7 +12,7 @@
Python web framework experience.
To code along with this tutorial, the developer will need a Unix
machine with development tools (Mac OS X with XCode, any Linux or BSD
machine with development tools (macOS with XCode, any Linux or BSD
variant, etc.) *or* a Windows system of any kind.
.. note::