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
Cover the TODOs previously specified across documentation files.
Context
With first-pass documentation (#47) maturing, a noteworthy point brought up by DHM concerned the presence of TODOs in the Notes sections of the docstrings. These were out of place, given the issue, but still somewhat important to address for enhancing the richness of the documentation. As such, these TODOs have been aggregated here. Expect some changes to this issue's contents as the TODOs are ported over.
Specifications
This checklist covers the historical TODOs in each file:
Latent Folder
Add Notes in class HospAdmissionsSample in hospitaladmissions.py
Add Notes in class InfectHospRateSample in hospitaladmissions.py
Complete method validate() in infections.py
Model Folder
Add See Also in def __init__() in class HospitalizationModel(Model) in hospitalizations.py
Add Examples in def sample_hospitalizations_latent() in class HospitalizationModel(Model) in hospitalizations.py
Add Examples in def sample_hospitalizations_obs() in class HospitalizationModel(Model) in hospitalizations.py
Add Examples in def sample_infections_obs() in class RtInfectionsRenewalModel(Model) in rtinfectionsrenewal.py
Add See Also in def sample() in class RtInfectionsRenewalModel(Model) in rtinfectionsrenewal.py
Goal
Cover the
TODO
s previously specified across documentation files.Context
With first-pass documentation (#47) maturing, a noteworthy point brought up by DHM concerned the presence of
TODO
s in theNotes
sections of the docstrings. These were out of place, given the issue, but still somewhat important to address for enhancing the richness of the documentation. As such, theseTODO
s have been aggregated here. Expect some changes to this issue's contents as theTODO
s are ported over.Specifications
This checklist covers the historical
TODO
s in each file:class HospAdmissionsSample
inhospitaladmissions.py
class InfectHospRateSample
inhospitaladmissions.py
validate()
ininfections.py
def __init__()
inclass HospitalizationModel(Model)
inhospitalizations.py
def sample_hospitalizations_latent()
inclass HospitalizationModel(Model)
inhospitalizations.py
def sample_hospitalizations_obs()
inclass HospitalizationModel(Model)
inhospitalizations.py
def sample_infections_obs()
inclass RtInfectionsRenewalModel(Model)
inrtinfectionsrenewal.py
def sample()
inclass RtInfectionsRenewalModel(Model)
inrtinfectionsrenewal.py
pyrenew
)convolve.py
convolve.py
,new_convolve_scanner
: Add Examples section.convolve.py
,new_convolve_scanner
: Expand and or verify Returns section.The remainder will be filled in w/ the completion of the corresponding PRs and issue 47.
Reference the files here (produced with
tree | grep -Ev "\.png|\.pyc|\.txt|\.csv|\.doctree|\.rst"
:Related Documents
The text was updated successfully, but these errors were encountered: