Skip to content
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

Merged
merged 12 commits into from
Nov 26, 2019

Commits on Nov 22, 2019

  1. Configuration menu
    Copy the full SHA
    eec41a9 View commit details
    Browse the repository at this point in the history
  2. Add docs for distributions.transforms.

    The doc strings for the transforms were not linked into the documentation page for distributions.
    rpgoldman committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    e657790 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2019

  1. 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.
    rpgoldman committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    b9cbc93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    859dac5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75f4f58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76da1b4 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. 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.
    rpgoldman committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    62a7e1a View commit details
    Browse the repository at this point in the history
  2. Add to release notes.

    rpgoldman committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    e8dfa94 View commit details
    Browse the repository at this point in the history
  3. Fix typesetting of parameters.

    Fix typesetting of parameters in the docstrings.
    rpgoldman committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    4cfa494 View commit details
    Browse the repository at this point in the history
  4. Add docstring for t_stick_breaking()

    Thanks to @aloctavodia for help.
    rpgoldman committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    4220414 View commit details
    Browse the repository at this point in the history
  5. 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.
    rpgoldman committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    879fa5d View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. 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.
    rpgoldman committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    0556809 View commit details
    Browse the repository at this point in the history