1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
TEST DOCUMENT Needpie
=======================
.. spec:: Spec 1
:id: SPEC_1
:tags: a
.. spec:: Spec 2
:id: SPEC_2
:tags: a
.. spec:: Spec 3
:id: SPEC_3
:tags: a
.. spec:: Spec 4
:id: SPEC_4
:tags: b
.. spec:: Spec 5
:id: SPEC_5
:tags: b
.. spec:: Spec 6
:id: SPEC_6
:tags: c
.. spec:: story 1
:id: STORY_1
:author: foo
.. spec:: story 2
:id: STORY_2
:author: foo
.. spec:: story 3
:id: STORY_3
:author: bar
.. needpie:: Test pie
:labels: All, A, B, C
True
"a" in tags
"b" in tags
"c" in tags
.. needpie:: Test pie 2
:labels: foo, bar, not_set
:legend:
author == 'foo'
author == 'bar'
author == 'not_set'
.. toctree::
page
|