Index: doc/_build/html/_sources/framework.txt =================================================================== diff -u -rd200c1a6509757b11288719d8aefb33a0d19512e -r504c0ea7310f40dd1dc984a080e2e6fa68682491 --- doc/_build/html/_sources/framework.txt (.../framework.txt) (revision d200c1a6509757b11288719d8aefb33a0d19512e) +++ doc/_build/html/_sources/framework.txt (.../framework.txt) (revision 504c0ea7310f40dd1dc984a080e2e6fa68682491) @@ -10,7 +10,7 @@ and modify the ``wflow_sceleton.py`` example model. You can also use the other models for inspiration. -In order to faclitate reusing data between models the data is stored in the following directory +In order to facilitate reusing data between models the data is stored in the following directory tree: .. digraph:: file_system @@ -47,7 +47,10 @@ Anotated source code for the above ---------------------------------- -.. include:: ../../../src/wflow-py/wflow/wflow_sceleton.py +.. include:: ../wflow-py/wflow/wflow_sceleton.py :literal: + + +