Mercurial > hgrepos > Python > libs > ConfigMix
diff docs/introduction.rst @ 659:b97e5f3bbc8e
Test indexed list access in variable interpolations: ok.
Also drop an extra note into the documentation.
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Mon, 30 May 2022 14:08:40 +0200 |
| parents | 6102b767fc69 |
| children | ce2f723da730 |
line wrap: on
line diff
--- a/docs/introduction.rst Mon May 30 13:23:53 2022 +0200 +++ b/docs/introduction.rst Mon May 30 14:08:40 2022 +0200 @@ -301,6 +301,8 @@ - Encode the index number to string format using the ``~INDEX~`` syntax and use :py:meth:`~.Configuration.getvar` and its friends. + This syntax is also supported for variable interpolations. + Negative indexes are supported with Python semantics. Examples:
