Skip to content

Commit

Permalink
Merge a2ad8fd into fde6209
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasnoack committed Sep 7, 2019
2 parents fde6209 + a2ad8fd commit d2d1a4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -27,4 +27,3 @@ jobs:
Pkg.instantiate()'
- julia --project=docs/ docs/make.jl
after_success: skip

2 changes: 1 addition & 1 deletion docs/make.jl
@@ -1,4 +1,4 @@
using Documenter, StatsBase, Statistics, Random
using Documenter, StatsBase, Statistics, Random, LinearAlgebra

# Workaround for JuliaLang/julia/pull/28625
if Base.HOME_PROJECT[] !== nothing
Expand Down
4 changes: 2 additions & 2 deletions docs/src/means.md
Expand Up @@ -12,6 +12,6 @@ The `mean` and `mean!` functions are also extended to accept a weight vector of
`AbstractWeights` to compute weighted mean.

```@docs
Statistics.mean(A::AbstractArray, w::AbstractWeights)
Statistics.mean!(R::AbstractArray, A::AbstractArray, w::AbstractWeights, dim::Int)
mean
mean!
```

0 comments on commit d2d1a4e

Please sign in to comment.