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

Expand documentation of custom random samplers. #31787

Merged

Commits on Apr 21, 2019

  1. Expand documentation of custom random samplers.

    Following discussion on Discourse, this PR expands the documentation
    for defining custom random samplers. Motivation is provided for the
    design, followed by examples that gradually introduce features and
    explain why/when they should be used.
    
    No text was removed, but some parts were moved to other subsections.
    
    Docstrings added for relevant methods and structures, and included in
    the docs.
    
    The use of pre-existing types is emphasized.
    tpapp committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    cac6d62 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2019

  1. minor changes suggested

    - clarify role of `gentype`
    
    - use `sp` as an argument name for samplers
    
    - corrections for docstrings
    
    - clarify pedagogical motivation for custom samplers not using
      existing types
    
    - various minor text corrections: spaces, emphases
    tpapp committed May 5, 2019
    Configuration menu
    Copy the full SHA
    ad865ce View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

  1. Configuration menu
    Copy the full SHA
    49961bf View commit details
    Browse the repository at this point in the history
  2. Update stdlib/Random/docs/src/index.md

    Co-Authored-By: tpapp <[email protected]>
    rfourquet and tpapp committed May 8, 2019
    Configuration menu
    Copy the full SHA
    daf11a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9902f8d View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. remove all docstring references for gentype

    This was making Documenter fail.
    tpapp committed May 9, 2019
    Configuration menu
    Copy the full SHA
    e5a48a1 View commit details
    Browse the repository at this point in the history