Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanjohnharris committed Oct 29, 2023
1 parent 507620d commit a43ee15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using Documenter
DocMeta.setdocmeta!(Catch22, :DocTestSetup, :(using Catch22); recursive=true)

makedocs(;
modules=[Catch22],
modules=[Catch22, TimeseriesFeatures],
authors="brendanjohnharris <[email protected]> and contributors",
repo="https://github.com/brendanjohnharris/Catch22.jl/blob/{commit}{path}#{line}",
sitename="Catch22.jl",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ Modules = [Catch22]
```

```@autodocs
Modules = [Catch22]
Modules = [Catch22, TimeseriesFeatures, Features]
```

0 comments on commit a43ee15

Please sign in to comment.