-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for global tags to list2need
- Loading branch information
1 parent
3534131
commit eb29af0
Showing
6 changed files
with
59 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
LIST2NEED GLOBAL TAGS | ||
===================== | ||
|
||
|
||
.. list2need:: | ||
:types: story, spec, test | ||
:presentation: nested | ||
:delimiter: . | ||
:tags: global_tag1, global_tag2, global_tag3 | ||
|
||
* (NEED-W)Need example on level 1 ((status="open")) | ||
* (NEED-X)Need example on level 1 ((status="done", tags="tag1, tag2, tag3")) | ||
* (NEED-Y)Link example ((links="NEED-W, NEED-Y")) | ||
* (NEED-Z)New line example. | ||
With some content in the next line. | ||
((status="in progress", links="NEED-3")) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,4 +27,5 @@ Foo Bar. | |
.. toctree:: | ||
|
||
options | ||
links_down | ||
links_down | ||
global_tags |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters