Skip to content

Commit

Permalink
style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Caylo committed Oct 21, 2015
1 parent 6e4cb15 commit a76b54a
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions docs/Writing_yeb_easyconfig_files.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ Comments can be included anywhere, and are prefixed with a hash character ``#``:

# this is a comment


.. _internal_variables_yaml:

Internal variables
Expand All @@ -72,21 +71,7 @@ Example::
]

To concat strings and variables, or multiple variables together, use the !join operator
(See also :ref:`_string_concatenation`)

A full example could look like this:
Example::

vars:
- &compver 2015.3.187
- &gccsuff -GNU-4.9.3-2.25

dependencies: [
[icc, *compver, *gccsuff],
[ifort, *compver, *gccsuff],
[impi, 5.0.3.048, '', [iccifort, !join [*compver, *gccsuff]]],
[imkl, 11.2.3.187, '', [iimpi, !join [7.3.5, *gccsuff]]],
]
(See `string_concatenation`)

.. _string_concatenation:

Expand All @@ -104,6 +89,7 @@ Example::
!join [*f, bar] # returns 'foobar'
!join [*f, *b] # returns 'foobar'


.. _easyconfig_yeb_format_syntax_easyconfig_parameters:

Easyconfig parameter values
Expand Down

0 comments on commit a76b54a

Please sign in to comment.