Sanyam Khurana
|
338cd83c5d
|
bpo-25910: Link redirections in docs (#1933)
Fixes some redirection links in docs.
|
2018-01-20 01:25:37 +01:00 |
Serhiy Storchaka
|
0264e46caa
|
Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges
in the documentation.
|
2016-11-26 13:49:59 +02:00 |
Serhiy Storchaka
|
c7b1a0bbe2
|
Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges
in the documentation.
|
2016-11-26 13:43:28 +02:00 |
Raymond Hettinger
|
6da9078195
|
Issue #27825: Improve for statistics data arguments. (Contributed by Mariatta Wijaya.)
|
2016-11-21 16:31:02 -08:00 |
Steven D'Aprano
|
fae2829c7a
|
Issue #27181 remove geometric_mean and defer for 3.7.
|
2016-10-05 03:24:45 +11:00 |
Zachary Ware
|
c019bd3033
|
Fix markup, add versionadded tags
|
2016-08-23 13:23:31 -05:00 |
Steven D'Aprano
|
228731879a
|
Add documentation for geometric and harmonic means.
|
2016-08-24 02:34:25 +10:00 |
Terry Jan Reedy
|
fa089b9b0b
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Reformat header above separator line (added if missing) to a common format.
Patch by Yoni Lavi.
|
2016-06-11 15:02:54 -04:00 |
Serhiy Storchaka
|
6dff0205b7
|
Issue #26736: Used HTTPS for external links in the documentation if possible.
|
2016-05-07 10:49:07 +03:00 |
Georg Brandl
|
525d355984
|
Fixing broken links in doc, part 3: the rest
|
2014-10-29 10:26:56 +01:00 |
Berker Peksag
|
9c1dba2758
|
Revert #22251
|
2014-09-28 00:00:58 +03:00 |
Berker Peksag
|
3749404ba5
|
Issue #22251: Fix ReST markup to avoid errors building docs.
|
2014-09-27 23:21:35 +03:00 |
Nick Coghlan
|
73afe2a972
|
Close #20481: Disallow mixed type input in statistics
The most appropriate coercion rules are not yet clear, so simply
disallowing mixed type input for 3.4.
(Committed on Steven's behalf)
|
2014-02-08 19:58:04 +10:00 |
Georg Brandl
|
e051b55049
|
Note that examples are sorted only for convenience.
|
2013-11-04 07:30:50 +01:00 |
Georg Brandl
|
a3fdcaa5d6
|
Closes #19323: fix typo. Thanks to Michael Merickel.
|
2013-10-21 09:08:39 +02:00 |
Georg Brandl
|
eb2aeecc2f
|
Reformat statistics.rst and remove unnecessary headings for each function.
|
2013-10-21 08:57:26 +02:00 |
Benjamin Peterson
|
4ea16e56eb
|
remove backticks
|
2013-10-20 17:52:54 -04:00 |
Benjamin Peterson
|
44c3065b62
|
fix declaration of StatisticsError
|
2013-10-20 17:52:09 -04:00 |
Ned Deily
|
3586673703
|
Issue #19304: Fix typos noted by Claudiu Popa.
|
2013-10-19 12:10:01 -07:00 |
Larry Hastings
|
f5e987bbe6
|
Issue #18606: Add the new "statistics" module (PEP 450). Contributed
by Steven D'Aprano.
|
2013-10-19 11:50:09 -07:00 |