From 568c84feda1711c200777e359dfd8f169ae47f5d Mon Sep 17 00:00:00 2001 From: Simon De Backer Date: Sat, 8 Aug 2020 22:47:24 +0200 Subject: [PATCH] Mod link --- _Sidebar.md | 70 +++++++++++-------- data_files/elements_child_description.md | 20 +++--- .../elements_child_elementInformations.md | 2 +- data_files/elements_child_informations.md | 2 +- data_files/elements_child_kindInformations.md | 2 + data_files/elements_child_names.md | 2 +- data_files/elements_child_uuid.md | 5 +- data_files/project_child_properties.md | 2 +- data_files/project_child_property.md | 16 ----- .../project_newdiagrams_child_border.md | 2 +- .../project_properties_child_property.md | 11 ++- 11 files changed, 68 insertions(+), 66 deletions(-) delete mode 100644 data_files/project_child_property.md diff --git a/_Sidebar.md b/_Sidebar.md index aa6e469..1775364 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -1,32 +1,42 @@ [Home](Home) [tools](tools) - * [XML-elements](elements_XML) - * [attribute](elements_definition_attribute) - * child elements - * [uuid](elements_child_uuid) - * [names](elements_child_names) - * [name](elements_child_name) - * [informations](elements_child_informations) - * [description](elements_child_description) - * [kindInformations](elements_child_kindInformations) - * [elementInformations](elements_child_elementInformations) - * [XML-project](project_XML) - * child elements - * [properties](project_child_properties) - * [property](project_properties_child_property) - * [newdiagrams](project_child_newdiagrams) - * [border](project_newdiagrams_child_border) - * [inset](project_newdiagrams_child_inset) - * [conductors](project_newdiagrams_child_conductors) - * [report](project_newdiagrams_child_report) - * [xrefs](project_newdiagrams_child_xrefs) - * [conductors_autonums](project_newdiagrams_child_conductors_autonums) - * [folio_autonums](project_newdiagrams_child_folio_autonums) - * [element_autonums](project_newdiagrams_child_element_autonums) - * [diagram](project_child_diagram) - * [defaultconductor](project_diagram_child_defaultconductor) - * [elements](project_diagram_child_elements) - * [conductors](project_diagram_child_conductors) - * [inputs](project_diagram_child_inputs) - * [collection](project_child_collection) - * [category](project_collection_child_category) + + * [XML-elements](elements_XML) + * [attribute](elements_definition_attribute) + * child elements + * [uuid](elements_child_uuid) + * [names](elements_child_names) + * [name](elements_child_name) + * [informations](elements_child_informations) + * [description](elements_child_description) + * [polygon](elements_description_child_polygon) + * [line](elements_description_child_line) + * [rectangle](elements_description_child_rectangle) + * [ellipse](elements_description_child_ellipse) + * [text](elements_description_child_text) + * [arc](elements_description_child_arc) + * [dynamic_text](elements_description_child_dynamic_text) + * [terminal](elements_description_child_terminal) + * [kindInformations](elements_child_kindInformations) + * [elementInformations](elements_child_elementInformations) + + * [XML-project](project_XML) + * child elements + * [properties](project_child_properties) + * [property](project_properties_child_property) + * [newdiagrams](project_child_newdiagrams) + * [border](project_newdiagrams_child_border) + * [inset](project_newdiagrams_child_inset) + * [conductors](project_newdiagrams_child_conductors) + * [report](project_newdiagrams_child_report) + * [xrefs](project_newdiagrams_child_xrefs) + * [conductors_autonums](project_newdiagrams_child_conductors_autonums) + * [folio_autonums](project_newdiagrams_child_folio_autonums) + * [element_autonums](project_newdiagrams_child_element_autonums) + * [diagram](project_child_diagram) + * [defaultconductor](project_diagram_child_defaultconductor) + * [elements](project_diagram_child_elements) + * [conductors](project_diagram_child_conductors) + * [inputs](project_diagram_child_inputs) + * [collection](project_child_collection) + * [category](project_collection_child_category) diff --git a/data_files/elements_child_description.md b/data_files/elements_child_description.md index 5345aec..a4b335c 100644 --- a/data_files/elements_child_description.md +++ b/data_files/elements_child_description.md @@ -2,56 +2,56 @@ Example: `` -parent : definition +parent : [definition](elements_XML) attribute : none #### polygon Example: `` -parent : description +parent : [description](elements_child_description) attribute : #### line Example: `` -parent : description +parent : [description](elements_child_description) attribute : #### rectangle Example: `` -parent : description +parent : [description](elements_child_description) attribute : #### ellipse Example: `` -parent : description +parent : [description](elements_child_description) attribute : #### polygon Example: `` -parent : description +parent : [description](elements_child_description) attribute : #### text Example: `` -parent : description +parent : [description](elements_child_description) attribute : #### arc Example: `` -parent : description +parent : [description](elements_child_description) attribute : #### dynamic_text Example: `` -parent : description +parent : [description](elements_child_description) attribute : @@ -67,6 +67,6 @@ waar de verbinding gemaakt wordt. Example: `` -parent : description +parent : [description](elements_child_description) attribute : diff --git a/data_files/elements_child_elementInformations.md b/data_files/elements_child_elementInformations.md index 5ff14bb..a00e072 100644 --- a/data_files/elements_child_elementInformations.md +++ b/data_files/elements_child_elementInformations.md @@ -4,7 +4,7 @@ see [definition attribute link type](elements_definition_attribute#link-type) wh Example: `` -parent : definition +parent : [definition](elements_XML) children : elementInformation diff --git a/data_files/elements_child_informations.md b/data_files/elements_child_informations.md index f98b3fb..79340ba 100644 --- a/data_files/elements_child_informations.md +++ b/data_files/elements_child_informations.md @@ -3,7 +3,7 @@ Example: `Author: The QElectroTech team License: see https://git.tuxfamily.org/qet/qet.git/tree/ELEMENTS.LICENSE` -parent : definition +parent : [definition](elements_XML) attribute : none diff --git a/data_files/elements_child_kindInformations.md b/data_files/elements_child_kindInformations.md index ecaabb2..6c30d35 100644 --- a/data_files/elements_child_kindInformations.md +++ b/data_files/elements_child_kindInformations.md @@ -1,3 +1,5 @@ # kindInformations see [definition attribute link type](elements_definition_attribute#link-type) when used + +parent : [definition](elements_XML) diff --git a/data_files/elements_child_names.md b/data_files/elements_child_names.md index b01b0d5..333e916 100644 --- a/data_files/elements_child_names.md +++ b/data_files/elements_child_names.md @@ -2,7 +2,7 @@ Example: `` -parent : definition +parent : [definition](elements_XML) attribute : none diff --git a/data_files/elements_child_uuid.md b/data_files/elements_child_uuid.md index 443abc2..ddb5b61 100644 --- a/data_files/elements_child_uuid.md +++ b/data_files/elements_child_uuid.md @@ -1,9 +1,10 @@ # uuid -parent : definition + +parent : [definition](elements_XML) Example: `` attribute : uuid -* Uuid used to compare two elements + * Uuid used to compare two elements diff --git a/data_files/project_child_properties.md b/data_files/project_child_properties.md index 4c6f420..a5f57e0 100644 --- a/data_files/project_child_properties.md +++ b/data_files/project_child_properties.md @@ -3,7 +3,7 @@ This contains all properties of the project. Example: `` -parent : project +parent : [project](project_XML) attribute : none diff --git a/data_files/project_child_property.md b/data_files/project_child_property.md deleted file mode 100644 index fad6c6e..0000000 --- a/data_files/project_child_property.md +++ /dev/null @@ -1,16 +0,0 @@ -# property -Example: -`my_project` - -parent : [properties](project_child_properties) - -attribute : - * name : - * savedfilename - * saveddate - * savedtime - * savedfilepath - * show - 1 or 0 - - diff --git a/data_files/project_newdiagrams_child_border.md b/data_files/project_newdiagrams_child_border.md index 2fc21ae..29f718b 100644 --- a/data_files/project_newdiagrams_child_border.md +++ b/data_files/project_newdiagrams_child_border.md @@ -2,7 +2,7 @@ Example: `` -parent : newdiagrams +parent : [newdiagrams](project_child_newdiagrams) attribute : * cols diff --git a/data_files/project_properties_child_property.md b/data_files/project_properties_child_property.md index ded06da..fad6c6e 100644 --- a/data_files/project_properties_child_property.md +++ b/data_files/project_properties_child_property.md @@ -1,11 +1,16 @@ # property Example: -`2020-08-02` +`my_project` -parent : properties +parent : [properties](project_child_properties) attribute : - * name + * name : + * savedfilename + * saveddate + * savedtime + * savedfilepath * show + 1 or 0