Skip to content

Commit 11119b8

Browse files
partevmfeurer
authored andcommitted
DOC: rename OSX -> macOS as it is the new name (#1349)
* rename OSX -> macOS as it is the new name rename OSX -> macOS as it is the new name for the operating system. e.g. see https://www.apple.com/macos * Update doc/installation.rst Co-authored-by: Matthias Feurer <lists@matthiasfeurer.de> * Update doc/installation.rst Co-authored-by: Matthias Feurer <lists@matthiasfeurer.de> Co-authored-by: Matthias Feurer <feurerm@informatik.uni-freiburg.de> Co-authored-by: Matthias Feurer <lists@matthiasfeurer.de>
1 parent 54dcfac commit 11119b8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc/installation.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ need:
2121

2222
* SWIG (`get SWIG here <http://www.swig.org/survey.html>`_).
2323

24-
For an explanation of missing Microsoft Windows and MAC OSX support please
25-
check the Section `Windows/OSX compatibility`_.
24+
For an explanation of missing Microsoft Windows and macOS support please
25+
check the Section `Windows/macOS compatibility`_.
2626

2727
Installing auto-sklearn
2828
=======================
@@ -125,8 +125,8 @@ missed the `--recurse-submodules` option.
125125
pip install -e ".[test,doc,examples]"
126126
127127
128-
Windows/OSX compatibility
129-
=========================
128+
Windows/macOS compatibility
129+
===========================
130130

131131
Windows
132132
~~~~~~~
@@ -144,15 +144,15 @@ Possible solutions:
144144
* docker image
145145

146146

147-
Mac OSX
148-
~~~~~~~
147+
macOS
148+
~~~~~
149149

150-
We currently do not know if *auto-sklearn* works on OSX. There are at least two
151-
issues holding us back from actively supporting OSX:
150+
We currently do not know if *auto-sklearn* works on macOS. There are at least two
151+
issues holding us back from actively supporting macOS:
152152

153153
* The ``resource`` module cannot enforce a memory limit on a Python process
154154
(see `SMAC3/issues/115 <https://github.com/automl/SMAC3/issues/115>`_).
155-
* Not all dependencies we are using are set up to work on OSX.
155+
* Not all dependencies we are using are set up to work on macOS.
156156

157157
In case you're having issues installing the `pyrfr package <https://github.com/automl/random_forest_run>`_, check out
158158
`this installation suggestion on github <https://github.com/automl/auto-sklearn/issues/360#issuecomment-335150470>`_.

0 commit comments

Comments
 (0)