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

Fix RtD index page links and update documentation links and naming. #286

Merged
merged 3 commits into from
Sep 28, 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
25 changes: 12 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[![Conda](https://img.shields.io/conda/vn/conda-forge/multidimio)][install_conda]
[![Python Version](https://img.shields.io/pypi/pyversions/multidimio)][python version]
[![Status](https://img.shields.io/pypi/status/multidimio.svg)][status]
[![License](https://img.shields.io/pypi/l/multidimio)][license]
[![License](https://img.shields.io/pypi/l/multidimio)][apache 2.0 license]

[![Tests](https://github.com/TGSAI/mdio-python/workflows/Tests/badge.svg)][tests]
[![Codecov](https://codecov.io/gh/TGSAI/mdio-python/branch/main/graph/badge.svg)][codecov]
Expand Down Expand Up @@ -83,14 +83,14 @@ $ conda install -c conda-forge multidimio

> Extras must be installed separately on `Conda` environments.

For details, please see the [installation instructions][install]
For details, please see the [installation instructions]
in the documentation.

# Using MDIO

Please see the [Command-line Reference][usage] for details.
Please see the [Command-line Usage] for details.

For Python API please see the [API Reference][reference] for details.
For Python API please see the [API Reference] for details.

# Requirements

Expand All @@ -113,7 +113,7 @@ To learn more, see the [Contributor Guide].

# Licensing

Distributed under the terms of the [Apache 2.0 license][license],
Distributed under the terms of the [Apache 2.0 license],
_MDIO_ is free and open source software.

# Issues
Expand All @@ -123,10 +123,9 @@ please [file an issue] along with a detailed description.

# Credits

This project was established at [TGS](https://www.tgs.com/). Original authors
and current maintainers are [Altay Sansal](https://github.com/tasansal) and
[Sri Kainkaryam](https://github.com/srib); with the support of many more great
colleagues.
This project was established at [TGS](https://www.tgs.com/). Current maintainer is
[Altay Sansal](https://github.com/tasansal) with the support of
many more great colleagues.

This project template is based on [@cjolowicz]'s [Hypermodern Python Cookiecutter]
template.
Expand All @@ -151,8 +150,8 @@ template.

<!-- github-only -->

[license]: https://github.com/TGSAI/mdio-python/blob/main/LICENSE
[apache 2.0 license]: https://github.com/TGSAI/mdio-python/blob/main/LICENSE
[contributor guide]: https://github.com/TGSAI/mdio-python/blob/main/CONTRIBUTING.md
[usage]: https://mdio-python.readthedocs.io/en/latest/usage.html
[reference]: https://mdio-python.readthedocs.io/en/latest/reference.html
[install]: https://mdio-python.readthedocs.io/en/latest/installation.html
[command-line usage]: https://mdio-python.readthedocs.io/en/latest/usage.html
[api reference]: https://mdio-python.readthedocs.io/en/latest/reference.html
[installation instructions]: https://mdio-python.readthedocs.io/en/latest/installation.html
6 changes: 4 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ end-before: <!-- github-only -->
---
```

[license]: license
[apache 2.0 license]: license
[contributor guide]: contributing
[command-line reference]: usage
[command-line usage]: usage
[api reference]: reference
[installation instructions]: installation

```{toctree}
---
Expand Down
1 change: 1 addition & 0 deletions docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ and
```{eval-rst}
.. automodule:: mdio.converters.segy
:members:
:exclude-members: grid_density_qc, parse_index_types

.. automodule:: mdio.converters.mdio
:members:
Expand Down