diff --git a/.gitignore b/.gitignore index d31cdaa..9357574 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ /docs/build/.DS_Store LocalPreferences.toml *.DS_Store -/*.gif \ No newline at end of file +/*.gif +.DS_Store \ No newline at end of file diff --git a/docs/src/index.md b/docs/src/index.md index deb2204..524de90 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -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 ``` \ No newline at end of file