Skip to content

Commit

Permalink
docs: fix typos and clean up table (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed May 13, 2024
1 parent 1bfba53 commit 84455b8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
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

0 comments on commit 84455b8

Please sign in to comment.