Skip to content

Commit ff1fbdd

Browse files
committed
Some doc updates
1 parent 1f752ee commit ff1fbdd

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

docs/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ makedocs(modules = [FourierTools],
1212
"Shifting with FFTs" => "shifting.md",
1313
"Image Shearing with FFTs" => "shear.md",
1414
"Image Rotation with FFTs" => "rotate.md",
15+
"NFFT" => "nfft.md",
1516
"Utility Functions" => "utils.md",
1617
]
1718
)

docs/src/nfft.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# NFFT helpers
2+
Based on [NFFT.jl](https://github.com/JuliaMath/NFFT.jl) we provide some convenient helper functions:
3+
4+
```@docs
5+
FourierTools.nfft_nd
6+
FourierTools.plan_nfft_nd
7+
```

docs/src/utils.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,4 @@ FourierTools.select_region
66
FourierTools.center_set!
77
FourierTools.get_indices_around_center
88
FourierTools.center_extract
9-
FourierTools.selectsizes
10-
FourierTools.expanddims
11-
FourierTools.slice
12-
FourierTools.slice_indices
139
```

0 commit comments

Comments
 (0)