Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
aksnzhy committed Dec 4, 2017
1 parent 14c61a4 commit ab2e406
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file modified _build/doctrees/environment.pickle
Binary file not shown.
Binary file modified _build/doctrees/index.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion _build/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ you can see how to build xLearn from source code from `Installation Guide`__.
Python Demo
----------------------------------

Here is a simple python demo no how to use xLearn. Now type **python** and get started !
Here is a simple python demo no how to use xLearn.

.. code-block:: python
Expand Down
2 changes: 1 addition & 1 deletion _build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ <h2>Quick Install<a class="headerlink" href="#quick-install" title="Permalink to
</div>
<div class="section" id="python-demo">
<h2>Python Demo<a class="headerlink" href="#python-demo" title="Permalink to this headline"></a></h2>
<p>Here is a simple python demo no how to use xLearn. Now type <strong>python</strong> and get started !</p>
<p>Here is a simple python demo no how to use xLearn.</p>
<div class="highlight-python"><div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">xlearn</span> <span class="kn">as</span> <span class="nn">xl</span>

<span class="c1"># create ffm model</span>
Expand Down
2 changes: 1 addition & 1 deletion index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ you can see how to build xLearn from source code from `Installation Guide`__.
Python Demo
----------------------------------

Here is a simple python demo no how to use xLearn. Now type **python** and get started !
Here is a simple python demo no how to use xLearn.

.. code-block:: python
Expand Down

0 comments on commit ab2e406

Please sign in to comment.