From a33916f3e2f3e2e5946d548a2ec76faa026265da Mon Sep 17 00:00:00 2001 From: VionFrancois <78816256+VionFrancois@users.noreply.github.com> Date: Thu, 14 Nov 2024 13:08:37 +0100 Subject: [PATCH] Fix links --- docs/behavior.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/behavior.rst b/docs/behavior.rst index 6a7d1c5..f56b043 100644 --- a/docs/behavior.rst +++ b/docs/behavior.rst @@ -4,7 +4,7 @@ Behavior-Driven Development About Behavior-Driven Development --------------------------------- -This introduction is inspired by the documentation of `Behave `__, a Python +This introduction is inspired by the documentation of `Behave `__, a Python library for Behavior-Driven Development (BDD). BDD is an agile software development technique that encourages collaboration between developers, QA and non-technical or business participants in a software project. @@ -137,7 +137,7 @@ The ``sismic-bdd`` command-line interface accepts several other parameters: available) Additionally, any extra parameter provided to ``sismic-bdd`` will be passed to Behave. -See `command-line parameters of Behave `__ +See `command-line parameters of Behave `__ for more information. @@ -295,7 +295,7 @@ Consider the following scenarios expressed using a domain-specific language: The mapping from domain-specific step "Given I open the door" to the action of sending a door opened event to the statechart could be defined using plain Python code, by defining a new step following -`Python Step Implementations `__ +`Python Step Implementations `__ of Behave. .. code:: python