From 98e4b41e49c25996fbd201fcf518bbae673422ca Mon Sep 17 00:00:00 2001 From: Manon Bourgognon <manon.bourgognon@epitech.eu> Date: Fri, 28 May 2021 15:27:50 +0200 Subject: [PATCH] update: fix 'subtoctree' structure --- .../framework_guide/javascript-API.rst | 6 ++--- .../framework_guide/list-base-components.rst | 20 +++++++------- .../list-external-components.rst | 4 +-- .../framework_guide/list-mixins.rst | 26 +++++++++---------- .../framework_guide/list-widgets.rst | 4 +-- 5 files changed, 30 insertions(+), 30 deletions(-) diff --git a/source/import_documentation/framework_guide/javascript-API.rst b/source/import_documentation/framework_guide/javascript-API.rst index c25e670..d9e8dd6 100644 --- a/source/import_documentation/framework_guide/javascript-API.rst +++ b/source/import_documentation/framework_guide/javascript-API.rst @@ -6,6 +6,6 @@ This section presents how you can use Javascript API with sib-core. .. toctree:: :maxdepth: 1 - :ref:`Events <events>` - :ref:`Javascript Helpers <javascript-helpers>` - :ref:`Store documentation <store-documentation>` \ No newline at end of file + Events <events> + Javascript Helpers <javascript-helpers> + Store documentation <store-documentation> \ No newline at end of file diff --git a/source/import_documentation/framework_guide/list-base-components.rst b/source/import_documentation/framework_guide/list-base-components.rst index 284d5eb..52e86b7 100644 --- a/source/import_documentation/framework_guide/list-base-components.rst +++ b/source/import_documentation/framework_guide/list-base-components.rst @@ -9,13 +9,13 @@ The base components are : .. toctree:: :maxdepth: 1 - :ref:`solid-ac-checker <solid-ac-checker>` - :ref:`solid-calendar <solid-calendar>` - :ref:`solid-display <solid-display>` - :ref:`solid-delete <solid-delete>` - :ref:`solid-form <solid-form>` - :ref:`solid-form-search <solid-form-search>` - :ref:`solid-lang <solid-lang>` - :ref:`solid-map <solid-map>` - :ref:`solid-table <solid-table>` - :ref:`solid-widget <solid-widget>` \ No newline at end of file + solid-ac-checker <solid-ac-checker> + solid-calendar <solid-calendar> + solid-display <solid-display> + solid-delete <solid-delete> + solid-form <solid-form> + solid-form-search <solid-form-search> + solid-lang <solid-lang> + solid-map <solid-map> + solid-table <solid-table> + solid-widget <solid-widget> \ No newline at end of file diff --git a/source/import_documentation/framework_guide/list-external-components.rst b/source/import_documentation/framework_guide/list-external-components.rst index 21c4bea..f4440fb 100644 --- a/source/import_documentation/framework_guide/list-external-components.rst +++ b/source/import_documentation/framework_guide/list-external-components.rst @@ -7,5 +7,5 @@ however they can be used to add useful features such as authentication and route .. toctree:: :maxdepth: 1 - :ref:`solid-auth <sib-auth>` - :ref:`solid-router <solid-router>` + solid-auth <sib-auth> + solid-router <solid-router> diff --git a/source/import_documentation/framework_guide/list-mixins.rst b/source/import_documentation/framework_guide/list-mixins.rst index 16f7362..6f04450 100644 --- a/source/import_documentation/framework_guide/list-mixins.rst +++ b/source/import_documentation/framework_guide/list-mixins.rst @@ -7,16 +7,16 @@ the base components to best render the content of the application : .. toctree:: :maxdepth: 1 - :ref:`counter-mixin <counter-mixin>` - :ref:`federation-mixin <federation-mixin>` - :ref:`filter-mixin <filter-mixin>` - :ref:`grouper-mixin <grouper-mixin>` - :ref:`highlighter-mixin <highlighter-mixin>` - :ref:`list-mixin <list-mixin>` - :ref:`next-mixin <next-mixin>` - :ref:`paginate-mixin <paginate-mixin>` - :ref:`required-mixin <required-mixin>` - :ref:`sorter-mixin <sorter-mixin>` - :ref:`store-mixin <store-mixin>` - :ref:`validation-mixin <validation-mixin>` - :ref:`widget-mixin <widget-mixin>` + counter-mixin <counter-mixin> + federation-mixin <federation-mixin> + filter-mixin <filter-mixin> + grouper-mixin <grouper-mixin> + highlighter-mixin <highlighter-mixin> + list-mixin <list-mixin> + next-mixin <next-mixin> + paginate-mixin <paginate-mixin> + required-mixin <required-mixin> + sorter-mixin <sorter-mixin> + store-mixin <store-mixin> + validation-mixin <validation-mixin> + widget-mixin <widget-mixin> diff --git a/source/import_documentation/framework_guide/list-widgets.rst b/source/import_documentation/framework_guide/list-widgets.rst index e8d0fb7..a8ca7c8 100644 --- a/source/import_documentation/framework_guide/list-widgets.rst +++ b/source/import_documentation/framework_guide/list-widgets.rst @@ -7,5 +7,5 @@ How to create them and how to use them are precised : .. toctree:: :maxdepth: 1 - :ref:`Widget API Reference <reference>` - :ref:`Examples <examples>` \ No newline at end of file + Widget API Reference <reference> + Examples <examples> \ No newline at end of file -- GitLab