Index: doc/framework.rst =================================================================== diff -u -r504c0ea7310f40dd1dc984a080e2e6fa68682491 -ref66b8e21f94f3f322fbf29dbacc22ec45914a9b --- doc/framework.rst (.../framework.rst) (revision 504c0ea7310f40dd1dc984a080e2e6fa68682491) +++ doc/framework.rst (.../framework.rst) (revision ef66b8e21f94f3f322fbf29dbacc22ec45914a9b) @@ -2,10 +2,10 @@ =================== This section only gives a brief description of the framework focussing on the extensions -made for OpenStreams. A full description of the current version of the framwork can be found +made for OpenStreams. A full description of the current version of the framework can be found at http://www.pcraster.eu. -In order to build a dynamic model the one needs to define a model class and add several methods +In order to build a dynamic model you will needs to define a model class and add several methods to the class to describe the model behaviour. The easiest way to get started is to copy and modify the ``wflow_sceleton.py`` example model. You can also use the other models for inspiration.