Skip to content

Commit

Permalink
Fix redirections in HTML doc
Browse files Browse the repository at this point in the history
  • Loading branch information
avalentino committed Aug 7, 2021
1 parent d023bc3 commit 47bb721
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
6 changes: 3 additions & 3 deletions doc/NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ PyEPR 0.9.4 (29/04/2018)
* PyEPR has been successfully tested with PyPy_


.. _PyPy: https://pypy.org
.. _PyPy: https://www.pypy.org


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

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


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

.. _sphinx: http://www.sphinx-doc.org
.. _sphinx: https://www.sphinx-doc.org


PyEPR 0.1 (09/03/2011)
Expand Down
3 changes: 1 addition & 2 deletions doc/bands_example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -182,13 +182,12 @@ powerful :class:`numpy.ndarray` interface.
}
fclose(out_stream);
A by far more pythonic_ solution would be::
A by far more "pythonic" solution would be::

raster.data.tofile(out_stream)


.. _Python: https://www.python.org
.. _pythonic: http://www.cafepy.com/article/be_pythonic

.. raw:: latex

Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENVISAT Product Reader Python API
\clearpage


:HomePage: http://avalentino.github.io/pyepr
:HomePage: https://avalentino.github.io/pyepr
:Author: Antonio Valentino
:Contact: antonio.valentino@tiscali.it
:Copyright: 2011-2021, Antonio Valentino
Expand Down
3 changes: 1 addition & 2 deletions doc/ndvi_example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ used to write the NDVI of the pixel n the file in binary format.

.. note::

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

.. _ENVISAT: https://envisat.esa.int
.. _Python: https://www.python.org
.. _pythonic: http://www.cafepy.com/article/be_pythonic


.. raw:: latex
Expand Down

0 comments on commit 47bb721

Please sign in to comment.