diff --git a/pipeline/doc/run_engine.rst b/pipeline/doc/run_engine.rst index 38756d8304f09ce42832617498ee272828d8e6b0..753130aa5394271613865df4e5e5daa224caa646 100644 --- a/pipeline/doc/run_engine.rst +++ b/pipeline/doc/run_engine.rst @@ -1,13 +1,13 @@ -:mod:`~promod3.pipeline.run_engine` - Build models from various starting points +:mod:`~promod3.pipeline.run_engine` - Build Models From Various Starting Points ================================================================================ .. currentmodule:: promod3.pipeline.run_engine Introduction -------------------------------------------------------------------------------- -- if you just want to build models, go here -- everything needed wrapped in single functions -- that way, if the default pipeline changes, no need to change your code +This is a collection of functions to just build models. All steps needed to go from various starting points to a complete model are wrapped in single function calls. That way, if something changes in the default pipeline, e.g. on general improvements, there is no need to change code depending on |project| to adapt. + + - also convenient for developing new stuff - e.g. you want to transform the template coordinates in some way, but then just want to see them in a model, go by BuildFromRawModel