Skip to content

Commit

Permalink
[V3 Docs] Added modules to path
Browse files Browse the repository at this point in the history
  • Loading branch information
laggron42 committed May 24, 2018
1 parent 7a28049 commit 21e03ab
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 21 deletions.
Binary file modified docs/.build/html/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/.build/html/.doctrees/instantcommands.doctree
Binary file not shown.
6 changes: 0 additions & 6 deletions docs/.build/html/_sources/instantcommands.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,3 @@ You can give a command/listener name to show its source code.
* ``[commands]`` The command/listener name to get the source code from.
If not given, a list of existing commands and listeners created with the cog
is shown.

.. method:: hello(penis)

.. name::

penus
9 changes: 0 additions & 9 deletions docs/.build/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,17 +149,8 @@
<h1 id="index">Index</h1>

<div class="genindex-jumpbox">
<a href="#H"><strong>H</strong></a>

</div>
<h2 id="H">H</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="instantcommands.html#hello">hello()</a>
</li>
</ul></td>
</tr></table>



</div>
Expand Down
5 changes: 0 additions & 5 deletions docs/.build/html/instantcommands.html
Original file line number Diff line number Diff line change
Expand Up @@ -294,11 +294,6 @@ <h3>instantcommand info<a class="headerlink" href="#instantcommand-info" title="
If not given, a list of existing commands and listeners created with the cog
is shown.</li>
</ul>
<dl class="method">
<dt id="hello">
<code class="descname">hello</code><span class="sig-paren">(</span><em>penis</em><span class="sig-paren">)</span><a class="headerlink" href="#hello" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

</div>
</div>
</div>
Expand Down
Binary file modified docs/.build/html/objects.inv
Binary file not shown.
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.

6 changes: 6 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 +176,9 @@

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {"https://docs.python.org/": None}

# Import cogs modules for docstring
import os
import sys
os.system('cd ..') # goes into main Laggrons-Dumb-Cogs folder
sys.path.insert(0, os.system('pwd'))

0 comments on commit 21e03ab

Please sign in to comment.