Merge "re-arrange docs for clarity"

This commit is contained in:
Jenkins 2014-06-12 01:52:19 +00:00 committed by Gerrit Code Review
commit 416ee7dcd3
1 changed files with 11 additions and 6 deletions

View File

@ -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
-------