Skip to content

Commit c470be2

Browse files
author
paolo.cavallini
committed
First test commit (help minor edits).
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@207 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
1 parent cdb036d commit c470be2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/sextante/help/_sources/modeler.txt

+6-5
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ the modeler window:
6262
- Boolean value
6363

6464
Double-clicking on any of them, a dialog is shown to define its
65-
caracteristics. Depending on the parameter itself, the dialog will
65+
characteristics. Depending on the parameter itself, the dialog will
6666
contain just one basic element (the description, which is what the user
6767
will see when executing the model) or more of them. For instance, when
6868
adding a numerical value, as it can be seen in the next figure, apart
@@ -97,7 +97,7 @@ To add an algorithm, double-click on its name. An execution dialog will
9797
appear, with a content similar to the one found in the execution panel
9898
that SEXTANTE shows when executing the algorithm from the toolbox. the
9999
one shown next correspond to the SAGA convergence index algorithm, the
100-
same one we saw in the section dedicated to the SEXTANTe toolbox.
100+
same one we saw in the section dedicated to the SEXTANTE toolbox.
101101

102102
.. figure:: models_parameters4.png
103103
:align: center
@@ -114,7 +114,7 @@ you supply will be the description for the output, which will be the one
114114
the user will see when executing the model.
115115

116116
Selecting the value of each parameter is also a bit different, since
117-
there are importante differences between the context of the modeler and
117+
there are important differences between the context of the modeler and
118118
the toolbox one. Let's see how to introduce the values for each type of
119119
parameter.
120120

@@ -154,7 +154,8 @@ Elements can be dragged to a different position within the canvas, to
154154
change the way the module structure is displayed and make it more clear
155155
and intuitive. Links between elements are update automatically.
156156

157-
You can run your algorithm anytime clicking on the *Run* button. However, in order to use it from the toolbox, it has to be saved and the modeler dialog closed, to allow the toolbox to refresh its contents.
157+
You can run your algorithm anytime clicking on the *Run* button. However,
158+
in order to use it from the toolbox, it has to be saved and the modeler dialog closed, to allow the toolbox to refresh its contents.
158159

159160
Saving and loading models
160161
-------------------------
@@ -217,7 +218,7 @@ if the number of output layers cannot be know in advance), then it is
217218
not possible to use it within a model, and thus does not appear in the
218219
list of them that you can find in the modeler dialog.
219220

220-
Additionaly, you will see some algorithms in the modeler that are not
221+
Additionally, you will see some algorithms in the modeler that are not
221222
found in the toolbox. This algorithms are meant to be used exclusively
222223
as part of a model, and they are of no interest in a different context.
223224
The *Calculator* algorithm is an example of that. It is just a simple

0 commit comments

Comments
 (0)