From ea99aa9dfb7ef94d03852388d07692c9e61e1ea5 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 12 Jan 2024 13:47:30 -1000 Subject: [PATCH] ;doc:manuals: remove all "experimental" annotations for now --- hledger/Hledger/Cli/Commands/Balance.md | 2 +- hledger/Hledger/Cli/Commands/Balancesheet.md | 2 +- hledger/Hledger/Cli/Commands/Cashflow.md | 2 +- hledger/Hledger/Cli/Commands/Close.md | 2 -- hledger/Hledger/Cli/Commands/Incomestatement.md | 2 +- hledger/Hledger/Cli/Commands/Print.md | 1 - hledger/Hledger/Cli/Commands/Register.md | 2 +- hledger/hledger.m4.md | 2 -- 8 files changed, 5 insertions(+), 10 deletions(-) diff --git a/hledger/Hledger/Cli/Commands/Balance.md b/hledger/Hledger/Cli/Commands/Balance.md index 0ca92bb21..1c87ac46e 100644 --- a/hledger/Hledger/Cli/Commands/Balance.md +++ b/hledger/Hledger/Cli/Commands/Balance.md @@ -360,7 +360,7 @@ shown, unless `-E/--empty` is used. - Accounts (rows) containing all zeroes are not shown, unless `-E/--empty` is used. - Amounts with many commodities are shown in abbreviated form, unless -`--no-elide` is used. *(experimental)* +`--no-elide` is used. - Average and/or total columns can be added with the `-A/--average` and `-T/--row-total` flags. - The `--transpose` flag can be used to exchange rows and columns. diff --git a/hledger/Hledger/Cli/Commands/Balancesheet.md b/hledger/Hledger/Cli/Commands/Balancesheet.md index 51bc59c2f..02097e71d 100644 --- a/hledger/Hledger/Cli/Commands/Balancesheet.md +++ b/hledger/Hledger/Cli/Commands/Balancesheet.md @@ -48,4 +48,4 @@ This command also supports the [output destination](hledger.html#output-destination) and [output format](hledger.html#output-format) options The output formats supported are -`txt`, `csv`, `tsv`, `html`, and (experimental) `json`. +`txt`, `csv`, `tsv`, `html`, and `json`. diff --git a/hledger/Hledger/Cli/Commands/Cashflow.md b/hledger/Hledger/Cli/Commands/Cashflow.md index f6f2abc0d..f60aacc47 100644 --- a/hledger/Hledger/Cli/Commands/Cashflow.md +++ b/hledger/Hledger/Cli/Commands/Cashflow.md @@ -48,4 +48,4 @@ This command also supports the [output destination](hledger.html#output-destination) and [output format](hledger.html#output-format) options The output formats supported are -`txt`, `csv`, `tsv`, `html`, and (experimental) `json`. +`txt`, `csv`, `tsv`, `html`, and `json`. diff --git a/hledger/Hledger/Cli/Commands/Close.md b/hledger/Hledger/Cli/Commands/Close.md index 18f82b054..a7f20fae2 100644 --- a/hledger/Hledger/Cli/Commands/Close.md +++ b/hledger/Hledger/Cli/Commands/Close.md @@ -7,8 +7,6 @@ and/or "opening" transactions useful in certain situations. It prints one or two transactions to stdout, but does not write them to the journal file; you can append or copy them there when you are happy with the output. -*(experimental)* - _FLAGS diff --git a/hledger/Hledger/Cli/Commands/Incomestatement.md b/hledger/Hledger/Cli/Commands/Incomestatement.md index dab07d54f..c29d0fca2 100644 --- a/hledger/Hledger/Cli/Commands/Incomestatement.md +++ b/hledger/Hledger/Cli/Commands/Incomestatement.md @@ -49,4 +49,4 @@ This command also supports the [output destination](hledger.html#output-destination) and [output format](hledger.html#output-format) options The output formats supported are -`txt`, `csv`, `tsv`, `html`, and (experimental) `json`. +`txt`, `csv`, `tsv`, `html`, and `json`. diff --git a/hledger/Hledger/Cli/Commands/Print.md b/hledger/Hledger/Cli/Commands/Print.md index 79fc01ad3..b9f694450 100644 --- a/hledger/Hledger/Cli/Commands/Print.md +++ b/hledger/Hledger/Cli/Commands/Print.md @@ -117,7 +117,6 @@ This command also supports the The output formats supported are `txt`, `beancount`, `csv`, `tsv`, `json` and `sql`. -*Experimental:* The `beancount` format tries to produce Beancount-compatible output, as follows: - Transaction and postings with unmarked status are converted to cleared (`*`) status. diff --git a/hledger/Hledger/Cli/Commands/Register.md b/hledger/Hledger/Cli/Commands/Register.md index 118f30922..d6371c0b5 100644 --- a/hledger/Hledger/Cli/Commands/Register.md +++ b/hledger/Hledger/Cli/Commands/Register.md @@ -142,4 +142,4 @@ This command also supports the [output destination](hledger.html#output-destination) and [output format](hledger.html#output-format) options The output formats supported are -`txt`, `csv`, `tsv`, and (experimental) `json`. +`txt`, `csv`, `tsv`, and `json`. diff --git a/hledger/hledger.m4.md b/hledger/hledger.m4.md index 08e86081d..526794eb4 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -5345,8 +5345,6 @@ $ hledger print -x --infer-costs --infer-equity Downsides: -- This was added in hledger-1.29 and is still somewhat experimental. - - The precise format of the journal entry becomes more important. If hledger can't detect and match up the cost and equity postings, it will give a transaction balancing error.