Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Feb 11, 2017
1 parent 0c31092 commit 2661da0
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
Binary file modified docs/_build_html/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build_html/.doctrees/index.doctree
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/_build_html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,13 @@ If that doesn't work, `try following this advice <http://virtualenv.readthedocs.
Code compiler
~~~~~~~~~~~~~

A code compiler is a tool that lets your computer installed more advanced software. It is required to take advantage of the pandas
A `code compiler <https://en.wikipedia.org/wiki/Compiler>`_ is a tool that lets your computer installed more advanced software. It is required to take advantage of the pandas
data analysis library.

For Apples
^^^^^^^^^^

If you are using Mac OSX, you need to have XCode, Apple's toolkit for compiling heavy-duty software.
If you are using Mac OSX, you need to have XCode, Apple's developer kit that includes a tool for compiling heavy-duty software.

You can make sure you've got it by running this on your command prompt.

Expand Down
12 changes: 6 additions & 6 deletions docs/_build_html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,18 +225,18 @@ <h3>pip and virtualenv<a class="headerlink" href="#pip-and-virtualenv" title="Pe
</div>
<div class="section" id="code-compiler">
<h3>Code compiler<a class="headerlink" href="#code-compiler" title="Permalink to this headline"></a></h3>
<p>A code compiler is a tool that lets your computer installed more advanced software. It is required to take advantage of the pandas
<p>A <a class="reference external" href="https://en.wikipedia.org/wiki/Compiler">code compiler</a> is a tool that lets your computer installed more advanced software. It is required to take advantage of the pandas
data analysis library.</p>
<div class="section" id="id5">
<h4>For Apples<a class="headerlink" href="#id5" title="Permalink to this headline"></a></h4>
<p>If you are using Mac OSX, you need to have XCode, Apple&#8217;s toolkit for compiling heavy-duty software.</p>
<div class="section" id="id6">
<h4>For Apples<a class="headerlink" href="#id6" title="Permalink to this headline"></a></h4>
<p>If you are using Mac OSX, you need to have XCode, Apple&#8217;s developer kit that includes a tool for compiling heavy-duty software.</p>
<p>You can make sure you&#8217;ve got it by running this on your command prompt.</p>
<div class="highlight-bash"><div class="highlight"><pre><span></span>xcode-select --install
</pre></div>
</div>
</div>
<div class="section" id="id6">
<h4>For Windows<a class="headerlink" href="#id6" title="Permalink to this headline"></a></h4>
<div class="section" id="id7">
<h4>For Windows<a class="headerlink" href="#id7" title="Permalink to this headline"></a></h4>
<p>Windows users will need to download and install <a class="reference external" href="https://www.microsoft.com/en-us/download/details.aspx?id=44266">this Microsoft package</a>, a compiler that will allow us to install other Python tools later.</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build_html/searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,13 @@ If that doesn't work, `try following this advice <http://virtualenv.readthedocs.
Code compiler
~~~~~~~~~~~~~

A code compiler is a tool that lets your computer installed more advanced software. It is required to take advantage of the pandas
A `code compiler <https://en.wikipedia.org/wiki/Compiler>`_ is a tool that lets your computer installed more advanced software. It is required to take advantage of the pandas
data analysis library.

For Apples
^^^^^^^^^^

If you are using Mac OSX, you need to have XCode, Apple's toolkit for compiling heavy-duty software.
If you are using Mac OSX, you need to have XCode, Apple's developer kit that includes a tool for compiling heavy-duty software.

You can make sure you've got it by running this on your command prompt.

Expand Down

0 comments on commit 2661da0

Please sign in to comment.