diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 7d9dac894..f640719ce 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -123,12 +123,6 @@ define a template that you can use to create jobs with a `Project`_ definition. It's name will depend on what is supplied to the `Project`_. -If you want to use lists or dicts variables you can use ``{obj:key}``. - -For example: - -.. literalinclude:: /../../tests/yamlparser/fixtures/custom_distri.yaml - .. _project: Project @@ -296,6 +290,17 @@ definitions unless they specify a different Default object with the Will set the job description for every job created. +.. _advanced: + +Advanced +^^^^^^^^ + +If you want to use lists or dicts variables you can use ``{obj:key}``. + +For example: + +.. literalinclude:: /../../tests/yamlparser/fixtures/custom_distri.yaml + Modules -------