Rearrange docs.
This commit is contained in:
parent
b81e427b99
commit
d0cde0218c
32 changed files with 1827 additions and 62 deletions
36
docs/_build/html/index.html
vendored
36
docs/_build/html/index.html
vendored
|
|
@ -36,7 +36,7 @@
|
|||
href="genindex.html"/>
|
||||
<link rel="search" title="Search" href="search.html"/>
|
||||
<link rel="top" title="Moto 0.4.10 documentation" href="#"/>
|
||||
<link rel="next" title="Getting Started with Moto" href="getting_started.html"/>
|
||||
<link rel="next" title="Getting Started with Moto" href="docs/getting_started.html"/>
|
||||
|
||||
|
||||
<script src="_static/js/modernizr.min.js"></script>
|
||||
|
|
@ -89,21 +89,11 @@
|
|||
|
||||
|
||||
|
||||
<ul class="current">
|
||||
<li class="toctree-l1 current"><a class="current reference internal" href="#">Moto: Mock AWS Services</a><ul>
|
||||
<li class="toctree-l2"><a class="reference internal" href="#getting-started">Getting Started</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="#moto-apis">Moto APIs</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="#additional-resources">Additional Resources</a><ul>
|
||||
<li class="toctree-l3"><a class="reference internal" href="getting_started.html">Getting Started with Moto</a></li>
|
||||
<li class="toctree-l3"><a class="reference internal" href="other_langs.html">Other languages</a></li>
|
||||
<li class="toctree-l3"><a class="reference internal" href="moto_apis.html">Moto APIs</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="getting_started.html">Getting Started with Moto</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="other_langs.html">Other languages</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="moto_apis.html">Moto APIs</a></li>
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="docs/getting_started.html">Getting Started with Moto</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="docs/server_mode.html">Server mode</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="docs/moto_apis.html">Moto APIs</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="docs/ec2_tut.html">Use Moto as EC2 backend</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
|
@ -170,13 +160,15 @@
|
|||
<div class="section" id="moto-mock-aws-services">
|
||||
<span id="index"></span><h1>Moto: Mock AWS Services<a class="headerlink" href="#moto-mock-aws-services" title="Permalink to this headline">¶</a></h1>
|
||||
<p>A library that allows you to easily mock out tests based on
|
||||
<span class="target" id="aws-infrastructure">AWS infrastructure</span>.</p>
|
||||
<a class="reference external" href="http://aws.amazon.com/">AWS infrastructure</a>.</p>
|
||||
<div class="section" id="getting-started">
|
||||
<h2>Getting Started<a class="headerlink" href="#getting-started" title="Permalink to this headline">¶</a></h2>
|
||||
<p>If you’ve never used <code class="docutils literal"><span class="pre">moto</span></code> before, you should read the
|
||||
<a class="reference internal" href="getting_started.html"><span class="doc">Getting Started with Moto</span></a> guide to get familiar
|
||||
<a class="reference internal" href="docs/getting_started.html"><span class="doc">Getting Started with Moto</span></a> guide to get familiar
|
||||
with <code class="docutils literal"><span class="pre">moto</span></code> and its usage.</p>
|
||||
<p>Currently implemented Services:</p>
|
||||
</div>
|
||||
<div class="section" id="currently-implemented-services">
|
||||
<h2>Currently implemented Services:<a class="headerlink" href="#currently-implemented-services" title="Permalink to this headline">¶</a></h2>
|
||||
<table border="1" class="docutils">
|
||||
<colgroup>
|
||||
<col width="29%" />
|
||||
|
|
@ -321,10 +313,6 @@ all endpoints done</td>
|
|||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="section" id="moto-apis">
|
||||
<h2>Moto APIs<a class="headerlink" href="#moto-apis" title="Permalink to this headline">¶</a></h2>
|
||||
<p>some stuff</p>
|
||||
</div>
|
||||
<div class="section" id="additional-resources">
|
||||
<h2>Additional Resources<a class="headerlink" href="#additional-resources" title="Permalink to this headline">¶</a></h2>
|
||||
<ul class="simple">
|
||||
|
|
@ -346,7 +334,7 @@ all endpoints done</td>
|
|||
|
||||
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
|
||||
|
||||
<a href="getting_started.html" class="btn btn-neutral float-right" title="Getting Started with Moto" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
|
||||
<a href="docs/getting_started.html" class="btn btn-neutral float-right" title="Getting Started with Moto" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
|
||||
|
||||
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue