Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
aksnzhy committed Dec 5, 2017
1 parent 9750481 commit 4b76dab
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 6 deletions.
Binary file modified _build/doctrees/environment.pickle
Binary file not shown.
Binary file modified _build/doctrees/index.doctree
Binary file not shown.
3 changes: 1 addition & 2 deletions _build/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Quick Install
We can install xLearn by using pip. The following command will download the xLearn
source code and build it locally. We will update the xLearn source code on pip weekly. ::

sudo pip install --index-url https://test.pypi.org/simple/ xlearnn
sudo pip install xlearn

Now you can type the following code in python shell to check the installation:

Expand Down Expand Up @@ -85,7 +85,6 @@ Other Helpful Resources
.. __: tutorial.html

.. toctree::
:maxdepth: 0

install.rst
command_line.rst
Expand Down
2 changes: 1 addition & 1 deletion _build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ <h2>Link to the Other Helpful Resources<a class="headerlink" href="#link-to-the-
<h2>Quick Install<a class="headerlink" href="#quick-install" title="Permalink to this headline"></a></h2>
<p>We can install xLearn by using pip. The following command will download the xLearn
source code and build it locally. We will update the xLearn source code on pip weekly.</p>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="n">sudo</span> <span class="n">pip</span> <span class="n">install</span> <span class="o">--</span><span class="n">index</span><span class="o">-</span><span class="n">url</span> <span class="n">https</span><span class="p">:</span><span class="o">//</span><span class="n">test</span><span class="o">.</span><span class="n">pypi</span><span class="o">.</span><span class="n">org</span><span class="o">/</span><span class="n">simple</span><span class="o">/</span> <span class="n">xlearnn</span>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="n">sudo</span> <span class="n">pip</span> <span class="n">install</span> <span class="n">xlearn</span>
</pre></div>
</div>
<p>Now you can type the following code in python shell to check the installation:</p>
Expand Down
2 changes: 1 addition & 1 deletion _build/html/searchindex.js

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

3 changes: 1 addition & 2 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Quick Install
We can install xLearn by using pip. The following command will download the xLearn
source code and build it locally. We will update the xLearn source code on pip weekly. ::

sudo pip install --index-url https://test.pypi.org/simple/ xlearnn
sudo pip install xlearn

Now you can type the following code in python shell to check the installation:

Expand Down Expand Up @@ -85,7 +85,6 @@ Other Helpful Resources
.. __: tutorial.html

.. toctree::
:maxdepth: 0

install.rst
command_line.rst
Expand Down

0 comments on commit 4b76dab

Please sign in to comment.