-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Small improvements to probability docs #675
Conversation
Pull Request Test Coverage Report for Build 11134139385Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 11147721660Details
💛 - Coveralls |
dc65293
to
359bc31
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #675 +/- ##
==========================================
+ Coverage 76.62% 77.31% +0.69%
==========================================
Files 29 29
Lines 3589 3589
==========================================
+ Hits 2750 2775 +25
+ Misses 839 814 -25
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@torfjelde, just looking for a second opinion on moving this to the docs repo 🙂 if you agree I can sort that out |
LGTM @penelopeysm !:) |
Brilliant, I'll edit this PR to remove this page and move it over there :) thanks! |
See TuringLang/DynamicPPL.jl#675 Some minor changes made, namely importing Turing over importing DynamicPPL since that's what most people reading this will be doing.
See TuringLang/DynamicPPL.jl#675 Some minor changes made, namely importing Turing over importing DynamicPPL since that's what most people reading this will be doing.
See TuringLang/DynamicPPL.jl#675 Some minor changes made, namely importing Turing over importing DynamicPPL since that's what most people reading this will be doing.
See TuringLang/DynamicPPL.jl#675 Some minor changes made, namely importing Turing over importing DynamicPPL since that's what most people reading this will be doing.
This PR contains a few small improvements to the docs.
Preview: https://turinglang.org/DynamicPPL.jl/previews/PR675/tutorials/prob-interface/
Actually, in addition to these changes, I'd also love to see this be moved to the docs repository instead. I think we should reserve
turinglang.org/${PACKAGE}
for API documentation, and anything that talks about how to use it should be on the main docs page, otherwise it's rather less discoverable.