Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix typos and clean up table #495

Merged
merged 1 commit into from
May 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions docs/source/_static/theme_overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
table.reece-wrap {
overflow: visible !important;
}

.wy-table-responsive table.reece-wrap td, .wy-table-responsive table.reece-wrap th {
white-space: normal;
}

}


Expand Down Expand Up @@ -60,9 +65,9 @@ div.figure div.legend p {
div.figure div.legend p:last-child {
margin-bottom: 0px;
}


/* nested ul leads to awkward spacing of list items.

/* nested ul leads to awkward spacing of list items.
This change doesn't seem to induce any other odd spacing */
.rst-content .section ul p {
margin-bottom: 0px;
Expand Down
9 changes: 4 additions & 5 deletions docs/source/conventions/required_data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,23 @@ Contexts

* **Conversion to other variant formats** When converting to other
variation formats, implementations SHOULD translate GA4GH VR
sequence identifier ( ``ga4gh:SQ.v_QTc1p-MUYdgrRv4LMT6ByXIOsdw3C_``)
sequence identifiers ( ``ga4gh:SQ.v_QTc1p-MUYdgrRv4LMT6ByXIOsdw3C_``)
to primary database identifiers (``refseq:NM_000551.3``) that will
be more readily recognized by users.

* **Normalization** During :ref:`normalization`, implementations will
need access to sequence length and sequence contexts.
need access to sequence length and sequence contexts.



Data Services
@@@@@@@@@@@@@

The following tables summarizes data required in the above contexts:
The following table summarizes data required in the above contexts:

.. list-table:: Data Service Desciptions
:class: reece-wrap
:widths: auto
:header-rows: 1
:class: reece-wrap

* - Data Service
- Description
Expand Down
Loading