From dd2ab68f92aa2a5f140f3d5f68d6bfb2079b12a6 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sat, 13 Jul 2019 12:20:31 +0200 Subject: Fix kernel Kconfig doc links They were converted to RST. Link to rendered versions. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index ffe14b5..0aa9c2c 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ Overview -------- Kconfiglib is a `Kconfig -`__ +`__ implementation in Python 2/3. It started out as a helper library, but now has a enough functionality to also work well as a standalone Kconfig implementation (including `terminal and GUI menuconfig interfaces `_ @@ -25,7 +25,7 @@ Since Kconfiglib is based around a library, it can be used e.g. to generate a using the same robust Kconfig parser used for other Kconfig tools, instead of brittle ad-hoc parsing. The documentation generation script can be found `here `__. Kconfiglib implements the recently added `Kconfig preprocessor -`_. +`_. For backwards compatibility, environment variables can be referenced both as ``$(FOO)`` (the new syntax) and as ``$FOO`` (the old syntax). The old syntax is deprecated, but will probably be supported for a long time, as its needed to -- cgit v1.2.3