Skip to content

Commit

Permalink
Merge pull request #48 from PoisotLab/mdc/statsbase_version
Browse files Browse the repository at this point in the history
Docstrings not included in manual
  • Loading branch information
gottacatchenall authored Dec 18, 2023
2 parents dd59ac4 + ed749b7 commit d3a3740
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,13 @@ BalancedAcceptance

```@docs
AdaptiveSpatial
Uniqueness
```

## Helper functions

```@docs
squish
entropize!
entropize
```
3 changes: 0 additions & 3 deletions src/uniqueness.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
Uniqueness
A `BONRefiner`.
"""
Base.@kwdef mutable struct Uniqueness{I <: Integer, T<:Number} <: BONRefiner
numpoints::I = 30
Expand Down

1 comment on commit d3a3740

@gottacatchenall
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.