Skip to content

Commit

Permalink
Tweak docstrings shown in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dahong67 committed Oct 8, 2022
1 parent ea7aab6 commit f62c4f6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ version = "0.21.3"
deps = ["Base64", "NetworkOptions", "Printf", "SHA"]
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"

[[deps.Libdl]]
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"

[[deps.LinearAlgebra]]
deps = ["Libdl"]
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

[[deps.Logging]]
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"

Expand Down Expand Up @@ -96,6 +103,7 @@ uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"

[[deps.WeightedPCA]]
deps = ["LinearAlgebra"]
path = ".."
uuid = "ee299941-4bd7-491e-86f9-95d1f98baef4"
version = "0.1.0"
9 changes: 7 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ In BibTeX form:
```@index
```

```@autodocs
Modules = [WeightedPCA]
```@docs
WeightedPCA
wpca
ComputedWeights
UniformWeights
InverseVarianceWeights
OptimalWeights
```

0 comments on commit f62c4f6

Please sign in to comment.