Skip to content

Commit

Permalink
updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
weiyang2048 committed May 3, 2021
1 parent c73f2e4 commit 63a97a3
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 25 deletions.
8 changes: 8 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
using Documenter, RandomMatrix

const PAGES = any["Home" =>"index.md",
"Random Matrix Models" =>[
"IID Matrices.md"=>"IID Matrices.md",
"Others" =>"Others.md"
]

]

makedocs(modules = [RandomMatrix],
sitename="RandomMatrix.jl")

Expand Down
3 changes: 3 additions & 0 deletions docs/src/IID Matrices.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```@docs
randMatrix
```
27 changes: 27 additions & 0 deletions docs/src/Others.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
```@docs
randMatrix
randHermitian
randSymmetric
randUnitary
randOrthogonal
Haar
randPermutation
randEllipic
resolvent
ComplexNormal
Gaussian
MarchenkoPastur
±
```
27 changes: 2 additions & 25 deletions docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,6 @@
# RandomMatrix.jl Documentation

```@docs
randMatrix
A package for Random Matrix Theory.

randHermitian
Hoping to add-in enough functionalities and register in Aug 2021. If there is any functionality you want me to implement, please raise an issue.

randSymmetric
randUnitary
randOrthogonal
Haar
randPermutation
randEllipic
resolvent
ComplexNormal
Gaussian
MarchenkoPastur
±
```

0 comments on commit 63a97a3

Please sign in to comment.