Commit 9ce5301f authored by Paul Asmuth's avatar Paul Asmuth
Browse files

update the documentation

- move examples into a separate repository
- restructure the documentation
- add a new front page
parent 63c06482
Loading
Loading
Loading
Loading
+0 −0

File moved.

+1 −1
Original line number Diff line number Diff line
@@ -9,4 +9,4 @@
<pre><code>{{example_src}}</code></pre>

<h4>Run this example:</h4>
<pre><code>$ clip --in examples/{{example_url}}.clp --out output.svg</code></pre>
<pre><code>$ clip --export output.svg {{example_file}}</code></pre>
+0 −16
Original line number Diff line number Diff line
(layer/resize 1024px 512px)
(layer/set-dpi 96)

(tools/plotgen
    limit-y (0 20000000)
    limit-x (1404278100 1404299700)
    axes (
        position (bottom left)
        label-format-y (scientific)
        label-format-x (datetime "%H:%M:%S"))
    grid (
        color #fff)
    areas (
        data-x (csv "test/testdata/measurement.csv" time)
        data-y (csv "test/testdata/measurement.csv" value1)
        color #888))
Loading