Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I have modified the API docs for the distributions subsection so it can serve as
a template to update the rest of the modules (both present and missing, I haven't checked
if there are important functions missing from the api docs).
Key points:
Users will do
pymc.Normal
, notpymc.distributions.continuous.Normal
so the classshould be documented as
pymc.Normal
:toctree:
option instead of automodule. This is more personal preference,but I think it looks better if each object has its own page. It is still easy to navigate between
objects because they are all listed in the left sidebar.
not really know why but sphinx doesn't like it and refuses to see
pymc.transforms
as a module,any ideas?