Rearrange docs.
This commit is contained in:
parent
b81e427b99
commit
d0cde0218c
32 changed files with 1827 additions and 62 deletions
15
docs/_build/html/_sources/docs/other_langs.rst.txt
vendored
Normal file
15
docs/_build/html/_sources/docs/other_langs.rst.txt
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
.. _other_langs:
|
||||
|
||||
===============
|
||||
Other languages
|
||||
===============
|
||||
|
||||
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:
|
||||
|
||||
* `Java`_
|
||||
* `Ruby`_
|
||||
* `Javascript`_
|
||||
|
||||
.. _Java: https://github.com/spulec/moto/blob/master/other_langs/sqsSample.java
|
||||
.. _Ruby: https://github.com/spulec/moto/blob/master/other_langs/test.rb
|
||||
.. _Javascript: https://github.com/spulec/moto/blob/master/other_langs/test.js
|
||||
Loading…
Add table
Add a link
Reference in a new issue