moto/docs/index.rst

39 lines
809 B
ReStructuredText
Raw Normal View History

2015-07-27 15:44:41 +00:00
.. _index:
=============================
2017-03-14 04:17:56 +00:00
Moto: Mock AWS Services
2015-07-27 15:44:41 +00:00
=============================
A library that allows you to easily mock out tests based on
2017-03-15 03:20:17 +00:00
`AWS infrastructure`_.
2015-07-27 15:44:41 +00:00
Getting Started
---------------
If you've never used ``moto`` before, you should read the
2017-03-15 03:20:17 +00:00
:doc:`Getting Started with Moto <docs/getting_started>` guide to get familiar
2017-03-14 04:17:56 +00:00
with ``moto`` and its usage.
2015-07-27 15:44:41 +00:00
Additional Resources
--------------------
* `Moto Source Repository`_
* `Moto Issue Tracker`_
2017-03-15 03:20:17 +00:00
.. _AWS infrastructure: http://aws.amazon.com/
2015-07-27 15:44:41 +00:00
.. _Moto Issue Tracker: https://github.com/spulec/moto/issues
.. _Moto Source Repository: https://github.com/spulec/moto
.. toctree::
:maxdepth: 2
:hidden:
:glob:
2017-03-15 03:20:17 +00:00
docs/getting_started
docs/server_mode
docs/boto
docs/iam
docs/aws_config
docs/services/index