[issue37905] Improve docs for NormalDist

2019-08-27 Thread Christoph Deil
Christoph Deil added the comment: Thank you, Raymond! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue37905] Improve docs for NormalDist

2019-08-25 Thread Raymond Hettinger
Raymond Hettinger added the comment: * Removed external links in overlap() docs * Removed "same heights" example * Chose more stable parameters for the Monte Carlo model * Made the example reproducible by recording a seed value -- resolution: -> fixed stage: patch review -> resolved s

[issue37905] Improve docs for NormalDist

2019-08-25 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset 970548c00b366dcb8eb0c2bec0ffcab30ba03aee by Raymond Hettinger (Miss Islington (bot)) in branch '3.8': bpo-37905: Improve docs for NormalDist (GH-15486) (GH-15487) https://github.com/python/cpython/commit/970548c00b366dcb8eb0c2bec0ffcab30ba03a

[issue37905] Improve docs for NormalDist

2019-08-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +15174 pull_request: https://github.com/python/cpython/pull/15487 ___ Python tracker ___ __

[issue37905] Improve docs for NormalDist

2019-08-25 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset 8371799e300475c8f9f967e900816218d3500e5d by Raymond Hettinger in branch 'master': bpo-37905: Improve docs for NormalDist (GH-15486) https://github.com/python/cpython/commit/8371799e300475c8f9f967e900816218d3500e5d -- __

[issue37905] Improve docs for NormalDist

2019-08-25 Thread Raymond Hettinger
Change by Raymond Hettinger : -- keywords: +patch pull_requests: +15173 stage: -> patch review pull_request: https://github.com/python/cpython/pull/15486 ___ Python tracker __

[issue37905] Improve docs for NormalDist

2019-08-21 Thread Raymond Hettinger
Change by Raymond Hettinger : -- title: Improve docs for NormalDist.overlap() -> Improve docs for NormalDist ___ Python tracker ___