-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
speed-up doc building and fix several issues #6781
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #6781 +/- ##
==========================================
+ Coverage 74.06% 76.04% +1.97%
==========================================
Files 95 95
Lines 16168 16181 +13
==========================================
+ Hits 11975 12305 +330
+ Misses 4193 3876 -317
|
@@ -18,7 +18,7 @@ glossary | |||
|
|||
### Intermediate | |||
- {ref}`pymc_overview` shows PyMC 4.0 code in action |
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.
- {ref}`pymc_overview` shows PyMC 4.0 code in action | |
- {ref}`pymc_overview` shows PyMC code in action |
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?
I don't like the Censored / Truncated / Simulator in misc. Do you have a preference for that? |
How is the look now? |
Swell! |
Great, ready to merge on my end then 😄. I'll try to learn/discover/decide through reviews what is the pymc public API and tackle #5282. Distributions are probably good now, so I'll keep moving top->bottom |
This PR takes care about multiple doc related things:
READTHEDOCS
env var to differenciate local and rtd building processes.distribution.rst
autosummary class for distributions. With that,only their
.dist
method will be documented.bad formatting...
the docs folder but wasn't part of the website navigation.
no sense to keep, others need updating due to changes in the extensions we use.
Also related to #5282 and #5740.
Checklist
📚 Documentation preview 📚: https://pymc--6781.org.readthedocs.build/en/6781/