We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7613f03 commit 48c5ec7Copy full SHA for 48c5ec7
docs/src/advanced.md
@@ -75,8 +75,8 @@ d2_gpu ≈ d_gpu #true
75
```
76
77
78
-> [!NOTE]
79
-> ROCm GPUs may be supported in future releases of SHTns.jl (already available in the C library).
+!!! note
+ ROCm GPUs may be supported in future releases of SHTns.jl (already available in the C library).
80
81
## Batched transform
82
@@ -102,7 +102,7 @@ d2 = SHTns.synth(cfg,q)
102
d2 ≈ d #true
103
104
105
106
-> Complex to complex transforms are currently not supported in the batched transform.
+ Complex to complex transforms are currently not supported in the batched transform.
107
108
0 commit comments