diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-06-06 14:08:32 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-06-06 14:11:07 +0200 |
| commit | b727f4dcb95f3d5bc000e8771ee5297c8db93c17 (patch) | |
| tree | 9e45b65ccdca4629b19459223cba4380647397bf | |
| parent | 78f2ed56c1ffeea27ebcf40a4cadb1c439833bb0 (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.rst | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |
