Updated Doc and Shema.
Binary file src/source/_static/architecture_dev.png has changed
Binary file src/source/_static/architecture_prod.png has changed
Binary file src/source/_static/architecture_quickstart.png has changed
--- a/src/source/architecture.rst Wed Mar 28 18:07:02 2018 +0200
+++ b/src/source/architecture.rst Thu Mar 29 13:42:57 2018 +0200
@@ -15,6 +15,9 @@
Quickstart deployment
---------------------
+Overview of the environement system after the :ref:`quickstart` installation.
+It's a very lite configuration, with only mandatory resourses.
+Obviously you can extend this system by connecting more resources like is described in the :ref:`config` chapiter
.. image:: _static/architecture_quickstart.png
@@ -24,6 +27,8 @@
Developpement deployment
------------------------
+In additon of mandatory resource **PyAMS** could work with:
+
* a websockets server (GuniCorn), used to handle desktop notifications;
you can find information about this component in the :ref:`pyams_notify` chapter;
@@ -36,6 +41,7 @@
Production deployment
---------------------
+Use case in a more complete prodution environement.
.. image:: _static/architecture_prod.png
--- a/src/source/index.rst Wed Mar 28 18:07:02 2018 +0200
+++ b/src/source/index.rst Thu Mar 29 13:42:57 2018 +0200
@@ -12,14 +12,32 @@
.. toctree::
:maxdepth: 2
+ :caption: GENERAL
Introduction <introduction>
+ Application architecture <architecture>
+
+.. toctree::
+ :maxdepth: 2
+ :caption: GET STARTED
+
Quickstart <quickstart>
- Application architecture <architecture>
- Admin's Guide <admin>
+ Installation <install>
+
+.. toctree::
+ :maxdepth: 2
+ :caption: TUTORIAL
+
User’s Guide <manage>
+
+.. toctree::
+ :maxdepth: 2
+ :caption: DEVELOPMENT
+
+ Admin's Guide <config>
Developer’s Guide <extend>
+
PyAMS external packages
-----------------------