Skip to content

Commit 264071f

Browse files
authored
docs: remove broken refs in releases (#647)
1 parent d2e87dd commit 264071f

File tree

3 files changed

+17
-19
lines changed

3 files changed

+17
-19
lines changed

docs/source/releases/1.1.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ Other data model changes
4949
Documentation changes
5050
#####################
5151

52-
* Added :ref:`relationships` to describe how VRS relates to other
52+
* Added relationships to describe how VRS relates to other
5353
standards.
5454
* Updated :ref:`normalization` to clarify handling of reference
5555
alleles and generalize terminology to apply to all VRS objects.
5656
* Updated current and future schema diagrams.
57-
* Included a discussion of the :ref:`release-cycle`.
57+
* Included a discussion of the release-cycle.

docs/source/releases/1.2.rst

+10-11
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ News
1717
Important
1818
#########
1919

20-
* :ref:`SimpleInterval and SequenceState are deprecated
21-
<deprecations>`. They will be removed in VRS 2.0.
20+
* SimpleInterval and SequenceState are deprecated. They will be removed in VRS 2.0.
2221

2322
Major Changes
2423
#############
@@ -29,33 +28,33 @@ Major Changes
2928
contiguous molecule
3029
* :ref:`SystemicVariation` refers to variation in the context of a
3130
system, such as a genome, sample, or homologous chromosomes
32-
* :ref:`UtilityVariation` classes provide useful representations
31+
* UtilityVariation classes provide useful representations
3332
for certain technical operations
3433

3534
* New :ref:`SequenceExpressions <SequenceExpression>` subclasses
3635
replace SequenceState. Subtypes are:
3736

38-
* :ref:`DerivedSequenceExpression`, which representations sequence
37+
* DerivedSequenceExpression, which representations sequence
3938
notionally derived from a SequenceLocation
40-
* :ref:`RepeatedSequenceExpression`, which represents contiguous
39+
* RepeatedSequenceExpression, which represents contiguous
4140
repeats of a sequence
4241
* :ref:`LiteralSequenceExpression`, which
43-
wraps a :ref:`Sequence` and provides data structure parity with
42+
wraps a Sequence and provides data structure parity with
4443
other SequenceExpressions
45-
* :ref:`CopyNumber`, a form of SystemicVariation, represents the
44+
* CopyNumber, a form of SystemicVariation, represents the
4645
copies of a molecule within a genome, and can be used to express
4746
concepts such as amplification and copy loss.
48-
* :ref:`Gene` enables reference to an external definition of a gene,
47+
* Gene enables reference to an external definition of a gene,
4948
particularly for use as a subject of copy number expressions.
50-
* :ref:`DefiniteRange` and :ref:`IndefiniteRange` represent bounded
51-
and half-bounded ranges respectively. A new :ref:`Number` type
49+
* DefiniteRange and IndefiniteRange represent bounded
50+
and half-bounded ranges respectively. A new Number type
5251
wraps integers so that some attributes may assume values of any of
5352
these three types.
5453

5554

5655
Minor Changes
5756
#############
5857

59-
* Sequence strings are now formally defined by a :ref:`Sequence`
58+
* Sequence strings are now formally defined by a Sequence
6059
type, which is fundamentally also a string. This change aids
6160
documentation but has no technical impact.

docs/source/releases/1.3.rst

+5-6
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,22 @@
88
News
99
####
1010

11-
* A manuscript describing :ref:`Genotype` was published. Please cite
11+
* A manuscript describing Genotype was published. Please cite
1212
https://www.worldscientific.com/doi/abs/10.1142/9789811270611_0035.
1313

1414
Major Changes
1515
#############
1616

1717
* :ref:`CopyNumberChange` introduced for relative copy number calls
1818
* :ref:`CopyNumberCount` replaces `CopyNumber (v1.2) <https://vrs.ga4gh.org/en/1.2.1/terms_and_model.html#copynumber>`_
19-
* :ref:`Genotype` introduced as a new systemic variation concept
20-
* :ref:`ComposedSequenceExpression` introduced for composing expressions from multiple other sequence expressions
19+
* Genotype introduced as a new systemic variation concept
20+
* ComposedSequenceExpression introduced for composing expressions from multiple other sequence expressions
2121

2222
Minor Changes
2323
#############
2424

25-
* Clarifying updates for :ref:`Allele normalization guidance
26-
<should-normalize>`
27-
* :ref:`Haplotype` allele member minimum was revised from 1 to 2
25+
* Clarifying updates for Allele normalization guidance
26+
* Haplotype allele member minimum was revised from 1 to 2
2827
* Updated metaschema processor version
2928
* Introduced ordered / unordered attribute in array declarations
3029
* Added explicit class inheritance

0 commit comments

Comments
 (0)