This page is built from a Markdown block stored in src/extracted.py.
Why this example exists
- Some documentation belongs close to the code that defines a feature.
- Extracted pages let you publish that content without copying it into a second file.
- Teams can mix extracted reference material with hand-written guides in the same site.
Good candidates for extraction
- CLI usage notes that should ship with the implementation.
- API behavior summaries that need to stay in sync with the source.
- Maintenance notes for contributors working in a specific module.