Index: doc/index.rst =================================================================== diff -u -r3dc7b6cd42b1bbcd94379a88f1035cb5b5d8b256 -rb3538c963a7be9e7a4401820dbba8e47a2f99b6c --- doc/index.rst (.../index.rst) (revision 3dc7b6cd42b1bbcd94379a88f1035cb5b5d8b256) +++ doc/index.rst (.../index.rst) (revision b3538c963a7be9e7a4401820dbba8e47a2f99b6c) @@ -85,11 +85,7 @@ progress. Wflow functions as a toolkit for distributed hydrological models within OpenStreams. -.. warning:: - At the moment the models and documentation are being worked on. Things - that worked yesterday may stop working tomorrow. - The different wflow models share the same structure but are fairly different with respect to the conceptualisation. The shared software framework includes the basic maps (dem, landuse, soil etc) and the @@ -108,9 +104,9 @@ The models are programmed in a dynamic GIS language called PCRaster available as a Python extension. As such, the structure of the model is transparent, can be changed by other modellers easily, and the system -allows for rapid development. The PCRaster version used here is a beta -version that comes with bindings to the Python language. In order to run -the model both PCRaster 4.* and Python 2.7 are needed. +allows for rapid development. In order to run +the model both PCRaster 4.* and Python 2.7 are needed. At the moment +only 64 bit versiosn are supported. @@ -122,6 +118,29 @@ installation +How to use the models +===================== +.. toctree:: + :maxdepth: 2 + + wflow_usage + + +Building a model +================ +.. toctree:: + :maxdepth: 2 + + wflow_building + + +FAQ +=== +.. toctree:: + :maxdepth: 2 + + faq + The wflow\_hbv model ==================== .. toctree:: @@ -179,22 +198,7 @@ wflow_adapt -Building a model -================ -.. toctree:: - :maxdepth: 1 - wflow_building - -How to use the models -===================== -.. toctree:: - :maxdepth: 2 - - wflow_usage - - - wflow modules and libraries =========================== .. toctree:: @@ -222,13 +226,6 @@ framework wf_DynamicFramework -FAQ -=== -.. toctree:: - :maxdepth: 2 - - faq - Release notes =============