PDELie Documentation Index#

This directory contains the tracked source of truth for PDELie contracts, planning, release history, and strategy notes.

The Sphinx/Read the Docs source also lives here. Build it locally with:

python -m pip install -r docs/requirements.txt
sphinx-build -b html -W --keep-going docs docs/_build/html

Notebook pages render committed outputs through nbsphinx; the docs build does not execute notebook code.

Normative Docs#

Use these when changing runtime behavior or public interfaces:

Planning Docs#

Planning docs are release-management records. They do not override the specs.

Release Docs#

  • releases/PUBLISHING.md - publishing and tag policy

  • releases/V0_*_RELEASE_READINESS.md - release closeout records and local validation checklists

  • releases/archive/ - older release readiness records kept out of the primary sidebar

Current v0.x releases, including v0.29.0, are Git-tag-only. PyPI/TestPyPI publishing remains deferred until v1.0 or later.

Strategy Notes#

Strategy docs may describe future directions, but they do not commit a feature to a release.

Tutorials#

Tutorial notebooks live outside this directory:

  • notebooks/README.md in the repository root

  • tutorials/index.rst - Sphinx links that render the notebooks as documentation pages

They are the recommended user entry point. Notebook outputs are runtime summaries, not API contracts or canonical artifact schemas.

Workflow Recipes#

The public V0.29 workflow pages live under docs/workflows/.

Contributor Guidance#

  • CONTRIBUTING.md in the repository root

Local agent/context files are intentionally untracked. Durable contributor guidance belongs in tracked docs, not local tool-context files.