From b399422796c9bc9193d7a2f8e30777cb2ae8841b 2016-06-07 14:36:35 From: klonuo Date: 2016-06-07 14:36:35 Subject: [PATCH] Skip pt_inputhooks --- diff --git a/docs/autogen_api.py b/docs/autogen_api.py index 75b6a26..504ab0f 100755 --- a/docs/autogen_api.py +++ b/docs/autogen_api.py @@ -30,6 +30,7 @@ if __name__ == '__main__': r'\.sphinxext', # Shims r'\.kernel', + r'\.terminal\.pt_inputhooks', ] # The inputhook* modules often cause problems on import, such as trying to @@ -37,8 +38,6 @@ if __name__ == '__main__': docwriter.module_skip_patterns += [ r'\.lib\.inputhook.+', r'\.ipdoctest', r'\.testing\.plugin', - # Deprecated: - r'\.core\.magics\.deprecated', # Backwards compat import for lib.lexers r'\.nbconvert\.utils\.lexers', # We document this manually.