##// END OF EJS Templates
Don't document a deprecated module
Thomas Kluyver -
Show More
@@ -33,6 +33,8 b" if __name__ == '__main__':"
33 r'\.testing\.plugin',
33 r'\.testing\.plugin',
34 # This just prints a deprecation msg:
34 # This just prints a deprecation msg:
35 r'\.frontend$',
35 r'\.frontend$',
36 # Deprecated:
37 r'\.core\.magics\.deprecated'
36 # We document this manually.
38 # We document this manually.
37 r'\.utils\.py3compat',
39 r'\.utils\.py3compat',
38 # 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