From e7adb147d4e12bbe1f1c8bfeb7e81791b2ff7519 Mon Sep 17 00:00:00 2001 From: Ross Barnowski Date: Mon, 22 Jun 2020 13:34:57 -0700 Subject: 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. --- doc/source/reference/routines.io.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source/reference') 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 -- cgit v1.2.1