CDCgov / multisignal-epi-inference

Python package for statistical inference and forecast of epi models using multiple signals
https://cdcgov.github.io/multisignal-epi-inference/
10 stars 1 forks source link

Standardize between `snake_case` and `kebab-case` in names of documentation files #155

Closed dylanhmorris closed 3 weeks ago

dylanhmorris commented 3 weeks ago

Right now we have a mix.

model/docs/extending_pyrenew.qmd
model/docs/getting-started.qmd
model/docs/pyrenew_demo.qmd

I favor snake_case since we're using that for python files.