msmbuilder.io.TemplateProject¶
-
class
msmbuilder.io.
TemplateProject
(root='', step=None, ipynb=False, display=False)¶ A class to be used for wrapping on the command line.
Parameters: - root : str
Start from this directory. The default (“”) means start from the top. Include all sub-steps.
- step : str
If specified, generate templates for this step and then stop. Do not include sub steps.
- ipynb : bool
Render scripts as IPython/Jupyter notebooks instead.
- display : bool
Render scripts assuming a connected display and xdg-open.
Methods
do
()Render the templates -
__init__
(root='', step=None, ipynb=False, display=False)¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
([root, step, ipynb, display])Initialize self. do
()Render the templates -
do
()¶ Render the templates