Skip to content

Commit 10f988a

Browse files
MarcoGorelliMarcoGorelli
authored and
MarcoGorelli
committed
Backport PR pandas-dev#50145: DOC restructure contributing environment guide
1 parent fde86a1 commit 10f988a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

doc/source/development/contributing_environment.rst

-3
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ Run Container::
174174
# Run a container and bind your local repo to the container
175175
docker run -it -w /home/pandas --rm -v path-to-local-pandas-repo:/home/pandas pandas-yourname-env
176176

177-
<<<<<<< HEAD
178177
Then a ``pandas-dev`` virtual environment will be available with all the development dependencies.
179178

180179
.. code-block:: shell
@@ -194,8 +193,6 @@ Then a ``pandas-dev`` virtual environment will be available with all the develop
194193
You need to rebuild the C extensions anytime the Cython code in ``pandas/_libs`` changes.
195194
This most frequently occurs when changing or merging branches.
196195

197-
=======
198-
>>>>>>> 70eef55e43 (DOC restructure contributing environment guide (#50145))
199196
*Even easier, you can integrate Docker with the following IDEs:*
200197

201198
**Visual Studio Code**

0 commit comments

Comments
 (0)