From a00cd2b2adbbdf2a5c368b7ea72a9e85ee9cf2e2 Mon Sep 17 00:00:00 2001 From: Brendan Reardon Date: Fri, 14 Feb 2025 22:37:17 -0500 Subject: [PATCH] Updated concepts within the rst files for the readthedocs --- docs/source/concepts/catvrs_model.rst | 6 ++++-- docs/source/concepts/recipes.rst | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/source/concepts/catvrs_model.rst b/docs/source/concepts/catvrs_model.rst index 3a0cbff..2409727 100644 --- a/docs/source/concepts/catvrs_model.rst +++ b/docs/source/concepts/catvrs_model.rst @@ -17,16 +17,18 @@ description of a categorical variant. .. include:: ../def/cat-vrs/CategoricalVariant.rst -.. _constraint: +.. _Constraint: Constraint ########## The *Constraint* class is an abstract class that is the parent of all -other constraint classes. A constraint is a rule or set of rules that +other constraint classes. A constraint is a rule or set of rules that must be satisfied for a CategoricalVariant to be considered valid. Constraint sub classes are only used in CategoricalVariant objects. +.. include:: ../def/cat-vrs/Constraint.rst + .. _DefiningAlleleConstraint: DefiningAlleleConstraint diff --git a/docs/source/concepts/recipes.rst b/docs/source/concepts/recipes.rst index 82cd222..d605036 100644 --- a/docs/source/concepts/recipes.rst +++ b/docs/source/concepts/recipes.rst @@ -37,7 +37,7 @@ The ProteinSequenceConsequence is a :ref:`CategoricalVariant` with exactly one c 1. A :ref:`DefiningAlleleConstraint` with the `.relations` array containing only a `translates_from` code. This constraint MUST refer to a protein variant for the `allele`. -.. _categorical-cnv: +.. _CategoricalCnv: CategoricalCnv !!!!!!!!!!!!!!