From 3105beb742242f0bd05d642b513d3d776bd2e282 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Fri, 5 Nov 2021 11:14:14 -0400 Subject: [PATCH] Fix some doc links --- docs/mkdocs.yml | 4 ++-- docs/src/10min.md | 8 ++++---- docs/src/build.md | 8 ++++---- docs/src/community.md | 8 ++++---- docs/src/contributing.md | 8 ++++---- docs/src/cpu.md | 8 ++++---- docs/src/csv-with-and-without-headers.md | 8 ++++---- docs/src/customization.md | 8 ++++---- docs/src/data-cleaning-examples.md | 8 ++++---- docs/src/data-diving-examples.md | 8 ++++---- docs/src/date-time-examples.md | 8 ++++---- docs/src/dkvp-examples.md | 8 ++++---- docs/src/etymology.md | 8 ++++---- docs/src/extra.css | 6 ++++++ docs/src/features.md | 8 ++++---- docs/src/file-formats.md | 8 ++++---- docs/src/flatten-unflatten.md | 8 ++++---- docs/src/genmd-filter | 10 ++++++---- docs/src/genmds | 3 ++- docs/src/glossary.md | 8 ++++---- docs/src/index.md | 8 ++++---- docs/src/installation.md | 8 ++++---- docs/src/installing-miller.md | 8 ++++---- docs/src/internationalization.md | 8 ++++---- docs/src/keystroke-savers.md | 8 ++++---- docs/src/log-processing-examples.md | 8 ++++---- docs/src/manpage.md | 10 +++++----- docs/src/manpage.txt | 2 +- docs/src/miller-on-windows.md | 8 ++++---- docs/src/miller-programming-language.md | 8 ++++---- docs/src/misc-examples.md | 8 ++++---- docs/src/new-in-miller-6.md | 8 ++++---- docs/src/online-help.md | 8 ++++---- docs/src/operating-on-all-fields.md | 8 ++++---- docs/src/operating-on-all-records.md | 8 ++++---- docs/src/originality.md | 8 ++++---- docs/src/output-colorization.md | 8 ++++---- docs/src/performance.md | 8 ++++---- docs/src/programming-examples.md | 8 ++++---- docs/src/questions-about-joins.md | 8 ++++---- docs/src/questions-about-then-chaining.md | 8 ++++---- docs/src/randomizing-examples.md | 8 ++++---- docs/src/record-heterogeneity.md | 10 ++++++---- docs/src/reference-dsl-builtin-functions.md | 8 ++++---- docs/src/reference-dsl-complexity.md | 8 ++++---- docs/src/reference-dsl-control-structures.md | 8 ++++---- docs/src/reference-dsl-differences.md | 8 ++++---- docs/src/reference-dsl-errors.md | 8 ++++---- docs/src/reference-dsl-filter-statements.md | 8 ++++---- .../reference-dsl-higher-order-functions.md | 8 ++++---- docs/src/reference-dsl-operators.md | 8 ++++---- docs/src/reference-dsl-output-statements.md | 8 ++++---- docs/src/reference-dsl-syntax.md | 8 ++++---- docs/src/reference-dsl-time.md | 8 ++++---- docs/src/reference-dsl-unset-statements.md | 8 ++++---- .../reference-dsl-user-defined-functions.md | 8 ++++---- docs/src/reference-dsl-variables.md | 8 ++++---- docs/src/reference-dsl.md | 8 ++++---- docs/src/reference-main-arithmetic.md | 8 ++++---- docs/src/reference-main-arrays.md | 8 ++++---- docs/src/reference-main-auxiliary-commands.md | 8 ++++---- docs/src/reference-main-compressed-data.md | 8 ++++---- docs/src/reference-main-data-types.md | 8 ++++---- docs/src/reference-main-env-vars.md | 8 ++++---- docs/src/reference-main-flag-list.md | 8 ++++---- .../src/reference-main-in-place-processing.md | 8 ++++---- docs/src/reference-main-maps.md | 8 ++++---- docs/src/reference-main-null-data.md | 8 ++++---- docs/src/reference-main-number-formatting.md | 8 ++++---- docs/src/reference-main-overview.md | 8 ++++---- .../src/reference-main-regular-expressions.md | 8 ++++---- docs/src/reference-main-separators.md | 8 ++++---- docs/src/reference-main-strings.md | 8 ++++---- docs/src/reference-main-then-chaining.md | 8 ++++---- docs/src/reference-verbs.md | 8 ++++---- docs/src/release-docs.md | 19 +++++++------------ docs/src/release-docs.md.in | 11 +++-------- docs/src/repl.md | 8 ++++---- docs/src/shapes-of-data.md | 8 ++++---- docs/src/shell-commands.md | 8 ++++---- docs/src/sorting.md | 8 ++++---- docs/src/special-symbols-and-formatting.md | 8 ++++---- docs/src/sql-examples.md | 8 ++++---- docs/src/statistics-examples.md | 8 ++++---- docs/src/streaming-and-memory.md | 8 ++++---- docs/src/structure-of-these-documents.md | 8 ++++---- docs/src/two-pass-algorithms.md | 8 ++++---- docs/src/unix-toolkit-context.md | 8 ++++---- docs/src/vimrc.md | 8 ++++---- docs/src/why.md | 8 ++++---- man/manpage.txt | 2 +- man/mlr.1 | 4 ++-- 92 files changed, 365 insertions(+), 364 deletions(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index b00839007..5878d3688 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -105,5 +105,5 @@ nav: - "Manual page": "manpage.md" - "Installation": "installation.md" - "Building from source": "build.md" - - "Documents for previous releases": "release-docs.md" - - "Glossary": "glossary.md" + - "Documents for previous releases": "release-docs.md" + - "Glossary": "glossary.md" diff --git a/docs/src/10min.md b/docs/src/10min.md index 3be182194..ae679532d 100644 --- a/docs/src/10min.md +++ b/docs/src/10min.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Miller in 10 minutes diff --git a/docs/src/build.md b/docs/src/build.md index 833472bd0..63db3643f 100644 --- a/docs/src/build.md +++ b/docs/src/build.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Building from source diff --git a/docs/src/community.md b/docs/src/community.md index e19ee56a2..b0562c345 100644 --- a/docs/src/community.md +++ b/docs/src/community.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Community diff --git a/docs/src/contributing.md b/docs/src/contributing.md index 0e46b30c8..97634a34d 100644 --- a/docs/src/contributing.md +++ b/docs/src/contributing.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # How to contribute diff --git a/docs/src/cpu.md b/docs/src/cpu.md index f2585c6b3..7bc3d54ec 100644 --- a/docs/src/cpu.md +++ b/docs/src/cpu.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # CPU/multicore usage diff --git a/docs/src/csv-with-and-without-headers.md b/docs/src/csv-with-and-without-headers.md index b6b55a77c..cfe8f02c3 100644 --- a/docs/src/csv-with-and-without-headers.md +++ b/docs/src/csv-with-and-without-headers.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # CSV, with and without headers diff --git a/docs/src/customization.md b/docs/src/customization.md index cbd64ef54..5a787ad4f 100644 --- a/docs/src/customization.md +++ b/docs/src/customization.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Customization: .mlrrc diff --git a/docs/src/data-cleaning-examples.md b/docs/src/data-cleaning-examples.md index e877e6ed2..77c08e680 100644 --- a/docs/src/data-cleaning-examples.md +++ b/docs/src/data-cleaning-examples.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Data-cleaning examples diff --git a/docs/src/data-diving-examples.md b/docs/src/data-diving-examples.md index 5f0534f32..99bcf588c 100644 --- a/docs/src/data-diving-examples.md +++ b/docs/src/data-diving-examples.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Data-diving examples diff --git a/docs/src/date-time-examples.md b/docs/src/date-time-examples.md index 5ee88469e..5bcbdac01 100644 --- a/docs/src/date-time-examples.md +++ b/docs/src/date-time-examples.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Date/time examples diff --git a/docs/src/dkvp-examples.md b/docs/src/dkvp-examples.md index 9cc2f9bc1..3f6fb1883 100644 --- a/docs/src/dkvp-examples.md +++ b/docs/src/dkvp-examples.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # DKVP I/O examples diff --git a/docs/src/etymology.md b/docs/src/etymology.md index c1a66b325..9c277924f 100644 --- a/docs/src/etymology.md +++ b/docs/src/etymology.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Why call it Miller? diff --git a/docs/src/extra.css b/docs/src/extra.css index 29153d077..2f25087f2 100644 --- a/docs/src/extra.css +++ b/docs/src/extra.css @@ -174,6 +174,12 @@ a, a:before, a:focus, a:hover, a:link, a:visited { .md-typeset a:visited { color: #800000; } +.md-source { + background-color: #ffffff; +} +.md-source { + color: #00ff00; +} .md-typeset a:hover { background-color: #e0e0e0; color: #800000; diff --git a/docs/src/features.md b/docs/src/features.md index 65e11a489..9f62d2361 100644 --- a/docs/src/features.md +++ b/docs/src/features.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Features diff --git a/docs/src/file-formats.md b/docs/src/file-formats.md index e5f6431a9..d99248c17 100644 --- a/docs/src/file-formats.md +++ b/docs/src/file-formats.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # File formats diff --git a/docs/src/flatten-unflatten.md b/docs/src/flatten-unflatten.md index e2b459112..4db94d896 100644 --- a/docs/src/flatten-unflatten.md +++ b/docs/src/flatten-unflatten.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Flatten/unflatten: converting between JSON and tabular formats diff --git a/docs/src/genmd-filter b/docs/src/genmd-filter index bee090319..115d9f80b 100755 --- a/docs/src/genmd-filter +++ b/docs/src/genmd-filter @@ -124,18 +124,20 @@ def write_quicklinks_header(output_handle, input_filename) Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs EOF +#   +# Repository ↗ end # ---------------------------------------------------------------- diff --git a/docs/src/genmds b/docs/src/genmds index 4398311b4..87b68f901 100755 --- a/docs/src/genmds +++ b/docs/src/genmds @@ -6,7 +6,8 @@ set -euo pipefail if [ $# -ge 1 ]; then names="$@" - names=$(echo "$names" | sed 's/\.md\.in//g') + names=$(echo "$names" | sed 's/\.md\.in$//g') + names=$(echo "$names" | sed 's/\.md$//g') else names=$(echo *.md.in | sed 's/\.md\.in//g') fi diff --git a/docs/src/glossary.md b/docs/src/glossary.md index fba9987eb..b2c21898a 100644 --- a/docs/src/glossary.md +++ b/docs/src/glossary.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Glossary diff --git a/docs/src/index.md b/docs/src/index.md index 140b42521..cdfdcb3cf 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs diff --git a/docs/src/installation.md b/docs/src/installation.md index f7972a9e5..729c4c49c 100644 --- a/docs/src/installation.md +++ b/docs/src/installation.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Installation diff --git a/docs/src/installing-miller.md b/docs/src/installing-miller.md index a02b0dcd7..1df5732b5 100644 --- a/docs/src/installing-miller.md +++ b/docs/src/installing-miller.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Installing Miller diff --git a/docs/src/internationalization.md b/docs/src/internationalization.md index b1bbc463d..5fadcab1e 100644 --- a/docs/src/internationalization.md +++ b/docs/src/internationalization.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Internationalization diff --git a/docs/src/keystroke-savers.md b/docs/src/keystroke-savers.md index b683b1cc0..eeb5fd813 100644 --- a/docs/src/keystroke-savers.md +++ b/docs/src/keystroke-savers.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Keystroke-savers diff --git a/docs/src/log-processing-examples.md b/docs/src/log-processing-examples.md index fd50e09bf..ad0b2a333 100644 --- a/docs/src/log-processing-examples.md +++ b/docs/src/log-processing-examples.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Log-processing examples diff --git a/docs/src/manpage.md b/docs/src/manpage.md index 274431b5c..4ab2cb23e 100644 --- a/docs/src/manpage.md +++ b/docs/src/manpage.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Manual page @@ -2975,5 +2975,5 @@ SEE ALSO - 2021-11-04 MILLER(1) + 2021-11-05 MILLER(1) diff --git a/docs/src/manpage.txt b/docs/src/manpage.txt index c6297217f..085886266 100644 --- a/docs/src/manpage.txt +++ b/docs/src/manpage.txt @@ -2954,4 +2954,4 @@ SEE ALSO - 2021-11-04 MILLER(1) + 2021-11-05 MILLER(1) diff --git a/docs/src/miller-on-windows.md b/docs/src/miller-on-windows.md index dafa9b18a..f6968360a 100644 --- a/docs/src/miller-on-windows.md +++ b/docs/src/miller-on-windows.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Miller on Windows diff --git a/docs/src/miller-programming-language.md b/docs/src/miller-programming-language.md index 9e11a9c07..e4dd6cb68 100644 --- a/docs/src/miller-programming-language.md +++ b/docs/src/miller-programming-language.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Intro to Miller's programming language diff --git a/docs/src/misc-examples.md b/docs/src/misc-examples.md index 6bd90bd65..6892d0d24 100644 --- a/docs/src/misc-examples.md +++ b/docs/src/misc-examples.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Miscellaneous examples diff --git a/docs/src/new-in-miller-6.md b/docs/src/new-in-miller-6.md index bf0c8d111..ebdb2cf02 100644 --- a/docs/src/new-in-miller-6.md +++ b/docs/src/new-in-miller-6.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # What's new in Miller 6 diff --git a/docs/src/online-help.md b/docs/src/online-help.md index baa516d29..bf2bc4129 100644 --- a/docs/src/online-help.md +++ b/docs/src/online-help.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Online help diff --git a/docs/src/operating-on-all-fields.md b/docs/src/operating-on-all-fields.md index e87f70863..10a2f1fad 100644 --- a/docs/src/operating-on-all-fields.md +++ b/docs/src/operating-on-all-fields.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Operating on all fields diff --git a/docs/src/operating-on-all-records.md b/docs/src/operating-on-all-records.md index ed8d18db6..6da5b05a1 100644 --- a/docs/src/operating-on-all-records.md +++ b/docs/src/operating-on-all-records.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Operating on all records diff --git a/docs/src/originality.md b/docs/src/originality.md index 79ec899c2..ae1080dd2 100644 --- a/docs/src/originality.md +++ b/docs/src/originality.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # How original is Miller? diff --git a/docs/src/output-colorization.md b/docs/src/output-colorization.md index 6bfe2f2eb..b7147b3d6 100644 --- a/docs/src/output-colorization.md +++ b/docs/src/output-colorization.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Output colorization diff --git a/docs/src/performance.md b/docs/src/performance.md index 7070061bf..dbd7e0406 100644 --- a/docs/src/performance.md +++ b/docs/src/performance.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Performance diff --git a/docs/src/programming-examples.md b/docs/src/programming-examples.md index 965a1ad9d..a8e42db58 100644 --- a/docs/src/programming-examples.md +++ b/docs/src/programming-examples.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Programming-language examples diff --git a/docs/src/questions-about-joins.md b/docs/src/questions-about-joins.md index fe87de5b7..b8bde2d46 100644 --- a/docs/src/questions-about-joins.md +++ b/docs/src/questions-about-joins.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Questions about joins diff --git a/docs/src/questions-about-then-chaining.md b/docs/src/questions-about-then-chaining.md index 899badf7b..7f558ee8a 100644 --- a/docs/src/questions-about-then-chaining.md +++ b/docs/src/questions-about-then-chaining.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Questions about then-chaining diff --git a/docs/src/randomizing-examples.md b/docs/src/randomizing-examples.md index 539d8db19..729103167 100644 --- a/docs/src/randomizing-examples.md +++ b/docs/src/randomizing-examples.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Randomizing examples diff --git a/docs/src/record-heterogeneity.md b/docs/src/record-heterogeneity.md index 3e5e1a3ad..df2b8a62d 100644 --- a/docs/src/record-heterogeneity.md +++ b/docs/src/record-heterogeneity.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Record-heterogeneity @@ -127,6 +127,8 @@ If you `mlr csv cat` this, you'll get an error message: mlr --csv cat data/het/ragged.csv
+a,b,c
+1,2,3
 mlr :  mlr: CSV header/data length mismatch 3 != 2 at filename data/het/ragged.csv row 3.
 
 
diff --git a/docs/src/reference-dsl-builtin-functions.md b/docs/src/reference-dsl-builtin-functions.md index e6676793b..aa1c284ff 100644 --- a/docs/src/reference-dsl-builtin-functions.md +++ b/docs/src/reference-dsl-builtin-functions.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # DSL built-in functions diff --git a/docs/src/reference-dsl-complexity.md b/docs/src/reference-dsl-complexity.md index bb63ca431..5fb579155 100644 --- a/docs/src/reference-dsl-complexity.md +++ b/docs/src/reference-dsl-complexity.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # A note on the complexity of Miller's expression language diff --git a/docs/src/reference-dsl-control-structures.md b/docs/src/reference-dsl-control-structures.md index 27e0ccaf2..0322dbf19 100644 --- a/docs/src/reference-dsl-control-structures.md +++ b/docs/src/reference-dsl-control-structures.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # DSL control structures diff --git a/docs/src/reference-dsl-differences.md b/docs/src/reference-dsl-differences.md index 16c1be2eb..d731a1674 100644 --- a/docs/src/reference-dsl-differences.md +++ b/docs/src/reference-dsl-differences.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Differences from other programming languages diff --git a/docs/src/reference-dsl-errors.md b/docs/src/reference-dsl-errors.md index 37e4af7a3..872e7fcd9 100644 --- a/docs/src/reference-dsl-errors.md +++ b/docs/src/reference-dsl-errors.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # DSL errors and transparency diff --git a/docs/src/reference-dsl-filter-statements.md b/docs/src/reference-dsl-filter-statements.md index 75493b3af..0a2de3dd3 100644 --- a/docs/src/reference-dsl-filter-statements.md +++ b/docs/src/reference-dsl-filter-statements.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # DSL filter statements diff --git a/docs/src/reference-dsl-higher-order-functions.md b/docs/src/reference-dsl-higher-order-functions.md index 74db6120d..57fbfea1c 100644 --- a/docs/src/reference-dsl-higher-order-functions.md +++ b/docs/src/reference-dsl-higher-order-functions.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # DSL higher-order functions diff --git a/docs/src/reference-dsl-operators.md b/docs/src/reference-dsl-operators.md index 76b17e999..9690b18eb 100644 --- a/docs/src/reference-dsl-operators.md +++ b/docs/src/reference-dsl-operators.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # DSL operators diff --git a/docs/src/reference-dsl-output-statements.md b/docs/src/reference-dsl-output-statements.md index 0fac5677b..7c8311ae8 100644 --- a/docs/src/reference-dsl-output-statements.md +++ b/docs/src/reference-dsl-output-statements.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # DSL output statements diff --git a/docs/src/reference-dsl-syntax.md b/docs/src/reference-dsl-syntax.md index 3cba527ff..33ed3f4d7 100644 --- a/docs/src/reference-dsl-syntax.md +++ b/docs/src/reference-dsl-syntax.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # DSL syntax diff --git a/docs/src/reference-dsl-time.md b/docs/src/reference-dsl-time.md index 459d3a629..fbc34590d 100644 --- a/docs/src/reference-dsl-time.md +++ b/docs/src/reference-dsl-time.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # DSL datetime/timezone functions diff --git a/docs/src/reference-dsl-unset-statements.md b/docs/src/reference-dsl-unset-statements.md index 80b76916d..d7ced4177 100644 --- a/docs/src/reference-dsl-unset-statements.md +++ b/docs/src/reference-dsl-unset-statements.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # DSL unset statements diff --git a/docs/src/reference-dsl-user-defined-functions.md b/docs/src/reference-dsl-user-defined-functions.md index 3159be7c1..39179a3f8 100644 --- a/docs/src/reference-dsl-user-defined-functions.md +++ b/docs/src/reference-dsl-user-defined-functions.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # DSL user-defined functions diff --git a/docs/src/reference-dsl-variables.md b/docs/src/reference-dsl-variables.md index 932087081..6d81b0b16 100644 --- a/docs/src/reference-dsl-variables.md +++ b/docs/src/reference-dsl-variables.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # DSL variables diff --git a/docs/src/reference-dsl.md b/docs/src/reference-dsl.md index 1b5729fc2..46651921a 100644 --- a/docs/src/reference-dsl.md +++ b/docs/src/reference-dsl.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # DSL overview diff --git a/docs/src/reference-main-arithmetic.md b/docs/src/reference-main-arithmetic.md index 6e94271eb..bd8b797eb 100644 --- a/docs/src/reference-main-arithmetic.md +++ b/docs/src/reference-main-arithmetic.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Arithmetic diff --git a/docs/src/reference-main-arrays.md b/docs/src/reference-main-arrays.md index 553d6639c..e91435aa6 100644 --- a/docs/src/reference-main-arrays.md +++ b/docs/src/reference-main-arrays.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Arrays diff --git a/docs/src/reference-main-auxiliary-commands.md b/docs/src/reference-main-auxiliary-commands.md index 5de3f2b3d..a76aa967f 100644 --- a/docs/src/reference-main-auxiliary-commands.md +++ b/docs/src/reference-main-auxiliary-commands.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Auxiliary commands diff --git a/docs/src/reference-main-compressed-data.md b/docs/src/reference-main-compressed-data.md index 7a9a316d3..4976411b7 100644 --- a/docs/src/reference-main-compressed-data.md +++ b/docs/src/reference-main-compressed-data.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Compressed data diff --git a/docs/src/reference-main-data-types.md b/docs/src/reference-main-data-types.md index 1bb0cc7af..a773a8c42 100644 --- a/docs/src/reference-main-data-types.md +++ b/docs/src/reference-main-data-types.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Data types diff --git a/docs/src/reference-main-env-vars.md b/docs/src/reference-main-env-vars.md index fc112dd15..d2241576e 100644 --- a/docs/src/reference-main-env-vars.md +++ b/docs/src/reference-main-env-vars.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Miller environment variables diff --git a/docs/src/reference-main-flag-list.md b/docs/src/reference-main-flag-list.md index 2db4eec39..e12d1e6b7 100644 --- a/docs/src/reference-main-flag-list.md +++ b/docs/src/reference-main-flag-list.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # List of command-line flags diff --git a/docs/src/reference-main-in-place-processing.md b/docs/src/reference-main-in-place-processing.md index f340cf6f9..9081e0459 100644 --- a/docs/src/reference-main-in-place-processing.md +++ b/docs/src/reference-main-in-place-processing.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # In-place mode diff --git a/docs/src/reference-main-maps.md b/docs/src/reference-main-maps.md index a377af097..4d8942d8d 100644 --- a/docs/src/reference-main-maps.md +++ b/docs/src/reference-main-maps.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Maps diff --git a/docs/src/reference-main-null-data.md b/docs/src/reference-main-null-data.md index 7b4527fbd..078ec734e 100644 --- a/docs/src/reference-main-null-data.md +++ b/docs/src/reference-main-null-data.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Null/empty/absent data diff --git a/docs/src/reference-main-number-formatting.md b/docs/src/reference-main-number-formatting.md index c7ba6e389..12a975605 100644 --- a/docs/src/reference-main-number-formatting.md +++ b/docs/src/reference-main-number-formatting.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Number formatting diff --git a/docs/src/reference-main-overview.md b/docs/src/reference-main-overview.md index bb2db11ca..7cec38192 100644 --- a/docs/src/reference-main-overview.md +++ b/docs/src/reference-main-overview.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Miller command structure diff --git a/docs/src/reference-main-regular-expressions.md b/docs/src/reference-main-regular-expressions.md index 724b18336..f93c09102 100644 --- a/docs/src/reference-main-regular-expressions.md +++ b/docs/src/reference-main-regular-expressions.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Regular expressions diff --git a/docs/src/reference-main-separators.md b/docs/src/reference-main-separators.md index ae842e33b..e096dfbd5 100644 --- a/docs/src/reference-main-separators.md +++ b/docs/src/reference-main-separators.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Separators diff --git a/docs/src/reference-main-strings.md b/docs/src/reference-main-strings.md index 17b0dc7ad..5c5674e32 100644 --- a/docs/src/reference-main-strings.md +++ b/docs/src/reference-main-strings.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Strings diff --git a/docs/src/reference-main-then-chaining.md b/docs/src/reference-main-then-chaining.md index 2e02e6905..233223927 100644 --- a/docs/src/reference-main-then-chaining.md +++ b/docs/src/reference-main-then-chaining.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Then-chaining diff --git a/docs/src/reference-verbs.md b/docs/src/reference-verbs.md index 067b6dfbb..dad722bf0 100644 --- a/docs/src/reference-verbs.md +++ b/docs/src/reference-verbs.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # List of verbs diff --git a/docs/src/release-docs.md b/docs/src/release-docs.md index 9f1c6f535..8636bbaf7 100644 --- a/docs/src/release-docs.md +++ b/docs/src/release-docs.md @@ -3,31 +3,26 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Documents for previous releases -_Note: Miller 6 is in pre-release. All readthedocs links are for Miller 5 until -the release of Miller 6 is finalized._ - -As of September 2020, for 5.9.1 onward, release-specific docs will be handled automatically by [https://miller.readthedocs.io](https://miller.readthedocs.io) whenever a new release is tagged at [https://github.com/johnkerl/miller/releases](https://github.com/johnkerl/miller/releases). - | Release | Docs | Release notes | |--------------------|---------------------------------------------------------------------|---------------| 6.0.0 (pre-release) | [Miller 6 pre-release](https://johnkerl.org/miller6) | [What's new in Miller 6](https://johnkerl.org/miller6/new-in-miller-6/) | -5.10.2 | | [Restore mlr manpage to distro file](https://github.com/johnkerl/miller/releases/tag/v5.10.2) | +5.10.2 | [Miller 5.10.2](https://johnkerl.org/miller-docs-by-release/5.10.2) | [Restore mlr manpage to distro file](https://github.com/johnkerl/miller/releases/tag/v5.10.2) | 5.10.1 | | [Bugfixes](https://github.com/johnkerl/miller/releases/tag/v5.10.1) | -5.10.0 | | [sort-within-records, unsparsify -f, misc updates; Go-port beta](https://github.com/johnkerl/miller/releases/tag/v5.10.0) | -5.9.1 | [Miller 5.9.1](https://johnkerl.org/miller-docs-by-release/5.10.0/) | [Security update: disallow --prepipe in .mlrrc](https://github.com/johnkerl/miller/releases/tag/v5.9.1) | +5.10.0 | [Miller 5.10.0](https://johnkerl.org/miller-docs-by-release/5.10.0) | [sort-within-records, unsparsify -f, misc updates; Go-port beta](https://github.com/johnkerl/miller/releases/tag/v5.10.0) | +5.9.1 | | [Security update: disallow --prepipe in .mlrrc](https://github.com/johnkerl/miller/releases/tag/v5.9.1) | 5.9.0 | [Miller 5.9.0](https://johnkerl.org//miller-docs-by-release/5.9.0/) | [.mlrrc feature, and fix Windows build](https://github.com/johnkerl/miller/releases/tag/v5.9.0) | 5.8.0 | [Miller 5.8.0](https://johnkerl.org//miller-docs-by-release/5.8.0/) | [Better environment-variable support, new 'count' verb, bugfixes](https://github.com/johnkerl/miller/releases/tag/v5.8.0) | 5.7.0 | [Miller 5.7.0](https://johnkerl.org//miller-docs-by-release/5.7.0/) | [Ports, bugfixes, and keystroke-savers](https://github.com/johnkerl/miller/releases/tag/v5.7.0) | diff --git a/docs/src/release-docs.md.in b/docs/src/release-docs.md.in index d6466324b..6f4320ef6 100644 --- a/docs/src/release-docs.md.in +++ b/docs/src/release-docs.md.in @@ -1,17 +1,12 @@ # Documents for previous releases -_Note: Miller 6 is in pre-release. All readthedocs links are for Miller 5 until -the release of Miller 6 is finalized._ - -As of September 2020, for 5.9.1 onward, release-specific docs will be handled automatically by [https://miller.readthedocs.io](https://miller.readthedocs.io) whenever a new release is tagged at [https://github.com/johnkerl/miller/releases](https://github.com/johnkerl/miller/releases). - | Release | Docs | Release notes | |--------------------|---------------------------------------------------------------------|---------------| 6.0.0 (pre-release) | [Miller 6 pre-release](https://johnkerl.org/miller6) | [What's new in Miller 6](https://johnkerl.org/miller6/new-in-miller-6/) | -5.10.2 | | [Restore mlr manpage to distro file](https://github.com/johnkerl/miller/releases/tag/v5.10.2) | +5.10.2 | [Miller 5.10.2](https://johnkerl.org/miller-docs-by-release/5.10.2) | [Restore mlr manpage to distro file](https://github.com/johnkerl/miller/releases/tag/v5.10.2) | 5.10.1 | | [Bugfixes](https://github.com/johnkerl/miller/releases/tag/v5.10.1) | -5.10.0 | | [sort-within-records, unsparsify -f, misc updates; Go-port beta](https://github.com/johnkerl/miller/releases/tag/v5.10.0) | -5.9.1 | [Miller 5.9.1](https://johnkerl.org/miller-docs-by-release/5.10.0/) | [Security update: disallow --prepipe in .mlrrc](https://github.com/johnkerl/miller/releases/tag/v5.9.1) | +5.10.0 | [Miller 5.10.0](https://johnkerl.org/miller-docs-by-release/5.10.0) | [sort-within-records, unsparsify -f, misc updates; Go-port beta](https://github.com/johnkerl/miller/releases/tag/v5.10.0) | +5.9.1 | | [Security update: disallow --prepipe in .mlrrc](https://github.com/johnkerl/miller/releases/tag/v5.9.1) | 5.9.0 | [Miller 5.9.0](https://johnkerl.org//miller-docs-by-release/5.9.0/) | [.mlrrc feature, and fix Windows build](https://github.com/johnkerl/miller/releases/tag/v5.9.0) | 5.8.0 | [Miller 5.8.0](https://johnkerl.org//miller-docs-by-release/5.8.0/) | [Better environment-variable support, new 'count' verb, bugfixes](https://github.com/johnkerl/miller/releases/tag/v5.8.0) | 5.7.0 | [Miller 5.7.0](https://johnkerl.org//miller-docs-by-release/5.7.0/) | [Ports, bugfixes, and keystroke-savers](https://github.com/johnkerl/miller/releases/tag/v5.7.0) | diff --git a/docs/src/repl.md b/docs/src/repl.md index 13399fdfe..3a8ae21a3 100644 --- a/docs/src/repl.md +++ b/docs/src/repl.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # The REPL diff --git a/docs/src/shapes-of-data.md b/docs/src/shapes-of-data.md index eb49b6dcc..ff8edb1f8 100644 --- a/docs/src/shapes-of-data.md +++ b/docs/src/shapes-of-data.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Shapes of data diff --git a/docs/src/shell-commands.md b/docs/src/shell-commands.md index f8b6d650a..e22713a90 100644 --- a/docs/src/shell-commands.md +++ b/docs/src/shell-commands.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Running shell commands diff --git a/docs/src/sorting.md b/docs/src/sorting.md index 58f43004c..d7046ecc8 100644 --- a/docs/src/sorting.md +++ b/docs/src/sorting.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Sorting diff --git a/docs/src/special-symbols-and-formatting.md b/docs/src/special-symbols-and-formatting.md index 1eb1f45ca..02388f441 100644 --- a/docs/src/special-symbols-and-formatting.md +++ b/docs/src/special-symbols-and-formatting.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Special symbols and formatting diff --git a/docs/src/sql-examples.md b/docs/src/sql-examples.md index be9fe5744..48e605cf0 100644 --- a/docs/src/sql-examples.md +++ b/docs/src/sql-examples.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # SQL examples diff --git a/docs/src/statistics-examples.md b/docs/src/statistics-examples.md index 591d24c30..b1b7ea7b3 100644 --- a/docs/src/statistics-examples.md +++ b/docs/src/statistics-examples.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Statistics examples diff --git a/docs/src/streaming-and-memory.md b/docs/src/streaming-and-memory.md index 860acf65d..8f5d67b20 100644 --- a/docs/src/streaming-and-memory.md +++ b/docs/src/streaming-and-memory.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Streaming processing, and memory usage diff --git a/docs/src/structure-of-these-documents.md b/docs/src/structure-of-these-documents.md index 92ebc8db8..5d2993ee7 100644 --- a/docs/src/structure-of-these-documents.md +++ b/docs/src/structure-of-these-documents.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Structure of these documents diff --git a/docs/src/two-pass-algorithms.md b/docs/src/two-pass-algorithms.md index e8c652ea5..bd8b9331a 100644 --- a/docs/src/two-pass-algorithms.md +++ b/docs/src/two-pass-algorithms.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Two-pass algorithms diff --git a/docs/src/unix-toolkit-context.md b/docs/src/unix-toolkit-context.md index f9d340ec3..1687f4868 100644 --- a/docs/src/unix-toolkit-context.md +++ b/docs/src/unix-toolkit-context.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Unix-toolkit context diff --git a/docs/src/vimrc.md b/docs/src/vimrc.md index 93adc201e..25c1c4635 100644 --- a/docs/src/vimrc.md +++ b/docs/src/vimrc.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Syntax highlighting: vimrc diff --git a/docs/src/why.md b/docs/src/why.md index ac5eb25ea..a8b2ed585 100644 --- a/docs/src/why.md +++ b/docs/src/why.md @@ -3,15 +3,15 @@ Quick links:   -Flag list +Flags   -Verb list +Verbs   -Function list +Functions   Glossary   -Repository ↗ +Release docs # Why? diff --git a/man/manpage.txt b/man/manpage.txt index c6297217f..085886266 100644 --- a/man/manpage.txt +++ b/man/manpage.txt @@ -2954,4 +2954,4 @@ SEE ALSO - 2021-11-04 MILLER(1) + 2021-11-05 MILLER(1) diff --git a/man/mlr.1 b/man/mlr.1 index 9967e7799..45276b43d 100644 --- a/man/mlr.1 +++ b/man/mlr.1 @@ -2,12 +2,12 @@ .\" Title: mlr .\" Author: [see the "AUTHOR" section] .\" Generator: ./mkman.rb -.\" Date: 2021-11-04 +.\" Date: 2021-11-05 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "MILLER" "1" "2021-11-04" "\ \&" "\ \&" +.TH "MILLER" "1" "2021-11-05" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Portability definitions .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~