@@ -36,18 +36,18 @@ All the changes during the sprints need to be made to the latest development
3636version of pandas in a Git repository. Do not make them to a version downloaded
3737from the Internet via pip, conda or a zip.
3838
39- To get the latest development version:
39+ Follow these steps to get the latest development version:
4040
41- * Fork the `pandas repository <https://github.com/pandas-dev/pandas >`_ on
42- GitHub by clicking the `Fork ` button on the top-right
41+ Fork the `pandas repository <https://github.com/pandas-dev/pandas >`_ on GitHub
42+ by clicking the `Fork ` button on the top-right
4343
4444.. note ::
4545 **Windows users **: run the next commands in a Git Bash session in the
4646 directory where you want to download pandas source code (download `Git for
4747 Windows <https://gitforwindows.org/> `_ if needed).
4848
49- * In the terminal of your computer, in the directory where you want the copy of
50- pandas source code, run: ::
49+ In the terminal of your computer, in the directory where you want the copy of
50+ pandas source code, run: ::
5151
5252 git clone https://github.com/<your-github-username>/pandas
5353
@@ -85,7 +85,7 @@ To fetch the latest updates from the pandas repository, follow the steps in
8585
8686* Download and install `Anaconda <https://www.anaconda.com/download/ >`_.
8787
88- .. note ::
88+ .. note ::
8989 **Windows users **: run the next commands in the Anaconda Prompt (found in the Anaconda
9090 folder of the Start menu).
9191
@@ -102,7 +102,7 @@ To fetch the latest updates from the pandas repository, follow the steps in
102102
103103 conda env create -n pandas_dev -f <path-to-pandas-dir>/ci/environment-dev.yaml
104104
105- .. note ::
105+ .. note::
106106 **Windows users**: If you're copy-pasting the path, replace all pasted
107107 ``\`` characters with ``/`` for the command to work.
108108
0 commit comments