;doc:manuals: remove all "experimental" annotations for now

This commit is contained in:
Simon Michael 2024-01-12 13:47:30 -10:00
parent 43dc321742
commit ea99aa9dfb
8 changed files with 5 additions and 10 deletions

View File

@ -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.

View File

@ -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`.

View File

@ -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`.

View File

@ -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
<!-- related: -->

View File

@ -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`.

View File

@ -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.

View File

@ -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`.

View File

@ -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.