From f94834e8f8c48925d066ca56aef91cd5c1acccc8 2011-06-30 17:16:45 From: MinRK Date: 2011-06-30 17:16:45 Subject: [PATCH] update autogen_api.py * don't skip configurable/traitlets * do skip inputhooks, mongodb --- diff --git a/docs/autogen_api.py b/docs/autogen_api.py index 7b5842f..40f9939 100755 --- a/docs/autogen_api.py +++ b/docs/autogen_api.py @@ -28,35 +28,19 @@ if __name__ == '__main__': r'\.config\.profile', r'\.frontend', r'\.gui', + r'\.kernel', # For now, the zmq code has # unconditional top-level code so it's # not import safe. This needs fixing - # soon. r'\.zmq', ] docwriter.module_skip_patterns += [ r'\.core\.fakemodule', - # XXX These need fixing, disabling for - # now but we need to figure out why - # they are breaking. Error from sphinx - # for each group copied below - - # AttributeError: __abstractmethods__ - r'\.config\.configurable', - r'\.utils\.traitlets', - - # AttributeError: __provides__ - r'\.kernel\.clusterdir', - r'\.kernel\.configobjfactory', - r'\.kernel\.fcutil', - r'\.kernel\.ipcontrollerapp', - r'\.kernel\.launcher', - r'\.kernel\.task', - r'\.kernel\.winhpcjob', - r'\.testing\.util', - # Keeping these disabled is OK + r'\.parallel\.controller\.mongodb', + r'\.lib\.inputhookwx', + r'\.lib\.inputhookgtk', r'\.cocoa', r'\.ipdoctest', r'\.Gnuplot',