Skip to content

Commit 13235b4

Browse files
committed
Exclude specific functions in converter api reference.
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.
1 parent d4f6b56 commit 13235b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ and
3333
```{eval-rst}
3434
.. automodule:: mdio.converters.segy
3535
:members:
36+
:exclude-members: grid_density_qc, parse_index_types
3637
3738
.. automodule:: mdio.converters.mdio
3839
:members:

0 commit comments

Comments
 (0)