From 3c75bba294a9eec91e1eed48ff82cd09db2a8794 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Tue, 12 Sep 2023 18:43:41 -0500 Subject: [PATCH] Avoid spurious newlines in generated RST --- doc/src/appendices.m4 | 8 ++++---- doc/src/architecture.m4 | 8 ++++---- doc/src/architecture/databases.m4 | 8 ++++---- doc/src/architecture/schemas.m4 | 8 ++++---- doc/src/architecture/special_values.m4 | 8 ++++---- doc/src/architecture/timestamps.m4 | 8 ++++---- doc/src/architecture/users.m4 | 8 ++++---- doc/src/code_tables.m4 | 8 ++++---- doc/src/er_diagrams.m4 | 8 ++++---- doc/src/er_diagrams/key.m4 | 8 ++++---- doc/src/functions.m4 | 8 ++++---- doc/src/functions/julian.m4 | 8 ++++---- doc/src/functions/julian_to.m4 | 8 ++++---- doc/src/intro.m4 | 8 ++++---- doc/src/intro/about_db.m4 | 8 ++++---- doc/src/intro/about_doc.m4 | 8 ++++---- doc/src/tables.m4 | 8 ++++---- doc/src/tables/biography.m4 | 8 ++++---- doc/src/tables/comm_memb_log.m4 | 8 ++++---- doc/src/tables/comm_membs.m4 | 8 ++++---- 20 files changed, 80 insertions(+), 80 deletions(-) diff --git a/doc/src/appendices.m4 b/doc/src/appendices.m4 index 1932671..be33b18 100644 --- a/doc/src/appendices.m4 +++ b/doc/src/appendices.m4 @@ -14,10 +14,10 @@ along with this program. If not, see . .. M4 setup -include(constants.m4) -include(macros.m4) -sdb_rst_quotes(`on') -sdb_generated_rst() +include(constants.m4)dnl +include(macros.m4)dnl +sdb_rst_quotes(`on')dnl +sdb_generated_rst()dnl APPENDIXES diff --git a/doc/src/architecture.m4 b/doc/src/architecture.m4 index 3e4518b..bc8f749 100644 --- a/doc/src/architecture.m4 +++ b/doc/src/architecture.m4 @@ -14,10 +14,10 @@ along with this program. If not, see . .. M4 setup -include(constants.m4) -include(macros.m4) -sdb_rst_quotes(`on') -sdb_generated_rst() +include(constants.m4)dnl +include(macros.m4)dnl +sdb_rst_quotes(`on')dnl +sdb_generated_rst()dnl System Architecture diff --git a/doc/src/architecture/databases.m4 b/doc/src/architecture/databases.m4 index 62a5acf..10c14ff 100644 --- a/doc/src/architecture/databases.m4 +++ b/doc/src/architecture/databases.m4 @@ -14,10 +14,10 @@ along with this program. If not, see . .. M4 setup -include(constants.m4) -include(macros.m4) -sdb_rst_quotes(`on') -sdb_generated_rst() +include(constants.m4)dnl +include(macros.m4)dnl +sdb_rst_quotes(`on')dnl +sdb_generated_rst()dnl .. _databases: diff --git a/doc/src/architecture/schemas.m4 b/doc/src/architecture/schemas.m4 index 1683641..980c2e1 100644 --- a/doc/src/architecture/schemas.m4 +++ b/doc/src/architecture/schemas.m4 @@ -14,10 +14,10 @@ along with this program. If not, see . .. M4 setup -include(constants.m4) -include(macros.m4) -sdb_rst_quotes(`on') -sdb_generated_rst() +include(constants.m4)dnl +include(macros.m4)dnl +sdb_rst_quotes(`on')dnl +sdb_generated_rst()dnl .. _schemas: diff --git a/doc/src/architecture/special_values.m4 b/doc/src/architecture/special_values.m4 index 9899644..d739385 100644 --- a/doc/src/architecture/special_values.m4 +++ b/doc/src/architecture/special_values.m4 @@ -14,10 +14,10 @@ along with this program. If not, see . .. M4 setup -include(constants.m4) -include(macros.m4) -sdb_rst_quotes(`on') -sdb_generated_rst() +include(constants.m4)dnl +include(macros.m4)dnl +sdb_rst_quotes(`on')dnl +sdb_generated_rst()dnl .. _special_values: diff --git a/doc/src/architecture/timestamps.m4 b/doc/src/architecture/timestamps.m4 index 4f87a0e..6321f7d 100644 --- a/doc/src/architecture/timestamps.m4 +++ b/doc/src/architecture/timestamps.m4 @@ -14,10 +14,10 @@ along with this program. If not, see . .. M4 setup -include(constants.m4) -include(macros.m4) -sdb_rst_quotes(`on') -sdb_generated_rst() +include(constants.m4)dnl +include(macros.m4)dnl +sdb_rst_quotes(`on')dnl +sdb_generated_rst()dnl .. _dates_and_times: diff --git a/doc/src/architecture/users.m4 b/doc/src/architecture/users.m4 index a0fd2a0..3347d0b 100644 --- a/doc/src/architecture/users.m4 +++ b/doc/src/architecture/users.m4 @@ -14,10 +14,10 @@ along with this program. If not, see . .. M4 setup -include(constants.m4) -include(macros.m4) -sdb_rst_quotes(`on') -sdb_generated_rst() +include(constants.m4)dnl +include(macros.m4)dnl +sdb_rst_quotes(`on')dnl +sdb_generated_rst()dnl Users and Database Permissions diff --git a/doc/src/code_tables.m4 b/doc/src/code_tables.m4 index 3577e18..b9c43c2 100644 --- a/doc/src/code_tables.m4 +++ b/doc/src/code_tables.m4 @@ -14,10 +14,10 @@ along with this program. If not, see . .. M4 setup -include(constants.m4) -include(macros.m4) -sdb_rst_quotes(`on') -sdb_generated_rst() +include(constants.m4)dnl +include(macros.m4)dnl +sdb_rst_quotes(`on')dnl +sdb_generated_rst()dnl .. contents:: :depth: 2 diff --git a/doc/src/er_diagrams.m4 b/doc/src/er_diagrams.m4 index 32aac0f..df8ce29 100644 --- a/doc/src/er_diagrams.m4 +++ b/doc/src/er_diagrams.m4 @@ -14,10 +14,10 @@ along with this program. If not, see . .. M4 setup -include(constants.m4) -include(macros.m4) -sdb_rst_quotes(`on') -sdb_generated_rst() +include(constants.m4)dnl +include(macros.m4)dnl +sdb_rst_quotes(`on')dnl +sdb_generated_rst()dnl .. _erdiagrams: diff --git a/doc/src/er_diagrams/key.m4 b/doc/src/er_diagrams/key.m4 index 43c595f..8f29d62 100644 --- a/doc/src/er_diagrams/key.m4 +++ b/doc/src/er_diagrams/key.m4 @@ -14,10 +14,10 @@ along with this program. If not, see . .. M4 setup -include(constants.m4) -include(macros.m4) -sdb_rst_quotes(`on') -sdb_generated_rst() +include(constants.m4)dnl +include(macros.m4)dnl +sdb_rst_quotes(`on')dnl +sdb_generated_rst()dnl Key diff --git a/doc/src/functions.m4 b/doc/src/functions.m4 index 335ec3f..279e8e5 100644 --- a/doc/src/functions.m4 +++ b/doc/src/functions.m4 @@ -14,10 +14,10 @@ along with this program. If not, see . .. M4 setup -include(constants.m4) -include(macros.m4) -sdb_rst_quotes(`on') -sdb_generated_rst() +include(constants.m4)dnl +include(macros.m4)dnl +sdb_rst_quotes(`on')dnl +sdb_generated_rst()dnl .. _sql_functions: diff --git a/doc/src/functions/julian.m4 b/doc/src/functions/julian.m4 index 878a94e..7678597 100644 --- a/doc/src/functions/julian.m4 +++ b/doc/src/functions/julian.m4 @@ -14,10 +14,10 @@ along with this program. If not, see . .. M4 setup -include(constants.m4) -include(macros.m4) -sdb_rst_quotes(`on') -sdb_generated_rst() +include(constants.m4)dnl +include(macros.m4)dnl +sdb_rst_quotes(`on')dnl +sdb_generated_rst()dnl .. _function_julian: diff --git a/doc/src/functions/julian_to.m4 b/doc/src/functions/julian_to.m4 index 12c8cd4..642f693 100644 --- a/doc/src/functions/julian_to.m4 +++ b/doc/src/functions/julian_to.m4 @@ -14,10 +14,10 @@ along with this program. If not, see . .. M4 setup -include(constants.m4) -include(macros.m4) -sdb_rst_quotes(`on') -sdb_generated_rst() +include(constants.m4)dnl +include(macros.m4)dnl +sdb_rst_quotes(`on')dnl +sdb_generated_rst()dnl .. _function_julian_to: diff --git a/doc/src/intro.m4 b/doc/src/intro.m4 index 43c8f5b..4400049 100644 --- a/doc/src/intro.m4 +++ b/doc/src/intro.m4 @@ -14,10 +14,10 @@ along with this program. If not, see . .. M4 setup -include(constants.m4) -include(macros.m4) -sdb_rst_quotes(`on') -sdb_generated_rst() +include(constants.m4)dnl +include(macros.m4)dnl +sdb_rst_quotes(`on')dnl +sdb_generated_rst()dnl Introduction ============ diff --git a/doc/src/intro/about_db.m4 b/doc/src/intro/about_db.m4 index 315fb8f..1beb472 100644 --- a/doc/src/intro/about_db.m4 +++ b/doc/src/intro/about_db.m4 @@ -14,10 +14,10 @@ along with this program. If not, see . .. M4 setup -include(constants.m4) -include(macros.m4) -sdb_rst_quotes(`on') -sdb_generated_rst() +include(constants.m4)dnl +include(macros.m4)dnl +sdb_rst_quotes(`on')dnl +sdb_generated_rst()dnl System Design ------------- diff --git a/doc/src/intro/about_doc.m4 b/doc/src/intro/about_doc.m4 index 4bc06b3..9508ab6 100644 --- a/doc/src/intro/about_doc.m4 +++ b/doc/src/intro/about_doc.m4 @@ -14,10 +14,10 @@ along with this program. If not, see . .. M4 setup -include(constants.m4) -include(macros.m4) -sdb_rst_quotes(`on') -sdb_generated_rst() +include(constants.m4)dnl +include(macros.m4)dnl +sdb_rst_quotes(`on')dnl +sdb_generated_rst()dnl About This Document ------------------- diff --git a/doc/src/tables.m4 b/doc/src/tables.m4 index 929c42a..6336746 100644 --- a/doc/src/tables.m4 +++ b/doc/src/tables.m4 @@ -14,10 +14,10 @@ along with this program. If not, see . .. M4 setup -include(constants.m4) -include(macros.m4) -sdb_rst_quotes(`on') -sdb_generated_rst() +include(constants.m4)dnl +include(macros.m4)dnl +sdb_rst_quotes(`on')dnl +sdb_generated_rst()dnl .. _data_tables: diff --git a/doc/src/tables/biography.m4 b/doc/src/tables/biography.m4 index 1af688d..5429f3e 100644 --- a/doc/src/tables/biography.m4 +++ b/doc/src/tables/biography.m4 @@ -14,10 +14,10 @@ along with this program. If not, see . .. M4 setup -include(constants.m4) -include(macros.m4) -sdb_rst_quotes(`on') -sdb_generated_rst() +include(constants.m4)dnl +include(macros.m4)dnl +sdb_rst_quotes(`on')dnl +sdb_generated_rst()dnl .. _BIOGRAPHY: diff --git a/doc/src/tables/comm_memb_log.m4 b/doc/src/tables/comm_memb_log.m4 index e33e5bd..08b53a8 100644 --- a/doc/src/tables/comm_memb_log.m4 +++ b/doc/src/tables/comm_memb_log.m4 @@ -14,10 +14,10 @@ along with this program. If not, see . .. M4 setup -include(constants.m4) -include(macros.m4) -sdb_rst_quotes(`on') -sdb_generated_rst() +include(constants.m4)dnl +include(macros.m4)dnl +sdb_rst_quotes(`on')dnl +sdb_generated_rst()dnl .. _COMM_MEMB_LOG: diff --git a/doc/src/tables/comm_membs.m4 b/doc/src/tables/comm_membs.m4 index e49d24e..b2b200c 100644 --- a/doc/src/tables/comm_membs.m4 +++ b/doc/src/tables/comm_membs.m4 @@ -14,10 +14,10 @@ along with this program. If not, see . .. M4 setup -include(constants.m4) -include(macros.m4) -sdb_rst_quotes(`on') -sdb_generated_rst() +include(constants.m4)dnl +include(macros.m4)dnl +sdb_rst_quotes(`on')dnl +sdb_generated_rst()dnl .. _COMM_MEMBS: -- 2.34.1