equal
deleted
inserted
replaced
32 Optionally, provide a section ``[artemis]``, and specify an alternative path for |
32 Optionally, provide a section ``[artemis]``, and specify an alternative path for |
33 the issues subdirectory (instead of the default ``.issues``):: |
33 the issues subdirectory (instead of the default ``.issues``):: |
34 |
34 |
35 [artemis] |
35 [artemis] |
36 issues = _issues |
36 issues = _issues |
|
37 |
|
38 Additionally, one can define colors for the issue list, based on the |
|
39 issues' states. For example:: |
|
40 |
|
41 new.color = red |
|
42 new.attrs = bold |
|
43 resolved.color = white |
|
44 in-progress.color = yellow |
|
45 in-progress.attrs = bold |
|
46 |
|
47 will highlight issues with the state "new" as bold red, "resolved" issues |
|
48 as white, and "in-progress" issues as bold yellow. Artemis uses termcolor_ |
|
49 library for the output, see its documentation for color options. |
|
50 |
|
51 .. _`termcolor`: http://pypi.python.org/pypi/termcolor/ |
37 |
52 |
38 |
53 |
39 Example |
54 Example |
40 ------- |
55 ------- |
41 |
56 |