blob: 9bba3bf69db2997ef8d5d4e8961c2cc2e51abf27 (
plain)
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
|
.. raw:: html
<style type="text/css">
.nothingtodo {
background-color: #99FF99;
font-style: italic;
}
.inprogress {
background-color: #FFFF99;
font-style: italic;
}
.partial {
background-color: #2CCCFF;
font-style: italic;
}
.complete { background-color: #99FF99; }
</style>
.. role:: nothingtodo
.. role:: inprogress
.. role:: partial
.. role:: complete
.. |Nothing To Do| replace:: :nothingtodo:`Nothing To Do`
.. |In Progress| replace:: :inprogress:`In Progress`
.. |Partial| replace:: :partial:`Partial`
.. |Complete| replace:: :complete:`Complete`
.. |sect| unicode:: U+00A7
.. |hellip| unicode:: U+2026
|