Skip to content

Commit 8d2d394

Browse files
committed
Regenerate html
1 parent ca7e1c4 commit 8d2d394

File tree

2 files changed

+15
-23
lines changed

2 files changed

+15
-23
lines changed

pandas/guide/_sources/pandas_setup.rst.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,18 @@ All the changes during the sprints need to be made to the latest development
3636
version of pandas in a Git repository. Do not make them to a version downloaded
3737
from 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

pandas/guide/pandas_setup.html

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -71,25 +71,20 @@ <h3>2. Get the pandas source code<a class="headerlink" href="#get-the-pandas-sou
7171
<p>All the changes during the sprints need to be made to the latest development
7272
version of pandas in a Git repository. Do not make them to a version downloaded
7373
from the Internet via pip, conda or a zip.</p>
74-
<p>To get the latest development version:</p>
75-
<ul class="simple">
76-
<li>Fork the <a class="reference external" href="https://github.com/pandas-dev/pandas">pandas repository</a> on
77-
GitHub by clicking the <cite>Fork</cite> button on the top-right</li>
78-
</ul>
74+
<p>Follow these steps to get the latest development version:</p>
75+
<p>Fork the <a class="reference external" href="https://github.com/pandas-dev/pandas">pandas repository</a> on GitHub
76+
by clicking the <cite>Fork</cite> button on the top-right</p>
7977
<div class="admonition note">
8078
<p class="first admonition-title">Note</p>
8179
<p class="last"><strong>Windows users</strong>: run the next commands in a Git Bash session in the
8280
directory where you want to download pandas source code (download <a class="reference external" href="https://gitforwindows.org/">Git for
8381
Windows</a> if needed).</p>
8482
</div>
85-
<ul>
86-
<li><p class="first">In the terminal of your computer, in the directory where you want the copy of
83+
<p>In the terminal of your computer, in the directory where you want the copy of
8784
pandas source code, run:</p>
8885
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="n">git</span> <span class="n">clone</span> <span class="n">https</span><span class="p">:</span><span class="o">//</span><span class="n">github</span><span class="o">.</span><span class="n">com</span><span class="o">/&lt;</span><span class="n">your</span><span class="o">-</span><span class="n">github</span><span class="o">-</span><span class="n">username</span><span class="o">&gt;/</span><span class="n">pandas</span>
8986
</pre></div>
9087
</div>
91-
</li>
92-
</ul>
9388
<p>or (if you have set up SSH keys for accessing GitHub):</p>
9489
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="n">git</span> <span class="n">clone</span> <span class="n">git</span><span class="nd">@github</span><span class="o">.</span><span class="n">com</span><span class="p">:</span><span class="o">&lt;</span><span class="n">your</span><span class="o">-</span><span class="n">github</span><span class="o">-</span><span class="n">username</span><span class="o">&gt;/</span><span class="n">pandas</span>
9590
</pre></div>
@@ -120,15 +115,14 @@ <h3>2. Get the pandas source code<a class="headerlink" href="#get-the-pandas-sou
120115
</div>
121116
<div class="section" id="set-up-a-python-environment">
122117
<h3>3. Set up a Python environment<a class="headerlink" href="#set-up-a-python-environment" title="Permalink to this headline"></a></h3>
123-
<ul class="simple">
124-
<li>Download and install <a class="reference external" href="https://www.anaconda.com/download/">Anaconda</a>.</li>
125-
</ul>
118+
<ul>
119+
<li><p class="first">Download and install <a class="reference external" href="https://www.anaconda.com/download/">Anaconda</a>.</p>
126120
<div class="admonition note">
127121
<p class="first admonition-title">Note</p>
128122
<p class="last"><strong>Windows users</strong>: run the next commands in the Anaconda Prompt (found in the Anaconda
129123
folder of the Start menu).</p>
130124
</div>
131-
<ul>
125+
</li>
132126
<li><p class="first">Activate conda in one of the following ways (or equivalent, if you know what
133127
you’re doing):</p>
134128
<blockquote>
@@ -145,14 +139,12 @@ <h3>3. Set up a Python environment<a class="headerlink" href="#set-up-a-python-e
145139
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="n">conda</span> <span class="n">env</span> <span class="n">create</span> <span class="o">-</span><span class="n">n</span> <span class="n">pandas_dev</span> <span class="o">-</span><span class="n">f</span> <span class="o">&lt;</span><span class="n">path</span><span class="o">-</span><span class="n">to</span><span class="o">-</span><span class="n">pandas</span><span class="o">-</span><span class="nb">dir</span><span class="o">&gt;/</span><span class="n">ci</span><span class="o">/</span><span class="n">environment</span><span class="o">-</span><span class="n">dev</span><span class="o">.</span><span class="n">yaml</span>
146140
</pre></div>
147141
</div>
148-
</li>
149-
</ul>
150142
<div class="admonition note">
151143
<p class="first admonition-title">Note</p>
152144
<p class="last"><strong>Windows users</strong>: If you’re copy-pasting the path, replace all pasted
153145
<code class="docutils literal"><span class="pre">\</span></code> characters with <code class="docutils literal"><span class="pre">/</span></code> for the command to work.</p>
154146
</div>
155-
<ul>
147+
</li>
156148
<li><p class="first">Activate the new conda environment:</p>
157149
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="n">source</span> <span class="n">activate</span> <span class="n">pandas_dev</span>
158150
</pre></div>

0 commit comments

Comments
 (0)