summaryrefslogtreecommitdiffstats
path: root/src/chebyshev.rs
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2020-06-24 22:11:31 -0400
committerTavian Barnes <tavianator@tavianator.com>2020-06-24 22:11:31 -0400
commitf62565e5f12f7dc71290a0cbdf7e851e976ef6db (patch)
tree36a950cd3a55020e67e304579d3491125165f0fd /src/chebyshev.rs
parent04e6835fddd03ea582ff4d77995f600cadba9d85 (diff)
downloadacap-f62565e5f12f7dc71290a0cbdf7e851e976ef6db.tar.xz
Add links to module summaries
Diffstat (limited to 'src/chebyshev.rs')
-rw-r--r--src/chebyshev.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chebyshev.rs b/src/chebyshev.rs
index 9391c69..fa8e92c 100644
--- a/src/chebyshev.rs
+++ b/src/chebyshev.rs
@@ -1,4 +1,4 @@
-//! Chebyshev distance.
+//! [Chebyshev distance](https://en.wikipedia.org/wiki/Chebyshev_distance).
use crate::coords::{Coordinates, CoordinateMetric, CoordinateProximity};
use crate::distance::{Metric, Proximity};