Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Commit

Permalink
doc: fix reathedocs integration (#78)
Browse files Browse the repository at this point in the history
* Back to use index.rst instead of contents.rst
  • Loading branch information
tripledes committed Dec 23, 2019
1 parent 23587c7 commit 9fa7c7c
Show file tree
Hide file tree
Showing 17 changed files with 36 additions and 215 deletions.
Binary file removed doc/build/doctrees/contents.doctree
Binary file not shown.
Binary file modified doc/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified doc/build/doctrees/index.doctree
Binary file not shown.
1 change: 1 addition & 0 deletions doc/build/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ this part of the documentation is for you.
.. toctree::
:maxdepth: 2

domain
infrastructure
155 changes: 0 additions & 155 deletions doc/build/html/contents.html

This file was deleted.

6 changes: 3 additions & 3 deletions doc/build/html/domain.html
Original file line number Diff line number Diff line change
Expand Up @@ -300,10 +300,10 @@ <h2>Raid<a class="headerlink" href="#raid" title="Permalink to this headline">¶
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<p class="logo"><a href="contents.html">
<p class="logo"><a href="index.html">
<img class="logo" src="_static/logo.png" alt="Logo"/>
</a></p>
<h1 class="logo"><a href="contents.html">The Sheriff</a></h1>
<h1 class="logo"><a href="index.html">The Sheriff</a></h1>



Expand Down Expand Up @@ -336,7 +336,7 @@ <h3>Navigation</h3>
<div class="relations">
<h3>Related Topics</h3>
<ul>
<li><a href="contents.html">Documentation overview</a><ul>
<li><a href="index.html">Documentation overview</a><ul>
<li>Previous: <a href="usage.html" title="previous chapter">The Sheriff Usage</a></li>
<li>Next: <a href="infrastructure.html" title="next chapter">The Sheriff Infrastructure</a></li>
</ul></li>
Expand Down
6 changes: 3 additions & 3 deletions doc/build/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,10 @@ <h2 id="U">U</h2>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<p class="logo"><a href="contents.html">
<p class="logo"><a href="index.html">
<img class="logo" src="_static/logo.png" alt="Logo"/>
</a></p>
<h1 class="logo"><a href="contents.html">The Sheriff</a></h1>
<h1 class="logo"><a href="index.html">The Sheriff</a></h1>



Expand Down Expand Up @@ -271,7 +271,7 @@ <h3>Navigation</h3>
<div class="relations">
<h3>Related Topics</h3>
<ul>
<li><a href="contents.html">Documentation overview</a><ul>
<li><a href="index.html">Documentation overview</a><ul>
</ul></li>
</ul>
</div>
Expand Down
7 changes: 7 additions & 0 deletions doc/build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ <h2>The API Documentation<a class="headerlink" href="#the-api-documentation" tit
this part of the documentation is for you.</p>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="domain.html">The Sheriff Domain</a><ul>
<li class="toctree-l2"><a class="reference internal" href="domain.html#gang">Gang</a></li>
<li class="toctree-l2"><a class="reference internal" href="domain.html#outlaw">Outlaw</a></li>
<li class="toctree-l2"><a class="reference internal" href="domain.html#raid">Raid</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="infrastructure.html">The Sheriff Infrastructure</a><ul>
<li class="toctree-l2"><a class="reference internal" href="infrastructure.html#controllers">Controllers</a></li>
<li class="toctree-l2"><a class="reference internal" href="infrastructure.html#repositories">Repositories</a></li>
Expand Down Expand Up @@ -89,6 +95,7 @@ <h3>Navigation</h3>
<li class="toctree-l1"><a class="reference internal" href="usage.html">The Sheriff Usage</a></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="domain.html">The Sheriff Domain</a></li>
<li class="toctree-l1"><a class="reference internal" href="infrastructure.html">The Sheriff Infrastructure</a></li>
</ul>

Expand Down
18 changes: 9 additions & 9 deletions doc/build/html/infrastructure.html
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ <h2>Repositories<a class="headerlink" href="#repositories" title="Permalink to t
<dd><p>Method add persists a new Outlaw to MySQL.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><p><strong>new_outlaw</strong> (<em>Outlaw</em>) – Object with the new Outlaw details</p>
<dd class="field-odd"><p><strong>new_outlaw</strong> (<a class="reference internal" href="domain.html#thesheriff.domain.outlaw.outlaw.Outlaw" title="thesheriff.domain.outlaw.outlaw.Outlaw"><em>Outlaw</em></a>) – Object with the new Outlaw details</p>
</dd>
<dt class="field-even">Returns</dt>
<dd class="field-even"><p>No returned value.</p>
Expand All @@ -336,7 +336,7 @@ <h2>Repositories<a class="headerlink" href="#repositories" title="Permalink to t
<dd class="field-even"><p>List of outlaw friends.</p>
</dd>
<dt class="field-odd">Return type</dt>
<dd class="field-odd"><p>List[Outlaw]</p>
<dd class="field-odd"><p>List[<a class="reference internal" href="domain.html#thesheriff.domain.outlaw.outlaw.Outlaw" title="thesheriff.domain.outlaw.outlaw.Outlaw">Outlaw</a>]</p>
</dd>
</dl>
</dd></dl>
Expand All @@ -353,7 +353,7 @@ <h2>Repositories<a class="headerlink" href="#repositories" title="Permalink to t
<dd class="field-even"><p>Outlaw object.</p>
</dd>
<dt class="field-odd">Return type</dt>
<dd class="field-odd"><p>Outlaw</p>
<dd class="field-odd"><p><a class="reference internal" href="domain.html#thesheriff.domain.outlaw.outlaw.Outlaw" title="thesheriff.domain.outlaw.outlaw.Outlaw">Outlaw</a></p>
</dd>
</dl>
</dd></dl>
Expand Down Expand Up @@ -381,7 +381,7 @@ <h2>Repositories<a class="headerlink" href="#repositories" title="Permalink to t
<dd><p>Method update modifies existing Outlaw.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><p><strong>mod_outlaw</strong> (<em>Outlaw</em>) – Object with Outlaw details to be updated.</p>
<dd class="field-odd"><p><strong>mod_outlaw</strong> (<a class="reference internal" href="domain.html#thesheriff.domain.outlaw.outlaw.Outlaw" title="thesheriff.domain.outlaw.outlaw.Outlaw"><em>Outlaw</em></a>) – Object with Outlaw details to be updated.</p>
</dd>
<dt class="field-even">Returns</dt>
<dd class="field-even"><p>No returned value.</p>
Expand Down Expand Up @@ -409,7 +409,7 @@ <h2>Repositories<a class="headerlink" href="#repositories" title="Permalink to t
<dd><p>Method add persists a new Outlaw to MySQL.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><p><strong>new_outlaw</strong> (<em>Outlaw</em>) – Object with the Outlaw information.</p>
<dd class="field-odd"><p><strong>new_outlaw</strong> (<a class="reference internal" href="domain.html#thesheriff.domain.outlaw.outlaw.Outlaw" title="thesheriff.domain.outlaw.outlaw.Outlaw"><em>Outlaw</em></a>) – Object with the Outlaw information.</p>
</dd>
<dt class="field-even">Returns</dt>
<dd class="field-even"><p>No returned value.</p>
Expand All @@ -432,7 +432,7 @@ <h2>Repositories<a class="headerlink" href="#repositories" title="Permalink to t
<dd class="field-even"><p>The Raid matching raid_id.</p>
</dd>
<dt class="field-odd">Return type</dt>
<dd class="field-odd"><p>Raid</p>
<dd class="field-odd"><p><a class="reference internal" href="domain.html#thesheriff.domain.raid.raid.Raid" title="thesheriff.domain.raid.raid.Raid">Raid</a></p>
</dd>
</dl>
</dd></dl>
Expand All @@ -458,10 +458,10 @@ <h2>Repositories<a class="headerlink" href="#repositories" title="Permalink to t
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<p class="logo"><a href="contents.html">
<p class="logo"><a href="index.html">
<img class="logo" src="_static/logo.png" alt="Logo"/>
</a></p>
<h1 class="logo"><a href="contents.html">The Sheriff</a></h1>
<h1 class="logo"><a href="index.html">The Sheriff</a></h1>



Expand Down Expand Up @@ -493,7 +493,7 @@ <h3>Navigation</h3>
<div class="relations">
<h3>Related Topics</h3>
<ul>
<li><a href="contents.html">Documentation overview</a><ul>
<li><a href="index.html">Documentation overview</a><ul>
<li>Previous: <a href="domain.html" title="previous chapter">The Sheriff Domain</a></li>
</ul></li>
</ul>
Expand Down
Binary file modified doc/build/html/objects.inv
Binary file not shown.
6 changes: 3 additions & 3 deletions doc/build/html/py-modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,10 @@ <h1>Python Module Index</h1>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<p class="logo"><a href="contents.html">
<p class="logo"><a href="index.html">
<img class="logo" src="_static/logo.png" alt="Logo"/>
</a></p>
<h1 class="logo"><a href="contents.html">The Sheriff</a></h1>
<h1 class="logo"><a href="index.html">The Sheriff</a></h1>



Expand Down Expand Up @@ -175,7 +175,7 @@ <h3>Navigation</h3>
<div class="relations">
<h3>Related Topics</h3>
<ul>
<li><a href="contents.html">Documentation overview</a><ul>
<li><a href="index.html">Documentation overview</a><ul>
</ul></li>
</ul>
</div>
Expand Down
6 changes: 3 additions & 3 deletions doc/build/html/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ <h1 id="search-documentation">Search</h1>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<p class="logo"><a href="contents.html">
<p class="logo"><a href="index.html">
<img class="logo" src="_static/logo.png" alt="Logo"/>
</a></p>
<h1 class="logo"><a href="contents.html">The Sheriff</a></h1>
<h1 class="logo"><a href="index.html">The Sheriff</a></h1>



Expand Down Expand Up @@ -96,7 +96,7 @@ <h3>Navigation</h3>
<div class="relations">
<h3>Related Topics</h3>
<ul>
<li><a href="contents.html">Documentation overview</a><ul>
<li><a href="index.html">Documentation overview</a><ul>
</ul></li>
</ul>
</div>
Expand Down

0 comments on commit 9fa7c7c

Please sign in to comment.