Skip to content

Commit

Permalink
Merge pull request #8873 from tk0miya/8860_bad_example
Browse files Browse the repository at this point in the history
Fix #8860: doc: Usage of recipe directive is wrong
  • Loading branch information
tk0miya committed Feb 12, 2021
2 parents 73b2f94 + d5de7bf commit 61af7f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/development/tutorials/recipe.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 61af7f4

Please sign in to comment.