1.. raw:: html 2 3 <style type="text/css"> 4 td { text-align: left; } 5 .notstarted { opacity: 60%; } 6 .nothingtodo { 7 background-color: #99FF99; 8 font-style: italic; 9 } 10 .inprogress { 11 background-color: #FFFF99; 12 font-style: italic; 13 } 14 .inreview { background-color: #FFFF99; } 15 .partial { 16 background-color: #2CCCFF; 17 font-style: italic; 18 } 19 .complete { background-color: #99FF99; } 20 .chrono { background-color: #D8BFD8; } 21 .format { background-color: #FFE4B5; } 22 .ranges { background-color: #7FFFD4; } 23 .spaceship { background-color: #B0E0E6; } 24 .fc { background-color: #8EAF63; white-space:nowrap; } 25 .concurrency { background-color: #909090; white-space:nowrap; } 26 </style> 27 28.. role:: notstarted 29.. role:: nothingtodo 30.. role:: inprogress 31.. role:: inreview 32.. role:: partial 33.. role:: complete 34 35.. |Not Started| replace:: :notstarted:`Not Started` 36.. |Nothing To Do| replace:: :nothingtodo:`Nothing To Do` 37.. |In Progress| replace:: :inprogress:`In Progress` 38.. |Review| replace:: :inreview:`Review` 39.. |Partial| replace:: :partial:`Partial` 40.. |Complete| replace:: :complete:`Complete` 41 42.. role:: chrono 43.. role:: format 44.. role:: ranges 45.. role:: spaceship 46.. role:: fc 47.. role:: concurrency 48 49.. |chrono| replace:: :chrono:`chrono` 50.. |format| replace:: :format:`format` 51.. |ranges| replace:: :ranges:`ranges` 52.. |spaceship| replace:: :spaceship:`spaceship` 53.. |flat_containers| replace:: :fc:`flat containers` 54.. |concurrency TS| replace:: :concurrency:`concurrency TS` 55 56.. |sect| unicode:: U+00A7 57.. |hellip| unicode:: U+2026 58