Rearrange docs.

This commit is contained in:
Steve Pulec 2017-03-14 23:20:17 -04:00
commit d0cde0218c
32 changed files with 1827 additions and 62 deletions

View file

@ -91,6 +91,16 @@
<ul class="current">
<li class="toctree-l1 current"><a class="reference internal" href="index.html">Moto: Mock AWS Services</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="index.html#getting-started">Getting Started</a></li>
<li class="toctree-l2 current"><a class="reference internal" href="index.html#additional-resources">Additional Resources</a><ul class="current">
<li class="toctree-l3"><a class="reference internal" href="getting_started.html">Getting Started with Moto</a></li>
<li class="toctree-l3 current"><a class="current reference internal" href="#">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 current"><a class="current reference internal" href="#">Other languages</a></li>
<li class="toctree-l1"><a class="reference internal" href="moto_apis.html">Moto APIs</a></li>
@ -159,7 +169,7 @@
<div class="section" id="other-languages">
<span id="other-langs"></span><h1>Other languages<a class="headerlink" href="#other-languages" title="Permalink to this headline"></a></h1>
<p>You don&#8217;t need to use Python to use Moto; it can be used with any language. To use it with another language, run moto_server and here are some examples in other languages.</p>
<p>You don&#8217;t need to use Python to use Moto; it can be used with any language. To use it with another language, run moto_server. Here are some examples in other languages:</p>
<ul class="simple">
<li><a class="reference external" href="https://github.com/spulec/moto/blob/master/other_langs/sqsSample.java">Java</a></li>
<li><a class="reference external" href="https://github.com/spulec/moto/blob/master/other_langs/test.rb">Ruby</a></li>