Skip to content

Commit c6a4cd8

Browse files
committed
including aliases only in rst files that require them, easier to follow
1 parent 966f897 commit c6a4cd8

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

docs/conf.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -184,12 +184,6 @@
184184
'override_image_directive': False
185185
}
186186

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-
193187
# A list of files that should not be packed into the epub file.
194188
epub_exclude_files = ['search.html']
195189

docs/model/evidence/significance.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
.. _evidence-significance:
22

3+
.. include:: /cvc-icon-aliases.rst
4+
35
Significance
46
============
57
Significance describes how the variant is related to a specific, clinically-relevant property as described in the Evidence Statement. Significance terms vary depending on the Evidence Type (e.g. "Resistance" for Predictive Evidence, "Better Outcome" for Prognostic Evidence, etc.).

0 commit comments

Comments
 (0)