From 46cfeae165d9443c1d4301b2783102d787392ce1 Mon Sep 17 00:00:00 2001 From: Marian Denes Date: Thu, 2 Apr 2020 19:44:45 +0200 Subject: [PATCH 1/4] DOC: Contributing - escaping backslash. Non-escaped backslash disappeared in resulting doc. --- doc/source/development/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/development/contributing.rst b/doc/source/development/contributing.rst index 88782701b096c..5eaa819c4c13d 100644 --- a/doc/source/development/contributing.rst +++ b/doc/source/development/contributing.rst @@ -295,7 +295,7 @@ Below is a brief overview on how to set-up a virtual environment with Powershell under Windows. For details please refer to the `official virtualenv user guide `__ -Use an ENV_DIR of your choice. We'll use ~\virtualenvs\pandas-dev where +Use an ENV_DIR of your choice. We'll use ~\virtualenvs\\pandas-dev where '~' is the folder pointed to by either $env:USERPROFILE (Powershell) or %USERPROFILE% (cmd.exe) environment variable. Any parent directories should already exist. From a5d762d3b625a8ae9a3836f9de564a7bcccd44d5 Mon Sep 17 00:00:00 2001 From: Marian Denes Date: Thu, 2 Apr 2020 22:30:41 +0200 Subject: [PATCH 2/4] DOC: Contributing - escaping backslashes. Non-escaped backslash disappeared in resulting doc. --- doc/source/development/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/development/contributing.rst b/doc/source/development/contributing.rst index 5eaa819c4c13d..31241287c61cb 100644 --- a/doc/source/development/contributing.rst +++ b/doc/source/development/contributing.rst @@ -295,7 +295,7 @@ Below is a brief overview on how to set-up a virtual environment with Powershell under Windows. For details please refer to the `official virtualenv user guide `__ -Use an ENV_DIR of your choice. We'll use ~\virtualenvs\\pandas-dev where +Use an ENV_DIR of your choice. We'll use ~\\virtualenvs\\pandas-dev where '~' is the folder pointed to by either $env:USERPROFILE (Powershell) or %USERPROFILE% (cmd.exe) environment variable. Any parent directories should already exist. From 1f2cfa40db53988e99e23644040d7e5e1fa16302 Mon Sep 17 00:00:00 2001 From: Marian Denes Date: Thu, 2 Apr 2020 22:46:13 +0200 Subject: [PATCH 3/4] DOC: Workaround of non-displayed backslashes. Co-Authored-By: William Ayd --- doc/source/development/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/development/contributing.rst b/doc/source/development/contributing.rst index 31241287c61cb..22670e4142d79 100644 --- a/doc/source/development/contributing.rst +++ b/doc/source/development/contributing.rst @@ -295,7 +295,7 @@ Below is a brief overview on how to set-up a virtual environment with Powershell under Windows. For details please refer to the `official virtualenv user guide `__ -Use an ENV_DIR of your choice. We'll use ~\\virtualenvs\\pandas-dev where +Use an ENV_DIR of your choice. We'll use ~\\virtualenvs\\pandas-dev where '~' is the folder pointed to by either $env:USERPROFILE (Powershell) or %USERPROFILE% (cmd.exe) environment variable. Any parent directories should already exist. From eb245ac4ecd35e78993a0f34d2d4658e0f4a1175 Mon Sep 17 00:00:00 2001 From: Marian Denes Date: Fri, 3 Apr 2020 00:03:08 +0200 Subject: [PATCH 4/4] DOC: Contributing - escaping both backslashes. Non-escaped backslashes disappeared in resulting doc. --- doc/source/development/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/development/contributing.rst b/doc/source/development/contributing.rst index 22670e4142d79..31241287c61cb 100644 --- a/doc/source/development/contributing.rst +++ b/doc/source/development/contributing.rst @@ -295,7 +295,7 @@ Below is a brief overview on how to set-up a virtual environment with Powershell under Windows. For details please refer to the `official virtualenv user guide `__ -Use an ENV_DIR of your choice. We'll use ~\\virtualenvs\\pandas-dev where +Use an ENV_DIR of your choice. We'll use ~\\virtualenvs\\pandas-dev where '~' is the folder pointed to by either $env:USERPROFILE (Powershell) or %USERPROFILE% (cmd.exe) environment variable. Any parent directories should already exist.