Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
femtotrader committed Apr 24, 2024
1 parent 152aa05 commit 36dbfbe
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ makedocs(
format = Documenter.HTML(),
modules = [OnlinePortfolioAnalytics],
pages = [
"Home" => "index.md"
"Home" => "index.md",
"API" => "api.md"
]
)
deploydocs(; repo = "github.com/femtotrader/OnlinePortfolioAnalytics.jl")
9 changes: 9 additions & 0 deletions docs/src/api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# API Documentation

## Portfolio analytics

## Other

```@docs
OnlinePortfolioAnalytics.Prod
```
1 change: 1 addition & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ It depends especially on [OnlineStatsBase.jl](https://joshday.github.io/OnlineSt
```@contents
Pages = [
"index.md",
"api.md"
]
```

0 comments on commit 36dbfbe

Please sign in to comment.