##// END OF EJS Templates
Merge pull request #3523 from takluyver/docs-exclude-frontend...
Merge pull request #3523 from takluyver/docs-exclude-frontend Exclude frontend shim from docs build Closes #3517 The API doc writer has separate exclude patterns for modules and packages, so frontend needed to be listed in the modules exclusions.

File last commit:

r11089:45d39d22
r11141:67280025 merge
Show More
__init__.py
5 lines | 142 B | text/x-python | PythonLexer
Brian E. Granger
Fixing import logic.
r11088 from .ansi import *
Brian E. Granger
Fixing import for nbconvert.
r11089 from .datatypefilter import *
Brian E. Granger
Fixing import logic.
r11088 from .highlight import *
from .latex import *
from .markdown import *
from .strings import *