##// END OF EJS Templates
use `literalinclude` to embed examples in reference doc...
use `literalinclude` to embed examples in reference doc also moved 'demo' examples into lib, since that's where demo is.

File last commit:

r3408:261328d5
r4125:fa42ce72
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from Itpl import *
except ImportError:
from _Itpl import *