Skip to content

Commit

Permalink
grammar and clarity changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lordlatch committed Mar 14, 2017
1 parent 5c01561 commit 906289a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/user_guide/nodes/list/append_to_list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Append To List
Description
-----------
This node can be used to add an extra element to a list of the same data type.
The type of the node change automatically to whatever the data type you input.
The type of the node changes automatically to whatever the data type you input.

.. image:: images/append_to_list_node.png
:width: 160pt
Expand Down
6 changes: 3 additions & 3 deletions docs/user_guide/nodes/list/combine_list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Description
-----------
This node is used to combine or join an arbitrary number of lists of a specific
data type. A new list can be added with the *New Input* button. A new list can
also be added by plugging it into the transperant socket.The type of the node
change automatically to whatever the data type you input.Means if you input an
also be added by plugging it into the transparent socket.The type of the node
changes automatically to whatever the data type you input. This means if you input an
integer list, the list type will be integer.

.. image:: images/combine_list_node.png
Expand All @@ -16,7 +16,7 @@ Inputs
------

- **List** - A list of elements indexed starting from 0.
- **List** - A list of elements indexed starting the last element of the previouse list.
- **List** - A list of elements indexed starting the last element of the previous list.
- **List** - ...

Outputs
Expand Down
10 changes: 5 additions & 5 deletions docs/user_guide/nodes/list/create_list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Description
-----------
This node is used to create an arbitrary list of a specific data type. A new
element can be added with the *New Input* button. A new element can also be
added by plugging it into the transperant socket. The type of the node change
added by plugging it into the transparent socket. The type of the node change
automatically to whatever the data type you input.
Means if you input an integer, the list type will be integer.
This means if you input an integer, the list type will be integer.

.. image:: images/create_list_node.png
:width: 160pt
Expand All @@ -26,9 +26,9 @@ Outputs
Advanced Node Settings
-----------------------

- **Change type** - Change the type of the list to another list type.
- **Hide Inputs** - Hide all the inputs in the node.
- **Remove Inputs** - Remove all the inputs.
- **Change type** - Changes the type of the list to another list type.
- **Hide Inputs** - Hides all the inputs in the node.
- **Remove Inputs** - Removes all the inputs.

Caution
-------
Expand Down
4 changes: 2 additions & 2 deletions docs/user_guide/nodes/list/get_list_element.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Get List Element
Description
-----------
This node return the element at the input index. So if the input index is 1 and
the input list is [1,2,3] then the output will be 2. (Notice that indices starts from 0 and not 1)
the input list is [1,2,3] then the output will be 2. (Notice that indices start from 0 and not 1)

.. image:: images/get_list_element_node.png
:width: 160pt
Expand All @@ -17,7 +17,7 @@ Inputs
- **Fallback**
This value is an arbitrary value that is output at a certain condition:
If **Clamp Index** is disabled and the input index is out of the range of
the input list and If the input list has no elements. So if the input list
the input list and If the input list has no elements. If the input list
is **[1,2,3]** and the index is **3** and **Clamp Index** is disabled then
the output will be equal to the **Fallback** because the list has 3 elements
only which means that the greatest index is 2.
Expand Down

0 comments on commit 906289a

Please sign in to comment.