Skip to content

Commit

Permalink
Tweak package-info style
Browse files Browse the repository at this point in the history
  • Loading branch information
gstamatelat committed Jul 3, 2018
1 parent 7ba81ec commit c09c5ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/javadoc/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ ol.citations li {
ol.citations li:before {
content: "[" counter(citations-counter) "]";
margin-right: 0.5em;
margin-left: 0.5em;
}

ol.citations li {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/gr/james/sampling/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
* <li><a href="https://doi.org/10.1145/3147.3165">Vitter, Jeffrey S. "Random sampling with a reservoir."
* ACM Transactions on Mathematical Software (TOMS) 11.1 (1985): 37-57.</a></li>
* <li><a href="https://doi.org/10.1145/198429.198435">Li, Kim-Hung. "Reservoir-sampling algorithms of time complexity
* O(n(1+log(N/n)))." ACM Transactions on Mathematical Software (TOMS) 20.4 (1994): 481-493.</a></li>
* O(n(1 + log(N/n)))." ACM Transactions on Mathematical Software (TOMS) 20.4 (1994): 481-493.</a></li>
* <li><a href="https://doi.org/10.2307/2336002">Chao, M. T. "A general purpose unequal probability sampling plan."
* Biometrika 69.3 (1982): 653-656.</a></li>
* <li><a href="https://doi.org/10.1080/02664769624152">Sugden, R. A. "Chao's list sequential scheme for unequal
Expand Down

0 comments on commit c09c5ff

Please sign in to comment.