Add FAQ page for users (#4595)
This commit is contained in:
parent
3f8895a9a3
commit
32b2a90ee6
@ -1,4 +1,4 @@
|
||||
.. _contributing faq:
|
||||
.. _contributing developer faq:
|
||||
|
||||
.. role:: bash(code)
|
||||
:language: bash
|
||||
@ -7,14 +7,9 @@
|
||||
:language: python
|
||||
|
||||
=============================
|
||||
FAQ
|
||||
FAQ for Developers
|
||||
=============================
|
||||
|
||||
Is Moto concurrency safe?
|
||||
############################
|
||||
|
||||
No. Moto is not designed for multithreaded access/multiprocessing.
|
||||
|
||||
When running the linter...
|
||||
#############################
|
||||
|
||||
|
20
docs/docs/faq.rst
Normal file
20
docs/docs/faq.rst
Normal file
@ -0,0 +1,20 @@
|
||||
.. _contributing faq:
|
||||
|
||||
.. role:: raw-html(raw)
|
||||
:format: html
|
||||
|
||||
|
||||
======
|
||||
FAQ
|
||||
======
|
||||
|
||||
Is Moto concurrency safe?
|
||||
############################
|
||||
|
||||
No. Moto is not designed for multithreaded access/multiprocessing.
|
||||
|
||||
Why am I getting RUST errors when installing Moto?
|
||||
####################################################
|
||||
|
||||
Moto has a dependency on the pip-module `cryptography`. As of Cryptography >= 3.4, this module requires Rust as a dependency. :raw-html:`<br />`
|
||||
Most OS/platforms will support the installation of Rust, but if you're getting any errors related to this, see the cryptography documentation for more information: https://cryptography.io/en/latest/installation/#rust
|
@ -32,6 +32,7 @@ Additional Resources
|
||||
|
||||
docs/getting_started
|
||||
docs/server_mode
|
||||
docs/faq
|
||||
docs/boto
|
||||
docs/iam
|
||||
docs/aws_config
|
||||
|
Loading…
Reference in New Issue
Block a user