From 8639678102694c13d903663aa444697ca22958e7 Mon Sep 17 00:00:00 2001 From: Alice <alice.poggioli@hotmail.fr> Date: Mon, 27 Apr 2020 15:11:24 +0200 Subject: [PATCH] Patch upload image --- .../import_documentation/core-framework-architecture.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/source/import_documentation/core-framework-architecture.rst b/source/import_documentation/core-framework-architecture.rst index 561e6a2..e59050f 100644 --- a/source/import_documentation/core-framework-architecture.rst +++ b/source/import_documentation/core-framework-architecture.rst @@ -5,7 +5,7 @@ Mixin API ========= Here is a simplified schema of how the API works to create a component: -.. figure:: ../_static/images/import_documentation/sib-api +.. figure:: ../_static/images/import_documentation/sib-api.png :alt: Core Architecture @@ -13,7 +13,7 @@ Core Architecture Here is a simplified schema of the organization and the responsibilities of the classes of the core: -.. figure:: ../_static/images/import_documentation/core-architecture +.. figure:: ../_static/images/import_documentation/core-architecture.png :alt: The Core architecture List post-processing @@ -21,5 +21,6 @@ List post-processing A sib-display component is capable of showing a list of resources and applying different filters on this list to filter, sort, group... resources. Here is a schema of the order of these transformations: -.. figure:: ../_static/images/import_documentation/list-post-processing - :alt: List post-processing \ No newline at end of file +.. figure:: ../_static/images/import_documentation/list-post-processing.png + :alt: List post-processing + -- GitLab