From e265a4cbeaf121d70682037543ca070939a93123 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Mon, 25 May 2026 14:40:24 +0000 Subject: [PATCH] Add female reproductive ER diagram to docs --- doc/src/er_diagrams.m4 | 1 + doc/src/er_diagrams/reproduction.m4 | 30 +++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 doc/src/er_diagrams/reproduction.m4 diff --git a/doc/src/er_diagrams.m4 b/doc/src/er_diagrams.m4 index 475afec..3971dd2 100644 --- a/doc/src/er_diagrams.m4 +++ b/doc/src/er_diagrams.m4 @@ -92,6 +92,7 @@ related to other tables -- when they are *not* log tables. er_diagrams/key.rst er_diagrams/demography.rst + er_diagrams/reproduction.rst er_diagrams/follows.rst er_diagrams/events.rst diff --git a/doc/src/er_diagrams/reproduction.m4 b/doc/src/er_diagrams/reproduction.m4 new file mode 100644 index 0000000..e2a5688 --- /dev/null +++ b/doc/src/er_diagrams/reproduction.m4 @@ -0,0 +1,30 @@ +.. Copyright (C) 2026 The Meme Factory, Inc. www.karlpinc.com + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +.. M4 setup +include(constants.m4)dnl +include(macros.m4)dnl +sdb_rst_quotes(`on')dnl +sdb_generated_rst()dnl + + +Female Reproduction +------------------- + +.. figure:: sdb_er_image_path(images/reproduction) + :alt: Female Reproduction Entity-Relationship Diagram + :width: 100 % + + Female Reproduction -- 2.34.1