Skip to content

Commit

Permalink
Exclude specific functions in converter api reference.
Browse files Browse the repository at this point in the history
The commit removes `grid_density_qc` and `parse_index_types` from the documentation of the `segy` module in the `mdio.converters`. This exclusion is necessary to streamline the documentation and keep only relevant publicly used functions. This helps to reduce clutter and avoid confusion for the end users.
  • Loading branch information
tasansal committed Sep 28, 2023
1 parent d4f6b56 commit 13235b4
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit 13235b4

Please sign in to comment.