Skip to content

docs: surface vertical API in reference#653

Merged
ecomodeller merged 1 commit into
mainfrom
docs-vertical-api
May 18, 2026
Merged

docs: surface vertical API in reference#653
ecomodeller merged 1 commit into
mainfrom
docs-vertical-api

Conversation

@ecomodeller
Copy link
Copy Markdown
Member

Summary

  • Adds VerticalObservation, VerticalModelResult, VerticalAccessor, VerticalPlotter, SkillProfile, and SkillProfileArray to the quartodoc sections and sidebar so the existing functionality has generated reference pages.
  • Re-exports VerticalAccessor and VerticalPlotter from modelskill.comparison so quartodoc resolves them by the same comparison.<Class> path used for ComparerPlotter.
  • Resolves the dangling `modelskill.VerticalObservation` cross-reference warning emitted by quarto render for api/obs.qmd, api/observation.qmd, and api/DfsuModelResult.qmd.

User-guide coverage of the vertical workflow is tracked separately in #645.

Test plan

  • just docs completes without "Found no matches" warnings
  • New pages render: api/VerticalObservation.html, api/VerticalModelResult.html, api/comparison.VerticalAccessor.html, api/comparison.VerticalPlotter.html, api/skill_profile.SkillProfile.html, api/skill_profile.SkillProfileArray.html
  • Comparer page lists vertical accessor

Add VerticalObservation, VerticalModelResult, VerticalAccessor,
VerticalPlotter, SkillProfile, and SkillProfileArray to the
quartodoc sections and sidebar so the existing functionality has
generated reference pages. Resolves the dangling
`modelskill.VerticalObservation` cross-reference warning in
api/obs.qmd, api/observation.qmd, and api/DfsuModelResult.qmd.

Re-export VerticalAccessor and VerticalPlotter from
modelskill.comparison so quartodoc can resolve them by the same
`comparison.<Class>` path used for ComparerPlotter.

User-guide coverage of the vertical workflow is tracked separately
in #645.
@ecomodeller ecomodeller merged commit 54664de into main May 18, 2026
11 checks passed
@ecomodeller ecomodeller deleted the docs-vertical-api branch May 18, 2026 15:39
@ecomodeller ecomodeller linked an issue May 22, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document vertical skill workflow

1 participant