From 4af2ac3c14e5d854790bca46c5564ce919ce2231 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Wed, 3 Oct 2018 03:47:37 +0200 Subject: Actually fix README RST display on PyPI Use anonymous hyperlinks to avoid having two links named 'Kconfig', like in commit fe28703 ("Fix README RST display on PyPI"). --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index b32be16..58e20f8 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 `menuconfig interfaces `_ and `Kconfig extensions`_). @@ -115,7 +115,7 @@ Getting started you want to use the terminal ``menuconfig``. 2. Write `Kconfig - `_ + `__ files that describe the available configuration options. 3. Generate an initial configuration with e.g. ``menuconfig`` or -- cgit v1.2.3