Skip to content

Commit

Permalink
WIP Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
femtotrader committed Apr 24, 2024
1 parent 454ffc2 commit 061188e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions docs/src/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Portfolio analytics

### Modules

```@docs
OnlinePortfolioAnalytics.OnlinePortfolioAnalytics
```

### Asset return

```@docs
Expand Down
2 changes: 1 addition & 1 deletion src/OnlinePortfolioAnalytics.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
@doc """
[`OnlinePortfolioAnalytics`](@ref) module aims to provide users with functionality for performing quantitative portfolio analytics via [online algorithms](https://en.wikipedia.org/wiki/Online_algorithm).
[`EXPORTS`](@ref)
Expand Down
4 changes: 2 additions & 2 deletions src/asset_return.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
@doc """
S
"""
mutable struct SimpleAssetReturn{T} <: PortfolioAnalytics{T}
Expand Down Expand Up @@ -31,7 +31,7 @@ function OnlineStatsBase._fit!(stat::SimpleAssetReturn, data)
end
end

"""
@doc """
The [`TYPEDEF`](@ref) abbreviation includes the type signature:
$(TYPEDEF)
Expand Down

0 comments on commit 061188e

Please sign in to comment.