From d5de7bf3cf18512a7bc1146ef9d55f21d4d54c5e Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Fri, 12 Feb 2021 20:51:53 +0900 Subject: Fix #8860: doc: Usage of recipe directive is wrong --- doc/development/tutorials/recipe.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/development/tutorials') diff --git a/doc/development/tutorials/recipe.rst b/doc/development/tutorials/recipe.rst index dcfe42c1a..404be542f 100644 --- a/doc/development/tutorials/recipe.rst +++ b/doc/development/tutorials/recipe.rst @@ -207,10 +207,10 @@ You can now use the extension throughout your project. For example: The recipe contains `tomato` and `cilantro`. .. recipe:recipe:: TomatoSoup - :contains: tomato cilantro salt pepper + :contains: tomato, cilantro, salt, pepper - This recipe is a tasty tomato soup, combine all ingredients - and cook. + This recipe is a tasty tomato soup, combine all ingredients + and cook. The important things to note are the use of the ``:recipe:ref:`` role to cross-reference the recipe actually defined elsewhere (using the -- cgit v1.2.1