diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2020-06-24 22:11:31 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2020-06-24 22:11:31 -0400 |
commit | f62565e5f12f7dc71290a0cbdf7e851e976ef6db (patch) | |
tree | 36a950cd3a55020e67e304579d3491125165f0fd /src/lp.rs | |
parent | 04e6835fddd03ea582ff4d77995f600cadba9d85 (diff) | |
download | acap-f62565e5f12f7dc71290a0cbdf7e851e976ef6db.tar.xz |
Add links to module summaries
Diffstat (limited to 'src/lp.rs')
-rw-r--r-- | src/lp.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -//! L<sup>p</sup> spaces. +//! [L<sup>p</sup> spaces](https://en.wikipedia.org/wiki/Lp_space). use crate::coords::Coordinates; |