Skip to content

Commit

Permalink
Small fix in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
danwos committed Jan 17, 2023
1 parent 63d9b2b commit 1f554ae
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions docs/directives/list2need.rst
Original file line number Diff line number Diff line change
Expand Up @@ -301,18 +301,17 @@ And instead of ``"`` also ``'`` can be used.
.. list2need::
:types: feature, req
* (EXT-FEATURE-A)Feature A
* (EXT-REQ-1)Requirement 1. It shall be fast. ((tags="A, fast", style="green_border"))
* (EXT-REQ-2)Requirement 2. It shall be big. ((tags="A, big", style="red_border"))
* (EXT-FEATURE-B)Feature B.
Options are given in next line for readability
((status="done", tags="B", links="EXT-FEATURE-A"))
* (EXT-FEATURE-A)Feature A
* (EXT-REQ-1)Requirement 1. It shall be fast. ((tags="A, fast", style="green_border"))
* (EXT-REQ-2)Requirement 2. It shall be big. ((tags="A, big", style="red_border"))
* (EXT-FEATURE-B)Feature B.
Options are given in next line for readability
((status="done", tags="B", links="EXT-FEATURE-A"))
.. needextend:: EXT-FEATURE-B
:style: yellow
.. list2need::
:types: feature, req

Expand Down

0 comments on commit 1f554ae

Please sign in to comment.