From c84c648f893f420bd8f91ca08ee0214e6ca425f0 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Tue, 28 Jul 2026 19:39:51 +0000 Subject: [PATCH] Add (sub)tables of contents where useful --- doc/src/architecture/logins.m4 | 3 +++ doc/src/architecture/schemas.m4 | 3 +++ doc/src/architecture/timestamps.m4 | 4 ++++ doc/src/intro/about_db.m4 | 3 +++ doc/src/intro/about_doc.m4 | 3 +++ 5 files changed, 16 insertions(+) diff --git a/doc/src/architecture/logins.m4 b/doc/src/architecture/logins.m4 index 1b046ec..954c86a 100644 --- a/doc/src/architecture/logins.m4 +++ b/doc/src/architecture/logins.m4 @@ -35,6 +35,9 @@ In addition to regular logins, which are used for regular database work and have either read-only or read-write access to database content, there are the following other kinds of logins. +.. contents:: + :depth: 3 + .. _administrators: Administrators diff --git a/doc/src/architecture/schemas.m4 b/doc/src/architecture/schemas.m4 index 9b76073..6b0746b 100644 --- a/doc/src/architecture/schemas.m4 +++ b/doc/src/architecture/schemas.m4 @@ -29,6 +29,9 @@ Some of these schemas will not be documented herein; it is likely that some schemas will be created to hold shared data, data not part of SokweDB itself but related to it. +.. contents:: + :depth: 2 + The sokwedb schema `````````````````` diff --git a/doc/src/architecture/timestamps.m4 b/doc/src/architecture/timestamps.m4 index d2549b7..29d007e 100644 --- a/doc/src/architecture/timestamps.m4 +++ b/doc/src/architecture/timestamps.m4 @@ -36,6 +36,10 @@ This is best illustrated with an example:: SELECT '1707-05-23'::DATE; + +.. contents:: + :depth: 2 + .. _time_precision: Time Precision diff --git a/doc/src/intro/about_db.m4 b/doc/src/intro/about_db.m4 index b044837..24688b7 100644 --- a/doc/src/intro/about_db.m4 +++ b/doc/src/intro/about_db.m4 @@ -71,6 +71,9 @@ Individual accounts are given their own, private, workspaces (:ref:`schemas `). This separates private from shared data, which allows for better long-term data maintenance. +.. contents:: + :depth: 2 + About Databases ``````````````` diff --git a/doc/src/intro/about_doc.m4 b/doc/src/intro/about_doc.m4 index f7e59ab..c86b74d 100644 --- a/doc/src/intro/about_doc.m4 +++ b/doc/src/intro/about_doc.m4 @@ -34,6 +34,9 @@ Nor does it describe the details of how to operate all related programs, or maintain the underlying software. +.. contents:: + :depth: 2 + Conventions ``````````` -- 2.34.1