Difference between revisions of "Documentation Log"

From VistrailsWiki
Jump to navigation Jump to search
m (Fixed link)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
Link to undocumented features: [[Undocumented_Features]]


Link to undocumented features:
===Ideas===
http://www.vistrails.org/index.php/Undocumented_Features
*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"])})]?

Latest revision as of 21:01, 18 July 2013

Link to undocumented features: 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"])})]?