Skip to content
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: 0 additions & 8 deletions doc/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -174,14 +174,6 @@ Crossover analysis with x2sys
x2sys_init
x2sys_cross

Input/output
------------

.. autosummary::
:toctree: generated

load_dataarray

GMT Defaults
------------

Expand Down
1 change: 0 additions & 1 deletion pygmt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
from pygmt import datasets
from pygmt._show_versions import __commit__, __version__, show_versions
from pygmt.figure import Figure, set_display
from pygmt.io import load_dataarray
from pygmt.session_management import begin as _begin
from pygmt.session_management import end as _end
from pygmt.src import (
Expand Down
66 changes: 0 additions & 66 deletions pygmt/io.py

This file was deleted.

42 changes: 0 additions & 42 deletions pygmt/tests/test_io.py

This file was deleted.

Loading