Put the executive summary on page 2, before the table of contents.
Some checks are pending
ci / markdown (push) Waiting to run

The cover stays page 1. Numbered chapters now start at What Verae
provides. The TOC lists Executive summary at page 2.
This commit is contained in:
George Lambert 2026-09-16 01:21:05 -04:00
parent 5df7ed87d5
commit 8496ef8338
23 changed files with 759 additions and 723 deletions

View file

@ -9,7 +9,7 @@ version = "2.0"
extensions = []
templates_path = ["_templates"]
exclude_patterns = ["verification.rst"]
exclude_patterns = ["verification.rst", "executive.rst"]
html_theme = "alabaster"
html_static_path = ["_static"]
@ -134,8 +134,6 @@ app.verae.com\par}
\end{titlepage}
\clearpage
""",
"tableofcontents": r"""
\tableofcontents
\clearpage
""",
# TOC is emitted from index.rst *after* the page-2 executive summary.
"tableofcontents": "",
}