Skip to content

Commit 6c84349

Browse files
authored
docs: fix a few warnings, remove anonymous entries from search results (#646)
* docs: cleanup search results and resolve indent warning * silence warning
1 parent 264071f commit 6c84349

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

docs/source/appendices/design_decisions.rst

+6-5
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,13 @@ proposal was presented for instance and class GKS identifiers.
5757
As an example, the Github JSON Schema URL ($id) for the VRS 2.0.0 Allele is:
5858

5959
.. code-block:: json
60+
:force:
6061
61-
{
62-
"$schema": "https://json-schema.org/draft/2020-12/schema",
63-
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0/json/Allele",
64-
...
65-
}
62+
{
63+
"$schema": "https://json-schema.org/draft/2020-12/schema",
64+
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0/json/Allele",
65+
...
66+
}
6667
6768
During the **release and versioning** discussion at the GA4GH Connect April 2023 meeting the proposal
6869
delved into the idea of including the major version number in the VRS identifier itself. Proponents of

docs/source/concepts/SystemicVariation/CopyNumberChange.rst

+3
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

+1-1
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)