Skip to content
This repository has been archived by the owner on Jun 23, 2018. It is now read-only.

Commit

Permalink
A few changes to module tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
lanthias committed Mar 16, 2017
1 parent f263707 commit 37f452f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion quick_start/module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Advanced: Framework Modules

You may want to create a common parent module that has lots of complex dependencies already installed, either to save time or for standardisation. NStack supports this with _Framework Modules_. Simply create a new module similar to above, `nstack init framework [parent]`, and modify the resulting `nstack.yaml` as needed.

You can then build this module using `nstack build`, and refer to it within your future services within the `parent` field of their `nstack.yaml` config file.
You can then build this module using `nstack build`, and refer to it within your future modules within the `parent` field of their `nstack.yaml` config file.



Expand Down
2 changes: 1 addition & 1 deletion quick_start/workflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Part Description
``Sinks.log : Integer`` Use NStack's log as a sink. The ``Integer`` statement means it can only accept Integers.
=============================================== ===========
To start this workflow with NStack, we use NStack's ``start`` command, this opens a command prompt where you can type a snippet and press Ctrl+D to submit it (you can also redirect a file):
To start this workflow with NStack, we use NStack's ``start`` command. This opens a command prompt where you can type a snippet and press Ctrl+D to submit it. Alternatively, you can pipe this in from a file.
.. code:: bash
Expand Down
2 changes: 1 addition & 1 deletion reference/supported_integrations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Supported Integrations
======================

NStack is built to integrate with existing infrastructure, event, and data-Sources. Typically, this is by using them as *sources* and *sinks* in the NStack Workflow Language.
NStack is built to integrate with existing infrastructure, event, and data-sources. Typically, this is by using them as *sources* and *sinks* in the NStack Workflow Language.

.. seealso:: Learn more about *sources* and *sinks* in :ref:`Concepts<concepts>`

Expand Down

0 comments on commit 37f452f

Please sign in to comment.