From f1a29c62ec1fa8988e2b4ad12e57cfa8b9f0fc3c Mon Sep 17 00:00:00 2001 From: Abdelkader HASSINE Date: Sat, 25 Apr 2026 23:09:05 +0200 Subject: [PATCH] Move chapter reference from inline link into glossary tooltip --- website/docs/chapter-02/05_keyword_interface.md | 2 +- website/static/glossary/glossary.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/chapter-02/05_keyword_interface.md b/website/docs/chapter-02/05_keyword_interface.md index 562e301..039a326 100644 --- a/website/docs/chapter-02/05_keyword_interface.md +++ b/website/docs/chapter-02/05_keyword_interface.md @@ -70,7 +70,7 @@ All of them can be called positionally or by name. ![Set To Dictionary Keyword Documentation](/img/Set_To_Dictionary_part_1.png) -This keyword has one :term[Mandatory Argument] `dictionary` which can be called positionally or by name. See [Mandatory Args](../chapter-03/user_keyword). +This keyword has one :term[Mandatory Argument] `dictionary` which can be called positionally or by name. The latter two arguments are optional and can be used depending on the style of defining keys and values the user likes most. The argument `key_value_pairs` is a :term[Variable Number of Positional Arguments] and can only be set by position. diff --git a/website/static/glossary/glossary.json b/website/static/glossary/glossary.json index c81bbc0..c120cdf 100644 --- a/website/static/glossary/glossary.json +++ b/website/static/glossary/glossary.json @@ -231,7 +231,7 @@ "term": "Mandatory Argument", "aliases": [], "abbreviation": "", - "definition": "Argument kind in a keyword specification without a default value that must be provided in calls and that precedes optional arguments." + "definition": "Argument kind in a keyword specification without a default value that must be provided in calls and that precedes optional arguments. See [Defining Mandatory Arguments](/docs/chapter-03/user_keyword#3351-defining-mandatory-arguments)." }, { "term": "Suite Metadata",