diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-10-03 03:47:37 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-10-03 03:47:37 +0200 |
| commit | 4af2ac3c14e5d854790bca46c5564ce919ce2231 (patch) | |
| tree | 232a2c917874c5c07db67e148e13a0dfa40ad96b /README.rst | |
| parent | 32b65bad60e9ffae3d7e44bc8ed69d73431ff71b (diff) | |
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").
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ Overview -------- Kconfiglib is a `Kconfig -<https://www.kernel.org/doc/Documentation/kbuild/kconfig-language.txt>`_ +<https://www.kernel.org/doc/Documentation/kbuild/kconfig-language.txt>`__ 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 <Menuconfig interfaces_>`_ and `Kconfig extensions`_). @@ -115,7 +115,7 @@ Getting started you want to use the terminal ``menuconfig``. 2. Write `Kconfig - <https://github.com/torvalds/linux/blob/master/Documentation/kbuild/kconfig-macro-language.txt>`_ + <https://github.com/torvalds/linux/blob/master/Documentation/kbuild/kconfig-macro-language.txt>`__ files that describe the available configuration options. 3. Generate an initial configuration with e.g. ``menuconfig`` or |
