Skip to content

Commit ef4f80a

Browse files
committed
small changes in intro.
1 parent 2b694de commit ef4f80a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
PyTorch Wavelet Toolbox (``ptwt``)
99
==================================
1010

11-
``ptwt`` brings wavelet transforms to PyTorch. The code is open-source, follow the link above
12-
to go to the source. This package is listed in the Python Package Index (PyPI). Its best installed via pip.
11+
``ptwt`` brings wavelet transforms to PyTorch. The code is open-source, follow the GitHub link above
12+
to go to the source. This package is listed in the Python Package Index (PyPI). It's best installed via pip.
1313
GPU support depends on PyTorch. To take advantage of GPU-processing follow the `PyTorch install instructions`_.
14-
Install the version that best suits your systems hardware setup. Once PyTorch ist set up, type the following
14+
Install the version that best suits your system's hardware setup. Once PyTorch is set up, type the following
1515
to get started:
1616

1717
.. code-block:: sh
@@ -20,12 +20,12 @@ to get started:
2020
2121
This documentation aims to explain the foundations of wavelet theory, introduce the ``ptwt`` package by example, and
2222
deliver a complete documentation of all functions. Readers who are already familiar with the theory should directly
23-
jump to the examples or the API-documentation using the navigation on the left.
23+
jump to the examples or the API documentation using the navigation on the left.
2424

2525
``ptwt`` is built to be `PyWavelets <https://pywavelets.readthedocs.io/en/latest/>`_ compatible.
2626
It should be possible to switch back and forth with relative ease.
2727

28-
If you use this work in a scientific context, please cite the following thesis:
28+
If you use this work in a scientific context, please cite the following paper:
2929

3030
.. code-block::
3131

0 commit comments

Comments
 (0)