From 792550817930e319d5ef946842d6377880776008 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Tue, 5 Feb 2019 19:03:28 -0500 Subject: [PATCH 1/4] Mention and link to the macOS readme in the repo. Fixes #453. --- setup.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.rst b/setup.rst index 1feee6fa3f..449ab291c9 100644 --- a/setup.rst +++ b/setup.rst @@ -404,6 +404,9 @@ commands. Explaining how to build optional dependencies on a UNIX based system without root access is beyond the scope of this guide. +For more details on various options and considerations for building, refer +to the `readme `_. + .. _clang: https://clang.llvm.org/ .. _ccache: https://ccache.samba.org/ From f0d2c192b7f5331a0a26af49b6cb6ada8c310f73 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Tue, 5 Feb 2019 19:20:56 -0500 Subject: [PATCH 2/4] Rename hyperlink to 'macOS readme' to avoid conflict with Windows 'readme' --- setup.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.rst b/setup.rst index 449ab291c9..8dcfc26035 100644 --- a/setup.rst +++ b/setup.rst @@ -405,7 +405,8 @@ Explaining how to build optional dependencies on a UNIX based system without root access is beyond the scope of this guide. For more details on various options and considerations for building, refer -to the `readme `_. +to the `macOS readme +`_. .. _clang: https://clang.llvm.org/ .. _ccache: https://ccache.samba.org/ From 112b0d29c80ba96feaf166762fcdded6fdd91e90 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Thu, 27 May 2021 11:30:24 -0400 Subject: [PATCH 3/4] Update link to macOS Readme --- setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.rst b/setup.rst index 8dcfc26035..aff0fd8422 100644 --- a/setup.rst +++ b/setup.rst @@ -406,7 +406,7 @@ root access is beyond the scope of this guide. For more details on various options and considerations for building, refer to the `macOS readme -`_. +`_. .. _clang: https://clang.llvm.org/ .. _ccache: https://ccache.samba.org/ From 79c94bd75cdb677401b4e71ffba90d21c69a8a6a Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Sat, 4 Jun 2022 21:08:00 +0200 Subject: [PATCH 4/4] Capitalize README. --- setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.rst b/setup.rst index aff0fd8422..d4bf423484 100644 --- a/setup.rst +++ b/setup.rst @@ -405,7 +405,7 @@ Explaining how to build optional dependencies on a UNIX based system without root access is beyond the scope of this guide. For more details on various options and considerations for building, refer -to the `macOS readme +to the `macOS README `_. .. _clang: https://clang.llvm.org/