Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update broken links #432

Merged
merged 3 commits into from
Nov 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

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)).
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
simple and easy-to-use manner. Its main focus is making all the data and
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion python/data/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion python/dlisio/dlis/basicobject.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}
Expand Down
2 changes: 1 addition & 1 deletion python/dlisio/dlis/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----
Expand Down
2 changes: 1 addition & 1 deletion python/dlisio/lis/curves.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------
Expand Down
2 changes: 1 addition & 1 deletion python/docs/dlis/curves.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions python/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ 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
.. [2] LIS79, http://w3.energistics.org/LIS/lis-79.pdf
.. [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
============
Expand Down
2 changes: 1 addition & 1 deletion python/docs/lis/specification.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading