Difference between revisions of "Documentation Log"
Jump to navigation
Jump to search
(→Ideas) |
m (→Ideas) |
||
Line 5: | Line 5: | ||
*Separate the developer's guide from the user's guide. | *Separate the developer's guide from the user's guide. | ||
*Create a tutorial for getting started quickly. | *Create a tutorial for getting started quickly. | ||
===Questions=== | |||
Is registry.addInputPort(Divide, "arg1", (basic.Float, 'dividend')) equivalent to: | |||
_input_ports = [('arg1', '(edu.utah.sci.vistrails.basic:Float)', {"labels": str(["dividend"])})]? |
Revision as of 05:26, 6 April 2011
Link to undocumented features: http://www.vistrails.org/index.php/Undocumented_Features
Ideas
- Separate the developer's guide from the user's guide.
- Create a tutorial for getting started quickly.
Questions
Is registry.addInputPort(Divide, "arg1", (basic.Float, 'dividend')) equivalent to: _input_ports = [('arg1', '(edu.utah.sci.vistrails.basic:Float)', {"labels": str(["dividend"])})]?