docs: fix network file format, transition rules, and orphaned page#6
Conversation
- configuration.md: NetworkFile example now shows the required `day` column (day,source,target,weight) with self-loops, and documents it - configuration.md: clarify the transition rate rule — an expression naming the source compartment is used as-is, otherwise it's multiplied by the source (so `gamma` and `gamma * I` are equivalent); document S->I network FOI - network-design.md: weights are used as given, not auto-normalized (the prior "rows are normalized to sum to 1" claim was inaccurate) - index.md: add architecture.md to the toctree (was orphaned)
|
Warning Review limit reached
More reviews will be available in 5 minutes and 16 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Documentation corrections found during UAT (PyPI install wording intentionally left unchanged).
configuration.mdshowedsource,target,weight, but the loader requires a leadingdaycolumn. Updated the example today,source,target,weightwith self-loops, and documentedday.gammaandgamma * Iare equivalent (both givegamma * I). Documented thatS -> I: betabecomes the network force of infection in multi-patch models, and that single-patch models need an explicitIterm.architecture.mdto the toctree (it was orphaned; this also makes the-WSphinx build clean).