Show More
@@ -35,29 +35,30 b" if __name__ == '__main__':" | |||||
35 |
|
35 | |||
36 | # 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 | # load incompatible Qt bindings. It's easiest to leave them all out. The |
|
37 | # load incompatible Qt bindings. It's easiest to leave them all out. The | |
38 |
docwriter.module_skip_patterns += [ |
|
38 | docwriter.module_skip_patterns += [ | |
39 | r'\.ipdoctest', |
|
39 | r"\.lib\.inputhook.+", | |
40 | r'\.testing\.plugin', |
|
40 | r"\.ipdoctest", | |
|
41 | r"\.testing\.plugin", | |||
41 |
|
|
42 | # Backwards compat import for lib.lexers | |
42 |
|
|
43 | r"\.nbconvert\.utils\.lexers", | |
43 |
|
|
44 | # We document this manually. | |
44 |
|
|
45 | r"\.utils\.py3compat", | |
45 |
|
|
46 | # These are exposed in display | |
46 | r'\.core\.display', |
|
47 | r"\.core\.display", | |
47 | r'\.lib\.display', |
|
48 | r"\.lib\.display", | |
48 | # Shims |
|
49 | # Shims | |
49 | r'\.config', |
|
50 | r"\.config", | |
50 | r'\.consoleapp', |
|
51 | r"\.consoleapp", | |
51 | r'\.frontend$', |
|
52 | r"\.frontend$", | |
52 | r'\.html', |
|
53 | r"\.html", | |
53 | r'\.nbconvert', |
|
54 | r"\.nbconvert", | |
54 | r'\.nbformat', |
|
55 | r"\.nbformat", | |
55 | r'\.parallel', |
|
56 | r"\.parallel", | |
56 | r'\.qt', |
|
57 | r"\.qt", | |
57 |
|
|
58 | # this is deprecated. | |
58 | r'\.utils\.version', |
|
59 | r"\.utils\.version", | |
59 |
|
|
60 | # Private APIs (there should be a lot more here) | |
60 |
|
|
61 | r"\.terminal\.ptutils", | |
61 | ] |
|
62 | ] | |
62 | # main API is in the inputhook module, which is documented. |
|
63 | # main API is in the inputhook module, which is documented. | |
63 |
|
64 |
General Comments 0
You need to be logged in to leave comments.
Login now