Skip to content

Commit 47bb721

Browse files
committed
Fix redirections in HTML doc
1 parent d023bc3 commit 47bb721

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

doc/NEWS.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ PyEPR 0.9.4 (29/04/2018)
7070
* PyEPR has been successfully tested with PyPy_
7171

7272

73-
.. _PyPy: https://pypy.org
73+
.. _PyPy: https://www.pypy.org
7474

7575

7676
PyEPR 0.9.3 (02/05/2015)
@@ -325,7 +325,7 @@ PyEPR 0.5 (25/04/2011)
325325
* suppressed several constness related warnings
326326

327327
.. _`Python 3`: https://docs.python.org/3
328-
.. _intersphinx: http://www.sphinx-doc.org/en/master/ext/intersphinx.html
328+
.. _intersphinx: https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html
329329
.. _Cython: https://cython.org
330330

331331

@@ -376,7 +376,7 @@ PyEPR 0.2 (20/03/2011)
376376
* introduced some utility methods to :class:`epr.Product` and
377377
:class:`epr.Record` classes
378378

379-
.. _sphinx: http://www.sphinx-doc.org
379+
.. _sphinx: https://www.sphinx-doc.org
380380

381381

382382
PyEPR 0.1 (09/03/2011)

doc/bands_example.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -182,13 +182,12 @@ powerful :class:`numpy.ndarray` interface.
182182
}
183183
fclose(out_stream);
184184
185-
A by far more pythonic_ solution would be::
185+
A by far more "pythonic" solution would be::
186186

187187
raster.data.tofile(out_stream)
188188

189189

190190
.. _Python: https://www.python.org
191-
.. _pythonic: http://www.cafepy.com/article/be_pythonic
192191

193192
.. raw:: latex
194193

doc/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ENVISAT Product Reader Python API
99
\clearpage
1010

1111

12-
:HomePage: http://avalentino.github.io/pyepr
12+
:HomePage: https://avalentino.github.io/pyepr
1313
:Author: Antonio Valentino
1414
1515
:Copyright: 2011-2021, Antonio Valentino

doc/ndvi_example.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ used to write the NDVI of the pixel n the file in binary format.
168168

169169
.. note::
170170

171-
the entire solution is quite not pythonic_. As an alternative
171+
the entire solution is quite not "pythonic". As an alternative
172172
implementation it could be used the :class:`numpy.ndarray` interface of
173173
:class:`epr.Raster` objects available via the :data:`epr.Raster.data`
174174
property. The NDVI index is computed on all pixels altogether using
@@ -193,7 +193,6 @@ used to write the NDVI of the pixel n the file in binary format.
193193

194194
.. _ENVISAT: https://envisat.esa.int
195195
.. _Python: https://www.python.org
196-
.. _pythonic: http://www.cafepy.com/article/be_pythonic
197196

198197

199198
.. raw:: latex

0 commit comments

Comments
 (0)