From 1eec3c7735ec629344d3803b8a293c0105dcf902 Mon Sep 17 00:00:00 2001 From: Will Mayner Date: Mon, 22 Jan 2018 17:17:32 -0600 Subject: [PATCH] Update README --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index 1f33884..a3063a5 100644 --- a/README.rst +++ b/README.rst @@ -91,6 +91,8 @@ emd() not guaranteed to be a metric). The default value is ``-1.0``, which means the maximum value in the distance matrix is used. +---- + emd_with_flow() ~~~~~~~~~~~~~~~ @@ -101,6 +103,8 @@ emd_with_flow() Arguments are the same as for ``emd()``. +---- + emd_samples() ~~~~~~~~~~~~~ @@ -138,6 +142,7 @@ emd_samples() ``first_array`` and `second_array``.` Note: if the given range is not a superset of the default range, no warning will be given. +---- Limitations and Caveats -----------------------