File tree 4 files changed +6
-8
lines changed
4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ PyEPR 0.9.4 (29/04/2018)
70
70
* PyEPR has been successfully tested with PyPy _
71
71
72
72
73
- .. _PyPy : https://pypy.org
73
+ .. _PyPy : https://www. pypy.org
74
74
75
75
76
76
PyEPR 0.9.3 (02/05/2015)
@@ -325,7 +325,7 @@ PyEPR 0.5 (25/04/2011)
325
325
* suppressed several constness related warnings
326
326
327
327
.. _`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
329
329
.. _Cython : https://cython.org
330
330
331
331
@@ -376,7 +376,7 @@ PyEPR 0.2 (20/03/2011)
376
376
* introduced some utility methods to :class: `epr.Product ` and
377
377
:class: `epr.Record ` classes
378
378
379
- .. _sphinx : http ://www.sphinx-doc.org
379
+ .. _sphinx : https ://www.sphinx-doc.org
380
380
381
381
382
382
PyEPR 0.1 (09/03/2011)
Original file line number Diff line number Diff line change @@ -182,13 +182,12 @@ powerful :class:`numpy.ndarray` interface.
182
182
}
183
183
fclose(out_stream);
184
184
185
- A by far more pythonic _ solution would be::
185
+ A by far more "pythonic" solution would be::
186
186
187
187
raster.data.tofile(out_stream)
188
188
189
189
190
190
.. _Python : https://www.python.org
191
- .. _pythonic : http://www.cafepy.com/article/be_pythonic
192
191
193
192
.. raw :: latex
194
193
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ENVISAT Product Reader Python API
9
9
\clearpage
10
10
11
11
12
- :HomePage: http ://avalentino.github.io/pyepr
12
+ :HomePage: https ://avalentino.github.io/pyepr
13
13
:Author: Antonio Valentino
14
14
15
15
:Copyright: 2011-2021, Antonio Valentino
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ used to write the NDVI of the pixel n the file in binary format.
168
168
169
169
.. note ::
170
170
171
- the entire solution is quite not pythonic _ . As an alternative
171
+ the entire solution is quite not "pythonic" . As an alternative
172
172
implementation it could be used the :class: `numpy.ndarray ` interface of
173
173
:class: `epr.Raster ` objects available via the :data: `epr.Raster.data `
174
174
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.
193
193
194
194
.. _ENVISAT : https://envisat.esa.int
195
195
.. _Python : https://www.python.org
196
- .. _pythonic : http://www.cafepy.com/article/be_pythonic
197
196
198
197
199
198
.. raw :: latex
You can’t perform that action at this time.
0 commit comments