Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
aksnzhy committed Dec 6, 2017
1 parent 5f68ea4 commit b7743de
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/install.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion _build/html/_sources/install.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Now you can test your building by using xLearn command line ::
cd build
./run_example.sh

You can also test the python package by using ::
You can also test the python package by using the following command line ::

cd python-package/test
python test_python.py
Expand Down
2 changes: 1 addition & 1 deletion _build/html/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ <h2>Test<a class="headerlink" href="#test" title="Permalink to this headline">¶
<span class="o">./</span><span class="n">run_example</span><span class="o">.</span><span class="n">sh</span>
</pre></div>
</div>
<p>You can also test the python package by using</p>
<p>You can also test the python package by using the following command line</p>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="n">cd</span> <span class="n">python</span><span class="o">-</span><span class="n">package</span><span class="o">/</span><span class="n">test</span>
<span class="n">python</span> <span class="n">test_python</span><span class="o">.</span><span class="n">py</span>
</pre></div>
Expand Down
2 changes: 1 addition & 1 deletion install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Now you can test your building by using xLearn command line ::
cd build
./run_example.sh

You can also test the python package by using ::
You can also test the python package by using the following command line ::

cd python-package/test
python test_python.py
Expand Down

0 comments on commit b7743de

Please sign in to comment.