Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
houluy committed Sep 18, 2017
1 parent eda4b12 commit 2c9a71e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/doctrees/main/main.doctree
Binary file not shown.
3 changes: 2 additions & 1 deletion docs/build/html/_sources/main/main.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ Some methods to operate the chessboard is listed

::

self.print_pos(pos=None)
self.print_pos(coordinates, pos=None)

* Print the chessboard, if `pos` is given, print `pos`, else, print `self.pos`
* `coordinates` is the current coordinates of chess, this one will be print in specific color

::

Expand Down
3 changes: 2 additions & 1 deletion docs/build/html/main/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,12 @@ <h1>Methods<a class="headerlink" href="#methods" title="Permalink to this headli
<li>Set a chess on a specific coodinate (x, y) for user on board</li>
<li>If <cite>board</cite> is given, put on the <cite>board</cite>, else, put on the <cite>self.pos</cite></li>
</ul>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="bp">self</span><span class="o">.</span><span class="n">print_pos</span><span class="p">(</span><span class="n">pos</span><span class="o">=</span><span class="kc">None</span><span class="p">)</span>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="bp">self</span><span class="o">.</span><span class="n">print_pos</span><span class="p">(</span><span class="n">coordinates</span><span class="p">,</span> <span class="n">pos</span><span class="o">=</span><span class="kc">None</span><span class="p">)</span>
</pre></div>
</div>
<ul class="simple">
<li>Print the chessboard, if <cite>pos</cite> is given, print <cite>pos</cite>, else, print <cite>self.pos</cite></li>
<li><cite>coordinates</cite> is the current coordinates of chess, this one will be print in specific color</li>
</ul>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="bp">self</span><span class="o">.</span><span class="n">rotate_board</span><span class="p">(</span><span class="n">angle</span><span class="p">,</span> <span class="n">unit</span><span class="o">=</span><span class="s1">&#39;radian&#39;</span><span class="p">)</span>
</pre></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.

3 changes: 2 additions & 1 deletion docs/source/main/main.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ Some methods to operate the chessboard is listed

::

self.print_pos(pos=None)
self.print_pos(coordinates, pos=None)

* Print the chessboard, if `pos` is given, print `pos`, else, print `self.pos`
* `coordinates` is the current coordinates of chess, this one will be print in specific color

::

Expand Down

0 comments on commit 2c9a71e

Please sign in to comment.