From 13c7f8418e265000e472e284089474d63ccbbb39 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Thu, 3 Oct 2019 09:12:58 +0200 Subject: Replace Makefile with ninja Also generate and use heatmaps for all layouts by default. --- README.rst | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index cb333e3..e26a49b 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,7 @@ choosing: .. code:: bash - ls corpus/*.txt.lz | lulua-write text my-layout.yaml | lulua-stats combine > stats.pickle + find corpus/*.txt.lz | lulua-write text my-layout.yaml | lulua-analyze combine > stats.pickle Now you can optimize your layout using: @@ -35,6 +35,21 @@ It is highly recommended to use pypy3_ instead of CPython. .. _pypy3: http://pypy.org/ +Building documentation +---------------------- + +This essentially means building the website_ and reproducing my results. You’ll +need to obtain the corpora from me_, which are not public due to copyright +issues. Then simply run + +.. code:: bash + + ./gen.sh > build.ninja && ninja + +to analyze them and create pretty pictures as well as statistics in ``doc/``. + +.. _me: lars+lulua@6xq.net + Acknowledgements ---------------- -- cgit v1.2.3