File tree Expand file tree Collapse file tree 4 files changed +24
-5
lines changed Expand file tree Collapse file tree 4 files changed +24
-5
lines changed Original file line number Diff line number Diff line change @@ -73,3 +73,9 @@ figcaption {
73
73
.image-table td {
74
74
vertical-align : top !important ;
75
75
}
76
+ /* TEST */
77
+ .cvc-icon {
78
+ display : inline-block;
79
+ width : 1em ;
80
+ height : 1em ;
81
+ }
Original file line number Diff line number Diff line change 20
20
# -- Project information -----------------------------------------------------
21
21
22
22
project = u'CIViC'
23
- copyright = u'2022 , The McDonnell Genome Institute at Washington University School of Medicine'
23
+ copyright = u'2023 , The McDonnell Genome Institute at Washington University School of Medicine'
24
24
author = u'The McDonnell Genome Institute at Washington University School of Medicine'
25
25
26
26
# The short X.Y version
184
184
'override_image_directive' : False
185
185
}
186
186
187
+ # -- Global Prolog RST --------------------------------------------------
188
+ # Currently used to make CIViC Icon SVG aliases available globally
189
+ rst_epilog = """
190
+ .. include:: /cvc-icon-aliases.rst
191
+ """
192
+
187
193
# A list of files that should not be packed into the epub file.
188
194
epub_exclude_files = ['search.html' ]
189
195
190
-
191
196
def setup (app ):
192
197
app .add_css_file ("css/civic.css" )
193
198
app .add_css_file ("css/theme_overrides.css" )
Original file line number Diff line number Diff line change
1
+ .. |adverseresponse | image :: /images/icons/attribute/adverseresponse-outline.svg
2
+ :class: 'cvc-icon'
3
+
4
+ .. |benign | image :: /images/icons/attribute/benign-outline.svg
5
+ :class: 'cvc-icon'
6
+
7
+ .. |betteroutcome | image :: /images/icons/attribute/betteroutcome-outline.svg
8
+ :class: 'cvc-icon'
Original file line number Diff line number Diff line change @@ -11,16 +11,16 @@ The available options for Significance depend on the Evidence Type selected for
11
11
.. rubric :: Significance for Predictive Evidence
12
12
.. list-table ::
13
13
:widths: 25 5 70
14
- :header-rows: 1
14
+ :header-rows: 0
15
15
16
16
* - Significance
17
17
- Symbol
18
18
- Definition
19
19
* - Sensitivity/Response
20
- - |heart |
20
+ - |benign |
21
21
- Associated with a clinical or preclinical response to treatment
22
22
* - Reduced Sensitivity
23
- - |heart-o |
23
+ - |betteroutcome |
24
24
- Response to treatment is lower than seen in other treatment contexts
25
25
* - Resistance
26
26
- |ban |
You can’t perform that action at this time.
0 commit comments