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