diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/dev/gitwash/development_workflow.rst | 2 | ||||
-rw-r--r-- | doc/source/reference/routines.statistics.rst | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/source/dev/gitwash/development_workflow.rst b/doc/source/dev/gitwash/development_workflow.rst index 6458059cb..0f5698416 100644 --- a/doc/source/dev/gitwash/development_workflow.rst +++ b/doc/source/dev/gitwash/development_workflow.rst @@ -181,7 +181,7 @@ Commit messages should be clear and follow a few basic rules. Example:: The first line of the commit message starts with a capitalized acronym (options listed below) indicating what type of commit this is. Then a blank - line, then more text if needed. Lines shouldn't be longer than 80 + line, then more text if needed. Lines shouldn't be longer than 72 characters. If the commit is related to a ticket, indicate that with "See #3456", "See ticket 3456", "Closes #3456" or similar. diff --git a/doc/source/reference/routines.statistics.rst b/doc/source/reference/routines.statistics.rst index 64745ff0c..d359541aa 100644 --- a/doc/source/reference/routines.statistics.rst +++ b/doc/source/reference/routines.statistics.rst @@ -16,6 +16,7 @@ Order statistics nanmax ptp percentile + nanpercentile Averages and variances ---------------------- @@ -28,6 +29,7 @@ Averages and variances mean std var + nanmedian nanmean nanstd nanvar |