From 1b49faa1012b541bed7948fbcc2f6505602611f8 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Mon, 5 Oct 2015 20:23:02 -0400 Subject: [PATCH] doc neaten --- README.md | 2 +- c/todo.txt | 15 -- doc/content-for-index.html | 2 +- doc/data-examples.html | 279 +------------------------------------ doc/index.html | 2 +- 5 files changed, 4 insertions(+), 296 deletions(-) diff --git a/README.md b/README.md index 2c23a1495..31ce577cc 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ positionally-indexed data as a special case.) Features: -* I/O formats including **tabular pretty-printing** +* I/O formats including **tabular pretty-printing** and **positionally indexed** (Unix-toolkit style) * **Conversion** between formats diff --git a/c/todo.txt b/c/todo.txt index 3fc8c5cd8..675bf906c 100644 --- a/c/todo.txt +++ b/c/todo.txt @@ -11,21 +11,6 @@ MINOR: * double-check for off-by-one buflen in cline/sline -* define dkvp, nidx, etc @ cover x 2 - -* cover: - ### mlr --csv cut -f hostname,uptime mydata.csv - ### mlr filter '$status != "down" && $upsec >= 10000' *.csv - ### mlr --nidx put '$sum = $7 + 2.1*$8' *.dat - ### grep -v '^#' /etc/group | mlr --ifs : --nidx --opprint label group,pass,gid,member then sort -f group - ### mlr join -j account_id -f accounts.dat then group-by account_name balances.dat - ### mlr stats1 -a min,mean,max,p10,p50,p90 -f flag,u,v data/* - ### mlr stats2 -a linreg-pca -f u,v -g shape data/* - - --> long names --group x all?? - -* build page doesn't belong in developer info -- this is user info - * scroll-stalls in mlrdoc!! really bad on the droid. ---------------------------------------------------------------- diff --git a/doc/content-for-index.html b/doc/content-for-index.html index 58ac9eb55..32b18a582 100644 --- a/doc/content-for-index.html +++ b/doc/content-for-index.html @@ -20,7 +20,7 @@ positionally-indexed data as a special case.)

Features: