Updated Doc and Shema. dev-dc
authorDamien Correia
Thu, 29 Mar 2018 13:42:57 +0200
branchdev-dc
changeset 33 eeef4052fcd1
parent 32 fd15bdd3192e
child 34 f234f01d54f9
Updated Doc and Shema.
src/source/_static/architecture_dev.png
src/source/_static/architecture_prod.png
src/source/_static/architecture_quickstart.png
src/source/architecture.rst
src/source/index.rst
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
 -----------------------