Skip to content

Commit 4b05ba3

Browse files
committed
Move reference for function hashing into the 'function-space hashing' part of the docs (was erroneously placed under the 'LSHFunction API' section).
1 parent a974b29 commit 4b05ba3

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

docs/src/function_hashing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,5 @@ julia> length(hashfn.sample_points)
131131
512
132132
```
133133

134-
## Footnotes
135-
134+
## References
135+
- Shand, William and Becker, Stephen. *Locality-sensitive hashing in function spaces*. [arXiv:2002.03909](https://arxiv.org/abs/2002.03909).

docs/src/lshfunction_api.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,3 @@ LSHFunctions.jl provides a few common utility functions that you can use across
156156
collision_probability(hashfn, sim; n_hashes=1)^5
157157
true
158158
```
159-
160-
## References
161-
- Shand, William and Becker, Stephen. *Locality-sensitive hashing in function spaces*. [arXiv:2002.03909](https://arxiv.org/abs/2002.03909).

0 commit comments

Comments
 (0)