mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 18:25:45 +00:00
85 lines
3.9 KiB
YAML
85 lines
3.9 KiB
YAML
site_name: Miller 6 Documentation
|
|
theme:
|
|
name: material
|
|
favicon: images/favicon.ico
|
|
logo: images/favicon.png
|
|
font:
|
|
text: Lato
|
|
code: Lato Mono
|
|
extra_css: ['extra.css']
|
|
nav:
|
|
- "Introduction": "index.md"
|
|
- 'Getting started':
|
|
- "Miller in 10 minutes": "10min.md"
|
|
- "Keystroke-savers": "keystroke-savers.md"
|
|
- "Intro to Miller's programming language": "programming-language.md"
|
|
- "Miller on Windows": "miller-on-windows.md"
|
|
- "Community": "community.md"
|
|
- 'Miller in more detail':
|
|
- "Features": "features.md"
|
|
- "Unix-toolkit context": "feature-comparison.md"
|
|
- "File formats": "file-formats.md"
|
|
- "Record-heterogeneity": "record-heterogeneity.md"
|
|
- "Internationalization": "internationalization.md"
|
|
- "Output colorization": "output-colorization.md"
|
|
- "Customization: .mlrrc": "customization.md"
|
|
- "The REPL": "repl.md"
|
|
- "What's new in Miller 6": "new-in-miller-6.md"
|
|
- "How to contribute": "contributing.md"
|
|
- 'FAQs and recipes':
|
|
- "CSV, with and without headers": "csv-with-and-without-headers.md"
|
|
- "Shapes of data": "shapes-of-data.md"
|
|
- "Operating on all fields": "operating-on-all-fields.md"
|
|
- "Operating on all records": "operating-on-all-records.md"
|
|
- "Special symbols and formatting": "special-symbols-and-formatting.md"
|
|
- "Dates and times": "dates-and-times.md"
|
|
- "Then-chaining": "then-chaining.md"
|
|
- "Joins": "joins.md"
|
|
- "Running shell commands": "shell-commands.md"
|
|
- "Data-diving examples": "data-diving-examples.md"
|
|
- "Log-processing examples": "log-processing-examples.md"
|
|
- "SQL examples": "sql-examples.md"
|
|
- "Data-cleaning examples": "data-cleaning-examples.md"
|
|
- "Statistics examples": "statistics-examples.md"
|
|
- "Randomizing examples": "randomizing-examples.md"
|
|
- "Two-pass algorithms": "two-pass-algorithms.md"
|
|
- "DKVP I/O examples": "dkvp-examples.md"
|
|
- "Programming-language examples": "programming-examples.md"
|
|
- "Miscellaneous examples": "misc-examples.md"
|
|
- 'Background':
|
|
- "Why?": "why.md"
|
|
- "Why call it Miller?": "etymology.md"
|
|
- "How original is Miller?": "originality.md"
|
|
- "Performance": "performance.md"
|
|
- 'Reference':
|
|
- 'Main reference':
|
|
- "Miller command structure": "reference-main-overview.md"
|
|
- "Then-chaining": "reference-main-then-chaining.md"
|
|
- "I/O options": "reference-main-io-options.md"
|
|
- "List of verbs": "reference-verbs.md"
|
|
- "Data types": "reference-main-data-types.md"
|
|
- "Arrays": "reference-dsl-arrays.md"
|
|
- "Null data": "reference-main-null-data.md"
|
|
- "Arithmetic": "reference-main-arithmetic.md"
|
|
- "Regular expressions": "reference-main-regular-expressions.md"
|
|
- "Miller environment variables": "reference-main-env-vars.md"
|
|
- "Online help": "reference-main-online-help.md"
|
|
- "Auxiliary commands": "reference-main-auxiliary-commands.md"
|
|
- "Documents for previous releases": "release-docs.md"
|
|
- 'DSL reference':
|
|
- "DSL overview": "reference-dsl.md"
|
|
- "DSL syntax": "reference-dsl-syntax.md"
|
|
- "DSL variables": "reference-dsl-variables.md"
|
|
- "DSL operators": "reference-dsl-operators.md"
|
|
- "DSL control structures": "reference-dsl-control-structures.md"
|
|
- "DSL built-in functions": "reference-dsl-builtin-functions.md"
|
|
- "DSL user-defined functions": "reference-dsl-user-defined-functions.md"
|
|
- "DSL filter statements": "reference-dsl-filter-statements.md"
|
|
- "DSL output statements": "reference-dsl-output-statements.md"
|
|
- "DSL unset statements": "reference-dsl-unset-statements.md"
|
|
- "DSL errors and transparency": "reference-dsl-errors.md"
|
|
- "A note on the complexity of Miller's expression language": "reference-dsl-complexity.md"
|
|
- 'Misc. reference':
|
|
- "Manual page": "manpage.md"
|
|
- "Installation": "installation.md"
|
|
- "Building from source": "build.md"
|