##// END OF EJS Templates
Fix excluded modules for docs
Thomas Kluyver -
Show More
@@ -34,7 +34,7 b" if __name__ == '__main__':"
34 # This just prints a deprecation msg:
34 # This just prints a deprecation msg:
35 r'\.frontend$',
35 r'\.frontend$',
36 # Deprecated:
36 # Deprecated:
37 r'\.core\.magics\.deprecated'
37 r'\.core\.magics\.deprecated',
38 # We document this manually.
38 # We document this manually.
39 r'\.utils\.py3compat',
39 r'\.utils\.py3compat',
40 # These are exposed by nbformat.current
40 # These are exposed by nbformat.current
General Comments 0
You need to be logged in to leave comments. Login now