Skip to content

Commit a8f364c

Browse files
committed
correct typos in docs and readme
1 parent 41b3a0d commit a8f364c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
``S2FFT`` is a JAX package for computing Fourier transforms on the sphere and rotation
2424
group. It leverages autodiff to provide differentiable transforms, which are also
2525
deployable on modern hardware accelerators (e.g. GPUs and TPUs), and can be mapped
26-
across multiple accel bv erators.
26+
across multiple accelerators.
2727

2828
More specifically, ``S2FFT`` provides support for spin spherical harmonic and Wigner
2929
transforms (for both real and complex signals), with support for adjoint transformations
@@ -73,7 +73,7 @@ installation was successful by running
7373
7474
In the very near future one will be able to install ``S2FFT`` directly from `PyPi` by
7575
``pip install s2fft`` but this is not yet supported. Note that to run ``JAX`` on
76-
NVIDIA GPUs you will need to following the
76+
NVIDIA GPUs you will need to follow the
7777
`guide <https://github.com/google/jax#installation>`_ outlined by Google.
7878

7979
Usage :rocket:
@@ -102,7 +102,7 @@ pacakge.
102102
A brief summary is shown in the table below for the recursion (left) and precompute
103103
(right) algorithms, with ``S2FFT`` running on GPUs (for further details see Price &
104104
McEwen, in prep.). Note that our compute time is agnostic to spin number (which is not
105-
the case for many other methods that scale linearly with spin.
105+
the case for many other methods that scale linearly with spin).
106106

107107
+------+-----------+-----------+----------+-----------+----------+----------+---------+
108108
| | Recursive Algorithm | Precompute Algorithm |
@@ -140,7 +140,7 @@ support for more spherical sampling patterns!
140140
Attribution :books:
141141
------------------
142142
We provide this code under an MIT open-source licence with the hope that it will be of use
143-
to a wider community. Should this code be used in any way, we kindly request that the follow
143+
to a wider community. Should this code be used in any way, we kindly request that the following
144144
article is correctly referenced. A BibTeX entry for this reference may look like:
145145

146146
.. code-block::

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ support for more spherical sampling patterns!
4646
Attribution |:books:|
4747
------------------
4848
We provide this code under an MIT open-source licence with the hope that it will be of use
49-
to a wider community. Should this code be used in any way, we kindly request that the follow
49+
to a wider community. Should this code be used in any way, we kindly request that the following
5050
article is correctly referenced. A BibTeX entry for this reference may look like:
5151

5252
.. code-block::

docs/tutorials/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:html_theme.sidebar_secondary.remove:
1+
ls:html_theme.sidebar_secondary.remove:
22

33
**************************
44
Notebooks
@@ -35,7 +35,7 @@ pacakge.
3535
A brief summary is shown in the table below for the recursion (left) and precompute
3636
(right) algorithms, with ``S2FFT`` running on GPUs (for further details see Price &
3737
McEwen, in prep.). Note that our compute time is agnostic to spin number (which is not
38-
the case for many other methods that scale linearly with spin.
38+
the case for many other methods that scale linearly with spin).
3939

4040
+------+-----------+-----------+----------+-----------+----------+----------+---------+
4141
| | Recursive Algorithm | Precompute Algorithm |

0 commit comments

Comments
 (0)