Skip to content

Commit

Permalink
doc edits
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnDriscoll committed Apr 28, 2018
1 parent d51f356 commit e3cabc0
Show file tree
Hide file tree
Showing 18 changed files with 27 additions and 27 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@

.. figure:: docs/source/diceroll_manual_cover_pdf_art.png

**diceroll 2.4 for Python 2.5**
===============================
**diceroll 2.4 for Classic Python 2.5**
=======================================

**diceroll 2.4** is a Python 2.5 module that your game code calls to make dice rolls.
**diceroll 2.4** is a Classic Python 2.5 module that your game code calls to make dice rolls.

Read the **diceroll Operations Manual** at http://diceroll.readthedocs.io

Expand Down
Binary file modified docs/build/.doctrees/designers_notes.doctree
Binary file not shown.
Binary file modified docs/build/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/.doctrees/glossary.doctree
Binary file not shown.
Binary file modified docs/build/.doctrees/index.doctree
Binary file not shown.
Binary file modified docs/build/.doctrees/introduction.doctree
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/build/designers_notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ <h2>The Channel 1<a class="headerlink" href="#the-channel-1" title="Permalink to
with a slew of other pre-Python 2.6 era modules, are the Channel 1 stations in the room that no TV can possibly watch.</p>
<p>It really comes down to a philosophy. I waited on learning Python until a version was released where I could say,
<em>&quot;This is Python.&quot;</em> Or say, <em>&quot;This is what Python should be.&quot;</em> Something like that.</p>
<p>And for me, it was Python 2.5.4 when I said such things. Python 2.6 books were showing up in stores. And
<p>And for me, it was Classic Python 2.5.4 when I said such things. Python 2.6 books were showing up in stores. And
there were already differences being found between it and the Python that I was using. Python had become this
huge thing. And non-programmers were being attracted to it for their own reasons. And that was all fine.
Python 2.7, 3.0, etc., were seeing lots of new talent joining their mix. They were taking Python to places it
Expand Down Expand Up @@ -202,7 +202,7 @@ <h3>Navigation</h3>
</div>
<div class="footer">
&copy; Copyright 2017, SHONNER CORP.
Last updated on Oct 27, 2017.
Last updated on Apr 27, 2018.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a>.
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/build/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h3>Navigation</h3>
</div>
<div class="footer">
&copy; Copyright 2017, SHONNER CORP.
Last updated on Dec 03, 2017.
Last updated on Apr 27, 2018.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a>.
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions docs/build/glossary.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ <h1><strong>Glossary</strong><a class="headerlink" href="#glossary" title="Perma
<dt id="term-no-dice">no dice</dt>
<dd>Used to refuse a request or indicate no chance of success.</dd>
<dt id="term-python-3-6">Python 3.6+</dt>
<dd>A newfangled version of Python that's different from what Python 2.5
<dd>A newfangled version of Python that's different from what Classic Python 2.5
programmers are used to.</dd>
<dt id="term-rabbit-hole">rabbit hole</dt>
<dd>Used to refer to a bizarre, confusing, or nonsensical situation
Expand Down Expand Up @@ -178,7 +178,7 @@ <h3>Navigation</h3>
</div>
<div class="footer">
&copy; Copyright 2017, SHONNER CORP.
Last updated on Oct 27, 2017.
Last updated on Apr 27, 2018.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a>.
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions docs/build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h3>Navigation</h3>
<div class="section" id="diceroll-2-4-overview">
<h1><strong>diceroll 2.4 Overview</strong><a class="headerlink" href="#diceroll-2-4-overview" title="Permalink to this headline"></a></h1>
<p><strong>diceroll 2.4</strong> is easy-to-use open source die rolling software. Written
in Python 2.5 and using a variety of IDEs, <strong>diceroll 2.4</strong> supports
in Classic Python 2.5 and using a variety of IDEs, <strong>diceroll 2.4</strong> supports
many gaming and RPG die rolling conventions.</p>
<p><strong>diceroll 2.4</strong> also supports logging, error reporting, and debugging
of rolls made.</p>
Expand Down Expand Up @@ -165,7 +165,7 @@ <h3>Navigation</h3>
</div>
<div class="footer">
&copy; Copyright 2017, SHONNER CORP.
Last updated on Dec 03, 2017.
Last updated on Apr 27, 2018.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a>.
</div>
</body>
Expand Down
10 changes: 5 additions & 5 deletions docs/build/introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h2>Preface<a class="headerlink" href="#preface" title="Permalink to this headli
<p>In a nutshell,
Sphinx is an EXE (generated during its install from an egg of .py files, which is still magic to me, and which took a
great deal of time for me tracking down all the proper versions of requirements for it to even compile/run
in Python 2.5.4) that generates documents. Nothing too fancy. Just simple documents that could be read easily/quickly
in Classic Python 2.5.4) that generates documents. Nothing too fancy. Just simple documents that could be read easily/quickly
through any device using any viewer. And when I learned that Sphinx could read Python modules and produce documents
from their <tt class="docutils literal"><span class="pre">.__doc__</span></tt> strings, I knew I just had to spend a couple days learning how all that stuff happens.</p>
<p>So basically, my Python dice rolling module has its own operations manual now. And some rabbit holes are
Expand All @@ -80,9 +80,9 @@ <h2>Requirements<a class="headerlink" href="#requirements" title="Permalink to t
It has not been tested on MacOS or Linux.</p>
</blockquote>
</li>
<li><p class="first"><strong>Python 2.5</strong></p>
<li><p class="first"><strong>Classic Python 2.5</strong></p>
<blockquote>
<p><strong>diceroll</strong> was written using the C implementation of Python
<p><strong>diceroll</strong> was written using the C implementation of Classic Python
version 2.5.4. Also known as CPython. With some doing, this
module could of course be re-written for Jython, PyPy, or
IronPython.</p>
Expand Down Expand Up @@ -156,7 +156,7 @@ <h2>Installing Automatically<a class="headerlink" href="#installing-automaticall
</pre></div>
<p>Some ways to see if the <tt class="docutils literal"><span class="pre">diceroll</span></tt> module was installed correctly is by typing:</p>
<div class="highlight"><pre><span class="gp">&gt;&gt;&gt; </span><span class="k">print</span> <span class="n">roll</span><span class="p">(</span><span class="s">&#39;info&#39;</span><span class="p">)</span>
<span class="go">(&#39;2.4&#39;, &#39;roll(), release version 2.4.1b for Python 2.5.4&#39;)</span>
<span class="go">(&#39;2.4&#39;, &#39;roll(), release version 2.4.1b for Classic Python 2.5.4&#39;)</span>
<span class="gp">&gt;&gt;&gt; </span><span class="k">print</span> <span class="n">roll</span><span class="o">.</span><span class="n">__doc__</span>
<span class="go"> The dice types to roll are:</span>
<span class="go"> &#39;D2&#39;, &#39;D3&#39;, &#39;D4&#39;, &#39;D6&#39;, &#39;D8&#39;, &#39;D9&#39;, &#39;D10&#39;,</span>
Expand Down Expand Up @@ -232,7 +232,7 @@ <h3>Navigation</h3>
</div>
<div class="footer">
&copy; Copyright 2017, SHONNER CORP.
Last updated on Oct 27, 2017.
Last updated on Apr 27, 2018.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a>.
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions 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 0x036F2198>
<generator object at 0x05706710>

<script type="text/javascript">
DOCUMENTATION_OPTIONS.COLLAPSE_MODINDEX = true;
Expand Down Expand Up @@ -92,7 +92,7 @@ <h3>Navigation</h3>
</div>
<div class="footer">
&copy; Copyright 2017, SHONNER CORP.
Last updated on Dec 03, 2017.
Last updated on Apr 27, 2018.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a>.
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions 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 0x03590300>
<generator object at 0x058013F0>
<script type="text/javascript" src="_static/searchtools.js"></script>

</head>
Expand Down Expand Up @@ -83,7 +83,7 @@ <h3>Navigation</h3>
</div>
<div class="footer">
&copy; Copyright 2017, SHONNER CORP.
Last updated on Dec 03, 2017.
Last updated on Apr 27, 2018.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a>.
</div>
</body>
Expand Down

0 comments on commit e3cabc0

Please sign in to comment.