Rearrange docs.
This commit is contained in:
parent
b81e427b99
commit
d0cde0218c
32 changed files with 1827 additions and 62 deletions
12
docs/_build/html/other_langs.html
vendored
12
docs/_build/html/other_langs.html
vendored
|
|
@ -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’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’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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue