Show More
@@ -30,6 +30,7 b" if __name__ == '__main__':" | |||||
30 | r'\.sphinxext', |
|
30 | r'\.sphinxext', | |
31 | # Shims |
|
31 | # Shims | |
32 | r'\.kernel', |
|
32 | r'\.kernel', | |
|
33 | r'\.terminal\.pt_inputhooks', | |||
33 | ] |
|
34 | ] | |
34 |
|
35 | |||
35 | # The inputhook* modules often cause problems on import, such as trying to |
|
36 | # The inputhook* modules often cause problems on import, such as trying to | |
@@ -37,8 +38,6 b" if __name__ == '__main__':" | |||||
37 | docwriter.module_skip_patterns += [ r'\.lib\.inputhook.+', |
|
38 | docwriter.module_skip_patterns += [ r'\.lib\.inputhook.+', | |
38 | r'\.ipdoctest', |
|
39 | r'\.ipdoctest', | |
39 | r'\.testing\.plugin', |
|
40 | r'\.testing\.plugin', | |
40 | # Deprecated: |
|
|||
41 | r'\.core\.magics\.deprecated', |
|
|||
42 | # Backwards compat import for lib.lexers |
|
41 | # Backwards compat import for lib.lexers | |
43 | r'\.nbconvert\.utils\.lexers', |
|
42 | r'\.nbconvert\.utils\.lexers', | |
44 | # We document this manually. |
|
43 | # We document this manually. |
General Comments 0
You need to be logged in to leave comments.
Login now