Skip to content

Commit

Permalink
📚 Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ronisbr committed May 25, 2024
1 parent edb800c commit 02a3057
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions docs/src/man/get.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ CurrentModule = SpaceIndices
```@repl get
using Dates
using SpaceIndices
using Scratch
Scratch.clear_scratchspaces!(SpaceIndices)
SpaceIndices.Scratch.clear_scratchspaces!(SpaceIndices)
```

After the initialization shown in [Initialization of Space Indices](@ref), the user can
Expand Down
3 changes: 1 addition & 2 deletions docs/src/man/initialization.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ CurrentModule = SpaceIndices

```@setup init
using SpaceIndices
using Scratch
Scratch.clear_scratchspaces!(SpaceIndices)
SpaceIndices.Scratch.clear_scratchspaces!(SpaceIndices)
```

The files of all the registered space indices can be automatically downloaded using:
Expand Down
3 changes: 1 addition & 2 deletions docs/src/man/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ CurrentModule = SpaceIndices

```@setup quick_start
using SpaceIndices
using Scratch
Scratch.clear_scratchspaces!(SpaceIndices)
SpaceIndices.Scratch.clear_scratchspaces!(SpaceIndices)
```

This quick tutorial will show how to use **SpaceIndicies.jl** to obtain the F10.7 index at
Expand Down

0 comments on commit 02a3057

Please sign in to comment.