-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Documentation/sbachmei/mic 5097 5221 concepts #471
Documentation/sbachmei/mic 5097 5221 concepts #471
Conversation
* update docstrings * pin sphinx-rtd-theme>=0.6 * various type hint updates * change Stratification __call__() method stratify() * move shared custom types to a new types.py module
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good once you fix the one reference to birth stratification. I think it's fine to keep all that detail about the Observation and Stratification objects since it's now below the usage docs.
docs/source/concepts/results.rst
Outdated
from vivarium.framework.results import Observer | ||
|
||
class BirthObserver(Observer): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This example should also refer to deaths
Add a results concept doc
Description
Changes and notes
Note that this also adds a bit to the model specification concept.
Testing