From ddffa987137d403d0c69624253822a594aaafec1 Mon Sep 17 00:00:00 2001 From: Alena Chaikouskaya Date: Tue, 14 Nov 2023 11:30:27 +0100 Subject: [PATCH 1/3] Update broken pypi link Co-authored-by: Rudolf Maurer --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05da7cac6..1be9fdaaa 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,8 @@ behalf when such violations pose any ambiguity. ## Installation ## dlisio supplies pre-built python wheels for a variety of platforms and -architectures. The wheels are hosted through [PyPi](https://pip.pypi.io) and -can be installed with: +architectures. The wheels are hosted through the [Python Package Index +(PyPI)](https://pypi.org/) and can be installed with: ```bash pip install dlisio From f378b47dbb52a2252a963485ab260c122998f7ef Mon Sep 17 00:00:00 2001 From: Alena Chaikouskaya Date: Tue, 14 Nov 2023 11:30:46 +0100 Subject: [PATCH 2/3] Update broken links to LIS-79 specification Co-authored-by: Rudolf Maurer --- README.md | 2 +- python/dlisio/lis/curves.py | 2 +- python/docs/index.rst | 2 +- python/docs/lis/specification.rst | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1be9fdaaa..11c345b5b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ dlisio is an LGPL licensed library for reading well logs in Digital Log Interchange Standard (DLIS V1), also known as [RP66 V1](http://w3.energistics.org/rp66/v1/Toc/main.html), and Log Information -Standard 79 ([LIS79](http://w3.energistics.org/LIS/lis-79.pdf)). +Standard 79 ([LIS79](https://www.energistics.org/sites/default/files/2022-10/lis-79.pdf)). dlisio is designed as a general purpose library for reading well logs in a simple and easy-to-use manner. Its main focus is making all the data and diff --git a/python/dlisio/lis/curves.py b/python/dlisio/lis/curves.py index f4aac1c0a..aa41a02a3 100644 --- a/python/dlisio/lis/curves.py +++ b/python/dlisio/lis/curves.py @@ -161,7 +161,7 @@ def curves(f, dfsr, sample_rate=None, strict=True): [1] Structured Arrays, https://numpy.org/doc/stable/user/basics.rec.html - [2] LIS79 ch 3.3.2.2, http://w3.energistics.org/LIS/lis-79.pdf + [2] LIS79 ch 3.3.2.2, https://www.energistics.org/sites/default/files/2022-10/lis-79.pdf Parameters ---------- diff --git a/python/docs/index.rst b/python/docs/index.rst index 72be59da8..d85fbbcf8 100644 --- a/python/docs/index.rst +++ b/python/docs/index.rst @@ -29,7 +29,7 @@ start is the user guides: :ref:`DLIS User Guide` and :ref:`LIS User Guide`. read.** .. [1] API RP66 v1, http://w3.energistics.org/RP66/V1/Toc/main.html -.. [2] LIS79, http://w3.energistics.org/LIS/lis-79.pdf +.. [2] LIS79, https://www.energistics.org/sites/default/files/2022-10/lis-79.pdf Installation ============ diff --git a/python/docs/lis/specification.rst b/python/docs/lis/specification.rst index 3ad13e231..0762f0ccd 100644 --- a/python/docs/lis/specification.rst +++ b/python/docs/lis/specification.rst @@ -21,4 +21,4 @@ information for a modern computer, but as these mechanics are embedded in the files, modern software still has to account for it. This adds additional layers of complexity. -.. [1] LIS79, http://w3.energistics.org/LIS/lis-79.pdf +.. [1] LIS79, https://www.energistics.org/sites/default/files/2022-10/lis-79.pdf From 9defaaf1d96fdd30b91123aef3db85f02012cf4b Mon Sep 17 00:00:00 2001 From: Alena Chaikouskaya Date: Tue, 14 Nov 2023 11:26:47 +0100 Subject: [PATCH 3/3] Update broken links to RP66v1 specification Co-authored-by: Rudolf Maurer --- README.md | 2 +- python/data/README.rst | 2 +- python/dlisio/dlis/basicobject.py | 2 +- python/dlisio/dlis/file.py | 2 +- python/docs/dlis/curves.rst | 2 +- python/docs/index.rst | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 11c345b5b..ef7ed28ad 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ dlisio is an LGPL licensed library for reading well logs in Digital Log Interchange Standard (DLIS V1), also known as [RP66 -V1](http://w3.energistics.org/rp66/v1/Toc/main.html), and Log Information +V1](https://www.energistics.org/sites/default/files/rp66v1.html), and Log Information Standard 79 ([LIS79](https://www.energistics.org/sites/default/files/2022-10/lis-79.pdf)). dlisio is designed as a general purpose library for reading well logs in a diff --git a/python/data/README.rst b/python/data/README.rst index 7faf32f88..ac561cd90 100644 --- a/python/data/README.rst +++ b/python/data/README.rst @@ -56,4 +56,4 @@ before you add new files. When adding a new file, please consider: - If new file(s) are added, update the relevant README.rst with a short description -.. [1] API RP66 v1, http://w3.energistics.org/RP66/V1/Toc/main.html +.. [1] API RP66 v1, https://energistics.org/sites/default/files/RP66/V1/Toc/main.html diff --git a/python/dlisio/dlis/basicobject.py b/python/dlisio/dlis/basicobject.py index 762747652..d37fb2794 100644 --- a/python/dlisio/dlis/basicobject.py +++ b/python/dlisio/dlis/basicobject.py @@ -119,7 +119,7 @@ class BasicObject(): References ---------- - [1] http://w3.energistics.org/RP66/V1/Toc/main.html + [1] https://energistics.org/sites/default/files/RP66/V1/Toc/main.html """ linkage = {} diff --git a/python/dlisio/dlis/file.py b/python/dlisio/dlis/file.py index a76226c7a..b9a166ccd 100644 --- a/python/dlisio/dlis/file.py +++ b/python/dlisio/dlis/file.py @@ -456,7 +456,7 @@ def unknowns(self): parsed as :py:class:`dlisio.dlis.Unknown`, that implements a dict interface. - [1] http://w3.energistics.org/rp66/v1/Toc/main.html + [1] https://energistics.org/sites/default/files/RP66/V1/Toc/main.html Notes ----- diff --git a/python/docs/dlis/curves.rst b/python/docs/dlis/curves.rst index 76136ba3f..869377647 100644 --- a/python/docs/dlis/curves.rst +++ b/python/docs/dlis/curves.rst @@ -100,4 +100,4 @@ metadata for the unused channels are never removed. :code:`None` when there is no recorded curve data. .. _`structured numpy.ndarray`: https://numpy.org/doc/stable/user/basics.rec.html -.. _`Appendix C`: http://w3.energistics.org/rp66/V1/rp66v1_appc.html +.. _`Appendix C`: https://energistics.org/sites/default/files/RP66/V1/rp66v1_appc.html diff --git a/python/docs/index.rst b/python/docs/index.rst index d85fbbcf8..f3af5a6ef 100644 --- a/python/docs/index.rst +++ b/python/docs/index.rst @@ -28,7 +28,7 @@ start is the user guides: :ref:`DLIS User Guide` and :ref:`LIS User Guide`. **DLIS and LIS files using these formats or modifications will fail to read.** -.. [1] API RP66 v1, http://w3.energistics.org/RP66/V1/Toc/main.html +.. [1] API RP66 v1, https://energistics.org/sites/default/files/RP66/V1/Toc/main.html .. [2] LIS79, https://www.energistics.org/sites/default/files/2022-10/lis-79.pdf Installation