summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-06-06 14:08:32 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2018-06-06 14:11:07 +0200
commitb727f4dcb95f3d5bc000e8771ee5297c8db93c17 (patch)
tree9e45b65ccdca4629b19459223cba4380647397bf
parent78f2ed56c1ffeea27ebcf40a4cadb1c439833bb0 (diff)
Fix link to allyesconfig.py in README
No longer just an example either. This also makes the README render properly on PyPI.
-rw-r--r--README.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 5f73809..0a0bd2b 100644
--- a/README.rst
+++ b/README.rst
@@ -208,9 +208,10 @@ Other features
- **Not horribly slow despite being a pure Python implementation**
- The `allyesconfig.py <https://github.com/ulfalizer/Kconfiglib/blob/master/examples/allyesconfig.py>`_ example currently runs in
- about 1.3 seconds on a Core i7 2600K (with a warm file cache), including the
- ``make`` overhead from ``make scriptconfig``.
+ The `allyesconfig.py
+ <https://github.com/ulfalizer/Kconfiglib/blob/master/allyesconfig.py>`_
+ script currently runs in about 1.3 seconds on a Core i7 2600K (with a warm
+ file cache), including the ``make`` overhead from ``make scriptconfig``.
Kconfiglib is especially speedy in cases where multiple ``.config`` files
need to be processed, because the ``Kconfig`` files will only need to be parsed