From fe2870379d286b2cbd2893bc0b05f4b97ad6b9fe Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Wed, 3 Oct 2018 03:29:48 +0200 Subject: Fix README RST display on PyPI Use anonymous hyperlinks to avoid having two links named 'here', which RST apparently doesn't like. Related: https://stackoverflow.com/questions/5464627/how-to-have-same-text-in-two-links-with-restructured-text/14067756 --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 0f84d1c..0d5d483 100644 --- a/README.rst +++ b/README.rst @@ -20,7 +20,7 @@ exclusively, with lots of small helper scripts in other projects. Since Kconfiglib is based around a library, it can be used e.g. to generate a `Kconfig cross-reference `_ (note: heavy page), -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 `_. +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 `_. @@ -461,7 +461,7 @@ Real-world examples - `kconfig.py `_ from the `Zephyr `_ project handles ``.config`` and header file generation, also doing configuration fragment merging. -- `genrest.py `_ generates a Kconfig symbol cross-reference, which can be viewed `here `_. +- `genrest.py `_ generates a Kconfig symbol cross-reference, which can be viewed `here `__. - `Various utilities `_ from the `ACRN `_ project. -- cgit v1.2.3