Skip to content

Commit

Permalink
improved __doc__
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnDriscoll committed Oct 28, 2017
1 parent b62c052 commit 9df1e08
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions diceroll.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#
# diceroll.py
#
# Written for Python 2.5.4
#
# To use this module: from diceroll import roll
Expand All @@ -8,6 +10,8 @@
##########################################################

'''
diecroll module containing roll()
Usage:
from diceroll import roll
print roll('2D6')
Expand Down
Binary file modified diceroll_2.4.1b.zip
Binary file not shown.
Binary file modified docs/build/.doctrees/environment.pickle
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/build/modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<link rel="index" title="Global index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="top" title="diceroll 2.4 Operations Manual" href="index.html" />
<generator object at 0x0362F9E0>
<generator object at 0x0360BE40>

<script type="text/javascript">
DOCUMENTATION_OPTIONS.COLLAPSE_MODINDEX = true;
Expand Down
2 changes: 1 addition & 1 deletion docs/build/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<link rel="index" title="Global index" href="genindex.html" />
<link rel="search" title="Search" href="" />
<link rel="top" title="diceroll 2.4 Operations Manual" href="index.html" />
<generator object at 0x036172D8>
<generator object at 0x03689D28>
<script type="text/javascript" src="_static/searchtools.js"></script>

</head>
Expand Down
2 changes: 1 addition & 1 deletion docs/build/searchindex.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions docs/source/diceroll.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#
# diceroll.py
#
# Written for Python 2.5.4
#
# To use this module: from diceroll import roll
Expand All @@ -8,6 +10,8 @@
##########################################################

'''
diecroll module containing roll()
Usage:
from diceroll import roll
print roll('2D6')
Expand Down

0 comments on commit 9df1e08

Please sign in to comment.