You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write a user-facing guide for the docs site covering how to write an op_system model specification in YAML.
Motivation
The current docs site has only a placeholder getting-started page and auto-generated API reference. There is no guide explaining the specification format to users who want to build compartmental models with op_system.
Scope
The guide should cover:
States — defining compartments and their initial conditions.
Transitions — specifying flows between states with rate expressions.
Summary
Write a user-facing guide for the docs site covering how to write an
op_systemmodel specification in YAML.Motivation
The current docs site has only a placeholder getting-started page and auto-generated API reference. There is no guide explaining the specification format to users who want to build compartmental models with op_system.
Scope
The guide should cover:
Placement
Should live under
docs/guides/on the op_system docs site. Link from the README.Related