Skip to content

Commit

Permalink
maybe this theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnDriscoll committed Oct 26, 2017
1 parent b687d81 commit 93ae235
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 7 deletions.
Binary file modified docs/build/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/.doctrees/index.doctree
Binary file not shown.
Binary file not shown.
3 changes: 3 additions & 0 deletions docs/build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ <h3>Navigation</h3>

<div class="section" id="diceroll-2-4-operations-manual">
<h1><strong>diceroll 2.4 Operations Manual</strong><a class="headerlink" href="#diceroll-2-4-operations-manual" title="Permalink to this headline"></a></h1>
<div class="figure">
<img alt="_images/diceroll_manual_cover_pdf_art.png" src="_images/diceroll_manual_cover_pdf_art.png" />
</div>
<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
many gaming and RPG die rolling conventions.</p>
Expand Down
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 0x0375F1E8>
<generator object at 0x03513440>

<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 0x03774FA8>
<generator object at 0x03530C10>
<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.

Binary file not shown.
4 changes: 1 addition & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,7 @@
# html_theme = 'nature'

html_theme = 'agogo'
html_theme_options = {
'index_logo': 'diceroll_manual_cover_pdf_art.png',
}


# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
Expand Down
4 changes: 3 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
**diceroll 2.4 Operations Manual**
==================================

.. figure:: diceroll_manual_cover_pdf_art.png

**diceroll 2.4** is easy-to-use, open source die rolling software. Written
in Python 2.5 and using a variety of IDEs, **diceroll 2.4** supports
many gaming and RPG die rolling conventions.
Expand Down Expand Up @@ -34,4 +36,4 @@ Indices and tables
------------------

* :ref:`genindex`
* :ref:`search`
* :ref:`search`

0 comments on commit 93ae235

Please sign in to comment.