##// END OF EJS Templates
Exclude kernel.zmq.gui package from docs
Thomas Kluyver -
Show More
@@ -23,6 +23,8 b" if __name__ == '__main__':"
23 r'\.config\.profile',
23 r'\.config\.profile',
24 # These should be accessed via nbformat.current
24 # These should be accessed via nbformat.current
25 r'\.nbformat\.v\d+',
25 r'\.nbformat\.v\d+',
26 # Public API for this is in kernel.zmq.eventloops
27 r'\.kernel\.zmq\.gui',
26 ]
28 ]
27
29
28 # The inputhook* modules often cause problems on import, such as trying to
30 # The inputhook* modules often cause problems on import, such as trying to
General Comments 0
You need to be logged in to leave comments. Login now