From 198573a84aa600f467541a9a1ae0ffb758fb5407 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Wed, 6 Nov 2024 13:10:50 -0600 Subject: [PATCH] Change name of code table, ESTROUS_STATES to CODE_STATES --- doc/src/code_tables.m4 | 22 +++++++++++----------- doc/src/epilog.inc.m4 | 10 +++++----- doc/src/tables/follow_arrivals.m4 | 8 ++++---- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/doc/src/code_tables.m4 b/doc/src/code_tables.m4 index baa2aec..a178a68 100644 --- a/doc/src/code_tables.m4 +++ b/doc/src/code_tables.m4 @@ -270,17 +270,17 @@ Description |ENTRYTYPES.Description_summary| |emptytext| |notnull| -.. _ESTROUS_STATES: +.. _CYCLE_STATES: -ESTROUS_STATES +CYCLE_STATES -------------- -.. |ESTROUS_STATES_summary| replace:: +.. |CYCLE_STATES_summary| replace:: Contains one row for each degree-of-swelling catagory used to classify female's estrous states, and an additional row for individuals that have no estrous state. -|ESTROUS_STATES_summary| +|CYCLE_STATES_summary| Special Values @@ -297,26 +297,26 @@ adolescent females. Column Descriptions ``````````````````` -.. _ESTROUS_STATES.Code: +.. _CYCLE_STATES.Code: Code '''' -.. |ESTROUS_STATES.Code_summary| replace:: +.. |CYCLE_STATES.Code_summary| replace:: The code that designates an estrous swelling state. -|ESTROUS_STATES.Code_summary| |keycol| +|CYCLE_STATES.Code_summary| |keycol| -.. _ESTROUS_STATES.Description: +.. _CYCLE_STATES.Description: Description ''''''''''' -.. |ESTROUS_STATES.Description_summary| replace:: - A longer description of the |ESTROUS_STATES.Code| identifier. +.. |CYCLE_STATES.Description_summary| replace:: + A longer description of the |CYCLE_STATES.Code| identifier. -|ESTROUS_STATES.Description_summary| |emptytext| +|CYCLE_STATES.Description_summary| |emptytext| .. _FA_CERTAINTIES: diff --git a/doc/src/epilog.inc.m4 b/doc/src/epilog.inc.m4 index 640b2bd..75975a1 100644 --- a/doc/src/epilog.inc.m4 +++ b/doc/src/epilog.inc.m4 @@ -166,11 +166,11 @@ sdb_generated_rst()dnl .. |ENTRYTYPES.EntryType| replace:: :ref:`EntryType ` -.. |ESTROUS_STATES| replace:: :ref:`ESTROUS_STATES ` -.. |ESTROUS_STATES.Code| replace:: - :ref:`Code ` -.. |ESTROUS_STATES.Description| replace:: - :ref:`Description ` +.. |CYCLE_STATES| replace:: :ref:`CYCLE_STATES ` +.. |CYCLE_STATES.Code| replace:: + :ref:`Code ` +.. |CYCLE_STATES.Description| replace:: + :ref:`Description ` .. |FA_CERTAINTIES| replace:: :ref:`FA_CERTAINTIES ` .. |FA_CERTAINTIES.Certainty| replace:: diff --git a/doc/src/tables/follow_arrivals.m4 b/doc/src/tables/follow_arrivals.m4 index aad4f0b..7bc59cb 100644 --- a/doc/src/tables/follow_arrivals.m4 +++ b/doc/src/tables/follow_arrivals.m4 @@ -42,15 +42,15 @@ When there is more than one FOLLOW_ARRIVALS row for a given individual, a given |FOLLOW_ARRIVALS.AnimID|, the |FOLLOW_ARRIVALS.Start| and |FOLLOW_ARRIVALS.End| values cannot overlap, endpoints included. -The ``sdb_male_swelling`` |ESTROUS_STATES|.\ |ESTROUS_STATES.Code| is +The ``sdb_male_swelling`` |CYCLE_STATES|.\ |CYCLE_STATES.Code| is the only value that can be used in the |FOLLOW_ARRIVALS.Cycle| column when the |FOLLOW_ARRIVALS.AnimID| identifies a non-female; the only value that can be used when the related |BIOGRAPHY_DATA|.\ |BIOGRAPHY_DATA.Sex| column is either ``sdb_male`` or ``sdb_unk_sex``, the unknown sex. -The ``sdb_adolescent_swelling`` |ESTROUS_STATES|.\ -|ESTROUS_STATES.Code| can only be used in the |FOLLOW_ARRIVALS.Cycle| +The ``sdb_adolescent_swelling`` |CYCLE_STATES|.\ +|CYCLE_STATES.Code| can only be used in the |FOLLOW_ARRIVALS.Cycle| column when the |FOLLOW_ARRIVALS.AnimID| identifies an adolescent female, can only be used when the related |BIOGRAPHY_DATA|.\ |BIOGRAPHY_DATA.Sex| column is ``sdb_female`` and the individual's age @@ -184,7 +184,7 @@ Cycle .. |FOLLOW_ARRIVALS.Cycle_summary| replace:: A code indicating the estrous state of the individual; a - |ESTROUS_STATES|.\ |ESTROUS_STATES.Code| value. + |CYCLE_STATES|.\ |CYCLE_STATES.Code| value. |FOLLOW_ARRIVALS.Cycle_summary| |notnull| -- 2.34.1