nstack / nstack-docs

NStack's documentation on readthedocs
https://nstack.readthedocs.org
0 stars 2 forks source link

NStack Concepts section is confusing and/or wrong #42

Open UnkindPartition opened 7 years ago

UnkindPartition commented 7 years ago

E.g.

A module is a piece of code that has been deployed to NStack, either by you or someone else. It has an input schema and an output schema [...]

I'm not sure what this means — module (by which we currently understand container and workflow modules) don't have inputs and outputs; they consist of functions, and each function have an input schema and an output schema. Modules themselves don't receive or produce any data.