Skip to content

Commit e5d8494

Browse files
committed
docs: cleanup search results and resolve indent warning
1 parent d2e87dd commit e5d8494

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/source/concepts/SystemicVariation/CopyNumberChange.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ The `CopyChange` attribute uses a valueset derived from the
1818

1919
* **gain** (`EFO:0030070 <http://www.ebi.ac.uk/efo/EFO_0030070>`_ - *copy number gain*):
2020
Assessment of genomic copy number gain.
21+
2122
* **high-level gain** (`EFO:0030072 <http://www.ebi.ac.uk/efo/EFO_0030072>`_ - *high-level copy number gain*):
2223
Assessment of high-level genomic copy number gain.
2324
* **low-level gain** (`EFO:0030071 <http://www.ebi.ac.uk/efo/EFO_0030071>`_ - *low-level copy number gain*):
@@ -26,10 +27,12 @@ The `CopyChange` attribute uses a valueset derived from the
2627
Copy number assessment of regional base ploidy.
2728
* **loss** (`EFO:0030067 <http://www.ebi.ac.uk/efo/EFO_0030067>`_ - *copy number loss*):
2829
Assessment of genomic copy number loss.
30+
2931
* **low-level loss** (`EFO:0030068 <http://www.ebi.ac.uk/efo/EFO_0030068>`_ -
3032
*low-level copy number loss*): Assessment of low-level genomic copy number loss.
3133
* **high-level loss** (`EFO:0020073 <http://www.ebi.ac.uk/efo/EFO_0020073>`_ -
3234
*high-level copy number loss*): Assessment of high-level genomic copy number loss.
35+
3336
* **complete genomic loss** (`EFO:0030069 <http://www.ebi.ac.uk/efo/EFO_0030069>`_ -
3437
*complete genomic deletion*: Assessment of complete genomic deletion.
3538

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def _parse_release_as_version(rls):
6464
# List of patterns, relative to source directory, that match files and
6565
# directories to ignore when looking for source files.
6666
# This pattern also affects html_static_path and html_extra_path.
67-
exclude_patterns = []
67+
exclude_patterns = ["def"]
6868

6969
# TODO directive output
7070
todo_include_todos = True

0 commit comments

Comments
 (0)