-
-
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
Get the transform docs into the API pages. #3690
Commits on Nov 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for eec41a9 - Browse repository at this point
Copy the full SHA eec41a9View commit details -
Add docs for distributions.transforms.
The doc strings for the transforms were not linked into the documentation page for distributions.
Configuration menu - View commit details
-
Copy full SHA for e657790 - Browse repository at this point
Copy the full SHA e657790View commit details
Commits on Nov 24, 2019
-
Improve documentation of transform aliases.
The transforms code has lower-case alternatives to the upper-cased class names. Sometimes these are instances of the classes (e.g., `log` is an instance of the `Log` transform), but sometimes they are aliases (e.g., `lowerbound` is an alias for `LowerBound`). I couldn't find a good way to document these in the source file, so they are hand-documented in transforms.rst.
Configuration menu - View commit details
-
Copy full SHA for b9cbc93 - Browse repository at this point
Copy the full SHA b9cbc93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 859dac5 - Browse repository at this point
Copy the full SHA 859dac5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75f4f58 - Browse repository at this point
Copy the full SHA 75f4f58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76da1b4 - Browse repository at this point
Copy the full SHA 76da1b4View commit details
Commits on Nov 25, 2019
-
Fix typo @twiecki caught and some others.
Thomas caught a typo of mine, and when fixing it, I picked off some grammar errors and improved some typesetting.
Configuration menu - View commit details
-
Copy full SHA for 62a7e1a - Browse repository at this point
Copy the full SHA 62a7e1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8dfa94 - Browse repository at this point
Copy the full SHA e8dfa94View commit details -
Fix typesetting of parameters.
Fix typesetting of parameters in the docstrings.
Configuration menu - View commit details
-
Copy full SHA for 4cfa494 - Browse repository at this point
Copy the full SHA 4cfa494View commit details -
Add docstring for t_stick_breaking()
Thanks to @aloctavodia for help.
Configuration menu - View commit details
-
Copy full SHA for 4220414 - Browse repository at this point
Copy the full SHA 4220414View commit details -
Slightly improved Table of Contents.
I still don't know how to get the title of *this* page *not* to appear in its table of contents. Unfortunately, `autosummary` does not work at all.
Configuration menu - View commit details
-
Copy full SHA for 879fa5d - Browse repository at this point
Copy the full SHA 879fa5dView commit details
Commits on Nov 26, 2019
-
Fix formatting of additional parameters.
While I was at it, fixed the punctuation of parameters in the docstrings so that Sphinx will format them correctly.
Configuration menu - View commit details
-
Copy full SHA for 0556809 - Browse repository at this point
Copy the full SHA 0556809View commit details