Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilian-gelbrecht committed May 29, 2024
1 parent fd21ec0 commit 0e9a7f8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
/docs/build/.DS_Store
LocalPreferences.toml
*.DS_Store
/*.gif
/*.gif
.DS_Store
12 changes: 6 additions & 6 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,15 +137,15 @@ Outside of the QG3 Model itself the transforms and derivative can also be used f
Either, the transforms and derivatives are initialized directly with the approatite `N_level` and `N_batch` input arguments via

```@docs; canonical=false
GaussianGridtoSHTransform
SHtoGaussianGridTransform
Derivative_dλ
GaussianGrid_dμ
Laplacian
QG3.GaussianGridtoSHTransform
QG3.SHtoGaussianGridTransform
QG3.Derivative_dλ
QG3.GaussianGrid_dμ
QG3.Laplacian
```

or a they can be constructed all together via

```@docs; canonical=false
grid
QG3.grid
```

0 comments on commit 0e9a7f8

Please sign in to comment.