From 32b2a90ee66731fb475ded3282b33fdfe0c50970 Mon Sep 17 00:00:00 2001 From: Bert Blommers Date: Thu, 18 Nov 2021 21:57:31 -0100 Subject: [PATCH] Add FAQ page for users (#4595) --- docs/docs/contributing/faq.rst | 9 ++------- docs/docs/faq.rst | 20 ++++++++++++++++++++ docs/index.rst | 1 + 3 files changed, 23 insertions(+), 7 deletions(-) create mode 100644 docs/docs/faq.rst diff --git a/docs/docs/contributing/faq.rst b/docs/docs/contributing/faq.rst index b35740a6e..279b7be0c 100644 --- a/docs/docs/contributing/faq.rst +++ b/docs/docs/contributing/faq.rst @@ -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... ############################# diff --git a/docs/docs/faq.rst b/docs/docs/faq.rst new file mode 100644 index 000000000..36ec611dc --- /dev/null +++ b/docs/docs/faq.rst @@ -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:`
` +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 diff --git a/docs/index.rst b/docs/index.rst index ae4b68273..c9af8c2a4 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -32,6 +32,7 @@ Additional Resources docs/getting_started docs/server_mode + docs/faq docs/boto docs/iam docs/aws_config