.gitignore
LICENSE
README.md
codex.md
pyproject.toml
.github/workflows/ci.yml
.github/workflows/release.yml
.vscode/extensions.json
.vscode/settings.json
docs/api-reference-scope.md
docs/usage-guide-scope.md
docs/guide/api-object-model.md
docs/how-to/build-api-summary-table.md
docs/how-to/check-docstring-coverage.md
docs/how-to/compare-api-snapshots.md
docs/how-to/create-custom-styles.md
docs/how-to/insert-api-sections.md
docs/reference/apidoc-cli.md
docs/reference/apidoc-collectors.md
docs/reference/apidoc-docstring-styles.md
docs/reference/apidoc-model.md
docs/reference/apidoc-presentation-profiles.md
docs/reference/style-system.md
examples/api_objects_example/README.md
examples/api_objects_example/main.py
examples/journal_paper_example/main.py
examples/journal_paper_example/assets/ablation_results.csv
examples/journal_paper_example/assets/benchmark_results.csv
examples/journal_paper_example/assets/system-diagram.png
examples/journal_paper_example/assets/traceability-diagram.png
examples/native_benchmark_report/main.py
examples/release_notes_digest/main.py
examples/release_notes_digest/assets/release-digest-workflow.png
examples/style_cleanup_smoke/main.py
examples/template_presets/build_all.py
examples/template_presets/journal_article_template.py
examples/usage_guide_example/main.py
examples/usage_guide_example/assets/author-layout-diagram.png
examples/usage_guide_example/assets/cli-workflow-diagram.png
examples/usage_guide_example/assets/oodocs-logo.png
examples/usage_guide_example/assets/pipeline-diagram.png
examples/usage_guide_example/assets/renderer-behavior-diagram.png
examples/usage_guide_example/assets/usage-guide-figure.png
release-notes/v0.10.0.md
release-notes/v0.3.1.md
release-notes/v0.4.0.md
release-notes/v0.5.0.md
release-notes/v0.6.0.md
release-notes/v0.7.0.md
release-notes/v0.8.0.md
release-notes/v0.9.0.md
release-notes/v0.9.1.md
release-notes/v1.0.0.md
release-notes/v1.0.1.md
release-notes/v1.0.2.md
release-notes/v1.0.3.md
release-notes/v1.0.4.md
release-notes/v1.1.0.md
scripts/release.ps1
scripts/setup-repo.cmd
scripts/setup-repo.ps1
src/oodocs/__init__.py
src/oodocs/__main__.py
src/oodocs/cli.py
src/oodocs/compatibility.py
src/oodocs/core.py
src/oodocs/document.py
src/oodocs/evidence.py
src/oodocs/settings.py
src/oodocs/validation.py
src/oodocs/workflows.py
src/oodocs.egg-info/PKG-INFO
src/oodocs.egg-info/SOURCES.txt
src/oodocs.egg-info/dependency_links.txt
src/oodocs.egg-info/entry_points.txt
src/oodocs.egg-info/requires.txt
src/oodocs.egg-info/scm_file_list.json
src/oodocs.egg-info/scm_version.json
src/oodocs.egg-info/top_level.txt
src/oodocs/adapters/__init__.py
src/oodocs/adapters/evidence.py
src/oodocs/adapters/github_actions.py
src/oodocs/adapters/manifest.py
src/oodocs/adapters/pyproject.py
src/oodocs/apidoc/__init__.py
src/oodocs/apidoc/blocks.py
src/oodocs/apidoc/builtin_categories.py
src/oodocs/apidoc/categories.py
src/oodocs/apidoc/cli.py
src/oodocs/apidoc/collect.py
src/oodocs/apidoc/collect_griffe.py
src/oodocs/apidoc/collect_inspect.py
src/oodocs/apidoc/config.py
src/oodocs/apidoc/coverage.py
src/oodocs/apidoc/diff.py
src/oodocs/apidoc/docstring.py
src/oodocs/apidoc/examples.py
src/oodocs/apidoc/help.py
src/oodocs/apidoc/model.py
src/oodocs/apidoc/profiles.py
src/oodocs/apidoc/render.py
src/oodocs/components/__init__.py
src/oodocs/components/base.py
src/oodocs/components/blocks.py
src/oodocs/components/equations.py
src/oodocs/components/generated.py
src/oodocs/components/inline.py
src/oodocs/components/markup.py
src/oodocs/components/media.py
src/oodocs/components/people.py
src/oodocs/components/positioning.py
src/oodocs/components/references.py
src/oodocs/importers/__init__.py
src/oodocs/importers/markdown.py
src/oodocs/importers/notebook.py
src/oodocs/importers/results.py
src/oodocs/layout/__init__.py
src/oodocs/layout/indexing.py
src/oodocs/presets/__init__.py
src/oodocs/presets/components.py
src/oodocs/presets/templates.py
src/oodocs/renderers/__init__.py
src/oodocs/renderers/context.py
src/oodocs/renderers/docx.py
src/oodocs/renderers/html.py
src/oodocs/renderers/pdf.py
src/oodocs/renderers/syntax.py
src/oodocs/styles/__init__.py
src/oodocs/styles/base.py
src/oodocs/styles/blocks.py
src/oodocs/styles/border.py
src/oodocs/styles/chips.py
src/oodocs/styles/counter.py
src/oodocs/styles/sheet.py
src/oodocs/styles/spacing.py
src/oodocs/styles/tables.py
src/oodocs/styles/text.py
src/oodocs/styles/theme.py
tests/apidoc_samples.py
tests/example_regression.py
tests/test_adapters.py
tests/test_apidoc.py
tests/test_apidoc_cli.py
tests/test_apidoc_collect_griffe.py
tests/test_apidoc_collect_inspect.py
tests/test_apidoc_config.py
tests/test_apidoc_coverage.py
tests/test_apidoc_diff.py
tests/test_apidoc_docstring_auto.py
tests/test_apidoc_docstring_google.py
tests/test_apidoc_docstring_markdown_style.py
tests/test_apidoc_docstring_numpy.py
tests/test_apidoc_docstring_plain.py
tests/test_apidoc_docstring_sphinx.py
tests/test_apidoc_general_repo.py
tests/test_apidoc_help_layout.py
tests/test_apidoc_help_no_user_guide_overlap.py
tests/test_apidoc_model.py
tests/test_apidoc_profiles.py
tests/test_apidoc_query.py
tests/test_apidoc_render_profile_compact.py
tests/test_apidoc_render_profile_evidence.py
tests/test_apidoc_render_profile_manual.py
tests/test_apidoc_render_profile_reference.py
tests/test_apidoc_render_profile_review.py
tests/test_apidoc_render_profile_website.py
tests/test_apidoc_self.py
tests/test_apidoc_to_blocks.py
tests/test_apidoc_to_section.py
tests/test_apidoc_to_tables.py
tests/test_builder_api.py
tests/test_cli.py
tests/test_document_renderers.py
tests/test_import_diagnostics.py
tests/test_journal_paper_example.py
tests/test_markdown.py
tests/test_native_benchmark_report_example.py
tests/test_notebook.py
tests/test_public_api_naming.py
tests/test_public_api_surface.py
tests/test_release_notes_digest_example.py
tests/test_release_workflow_assets.py
tests/test_style_cleanup_smoke_example.py
tests/test_styles.py
tests/test_table_records.py
tests/test_template_presets_examples.py
tests/test_usage_guide_example.py
tests/test_validation_serialization.py
tests/fixtures/__init__.py
tests/fixtures/apidoc_docstrings/__init__.py
tests/fixtures/apidoc_docstrings/google.py
tests/fixtures/apidoc_docstrings/markdown_style.py
tests/fixtures/apidoc_docstrings/numpy.py
tests/fixtures/apidoc_docstrings/plain.py
tests/fixtures/apidoc_docstrings/sphinx.py
tests/snapshots/public-api-inventory.json
tools/api_surface_inventory.py