Skip to content

Commit

Permalink
Update html documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Dec 23, 2016
1 parent ab61525 commit 9c025cd
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion docs/qnd/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -969,6 +969,13 @@
<div id="sidebar">
<h1>Index</h1>
<ul id="index">
<li class="set"><h3><a href="#header-variables">Module variables</a></h3>

<ul>
<li class="mono"><a href="#qnd.FLAGS">FLAGS</a></li>
</ul>

</li>

<li class="set"><h3><a href="#header-functions">Functions</a></h3>

Expand Down Expand Up @@ -1017,13 +1024,22 @@ <h1 class="title"><span class="name">qnd</span> module</h1>
from .flag import *
from .run import def_run

__all__ = ["add_flag", "add_required_flag", "FlagAdder", "def_run"]
__all__ = ["FLAGS", "add_flag", "add_required_flag", "FlagAdder", "def_run"]
</code></pre>
</div>

</header>

<section id="section-items">
<h2 class="section-title" id="header-variables">Module variables</h2>
<div class="item">
<p id="qnd.FLAGS" class="name">var <span class="ident">FLAGS</span></p>


<div class="source_cont">
</div>

</div>

<h2 class="section-title" id="header-functions">Functions</h2>

Expand Down

0 comments on commit 9c025cd

Please sign in to comment.