diff options
| author | Ross Barnowski <rossbar@berkeley.edu> | 2020-06-22 13:34:57 -0700 |
|---|---|---|
| committer | Ross Barnowski <rossbar@berkeley.edu> | 2020-06-22 13:34:57 -0700 |
| commit | e7adb147d4e12bbe1f1c8bfeb7e81791b2ff7519 (patch) | |
| tree | d7c6f894e8e83270bd1baee9a227f84d6f840109 | |
| parent | 28895456f147bc6e78f9366b75d1897bbc7ac3fa (diff) | |
| download | numpy-e7adb147d4e12bbe1f1c8bfeb7e81791b2ff7519.tar.gz | |
DOC: Add lib.format.open_memmap to autosummary.
Fixes link in See also section of np.memmap docs and ensures
open_memmap is included in the summary of io functions.
| -rw-r--r-- | doc/source/reference/routines.io.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/routines.io.rst b/doc/source/reference/routines.io.rst index cf66eab49..2e119af9a 100644 --- a/doc/source/reference/routines.io.rst +++ b/doc/source/reference/routines.io.rst @@ -56,6 +56,7 @@ Memory mapping files :toctree: generated/ memmap + lib.format.open_memmap Text formatting options ----------------------- @@ -85,7 +86,6 @@ Data sources Binary Format Description ------------------------- .. autosummary:: - :template: autosummary/minimal_module.rst :toctree: generated/ lib.format |
