;doc: fix some old wiki and Cookbook references (hledger_site/#10)

This commit is contained in:
Simon Michael 2019-12-09 06:06:58 -08:00
parent c759c9b3de
commit 95aa2e16cc
6 changed files with 43 additions and 43 deletions

View File

@ -1442,7 +1442,7 @@ Account aliases also rewrite account names in account directives.
They do not affect account names being entered via hledger add or They do not affect account names being entered via hledger add or
hledger-web. hledger-web.
.PP .PP
See also Cookbook: Rewrite account names. See also Rewrite account names.
.SS Basic aliases .SS Basic aliases
.PP .PP
To set an account alias, use the \f[C]alias\f[R] directive in your To set an account alias, use the \f[C]alias\f[R] directive in your
@ -1880,7 +1880,7 @@ They add colour, formatting, tab completion, and helpful commands, and
are quite recommended if you edit your journal with a text editor. are quite recommended if you edit your journal with a text editor.
They include ledger-mode or hledger-mode for Emacs, vim-ledger for Vim, They include ledger-mode or hledger-mode for Emacs, vim-ledger for Vim,
hledger-vscode for Visual Studio Code, and others. hledger-vscode for Visual Studio Code, and others.
See the [[Cookbook]] at hledger.org for the latest information. See the Editor configuration at hledger.org for the latest information.
.SH "REPORTING BUGS" .SH "REPORTING BUGS"

View File

@ -1297,7 +1297,7 @@ parts of them, before generating reports. This can be useful for:
They do not affect account names being entered via hledger add or They do not affect account names being entered via hledger add or
hledger-web. hledger-web.
See also Cookbook: Rewrite account names. See also Rewrite account names.
* Menu: * Menu:
@ -1742,7 +1742,7 @@ journal files easier. They add colour, formatting, tab completion, and
helpful commands, and are quite recommended if you edit your journal helpful commands, and are quite recommended if you edit your journal
with a text editor. They include ledger-mode or hledger-mode for Emacs, with a text editor. They include ledger-mode or hledger-mode for Emacs,
vim-ledger for Vim, hledger-vscode for Visual Studio Code, and others. vim-ledger for Vim, hledger-vscode for Visual Studio Code, and others.
See the [[Cookbook]] at hledger.org for the latest information. See the Editor configuration at hledger.org for the latest information.
 
Tag Table: Tag Table:
@ -1831,35 +1831,35 @@ Node: Account display order44972
Ref: #account-display-order45142 Ref: #account-display-order45142
Node: Rewriting accounts46271 Node: Rewriting accounts46271
Ref: #rewriting-accounts46456 Ref: #rewriting-accounts46456
Node: Basic aliases47192 Node: Basic aliases47182
Ref: #basic-aliases47338 Ref: #basic-aliases47328
Node: Regex aliases48042 Node: Regex aliases48032
Ref: #regex-aliases48214 Ref: #regex-aliases48204
Node: Combining aliases48932 Node: Combining aliases48922
Ref: #combining-aliases49110 Ref: #combining-aliases49100
Node: end aliases50386 Node: end aliases50376
Ref: #end-aliases50534 Ref: #end-aliases50524
Node: Default parent account50635 Node: Default parent account50625
Ref: #default-parent-account50801 Ref: #default-parent-account50791
Node: Periodic transactions51685 Node: Periodic transactions51675
Ref: #periodic-transactions51883 Ref: #periodic-transactions51873
Node: Periodic rule syntax53755 Node: Periodic rule syntax53745
Ref: #periodic-rule-syntax53961 Ref: #periodic-rule-syntax53951
Node: Two spaces between period expression and description!54665 Node: Two spaces between period expression and description!54655
Ref: #two-spaces-between-period-expression-and-description54984 Ref: #two-spaces-between-period-expression-and-description54974
Node: Forecasting with periodic transactions55668 Node: Forecasting with periodic transactions55658
Ref: #forecasting-with-periodic-transactions55973 Ref: #forecasting-with-periodic-transactions55963
Node: Budgeting with periodic transactions57999 Node: Budgeting with periodic transactions57989
Ref: #budgeting-with-periodic-transactions58238 Ref: #budgeting-with-periodic-transactions58228
Node: Auto postings / transaction modifiers58687 Node: Auto postings / transaction modifiers58677
Ref: #auto-postings-transaction-modifiers58898 Ref: #auto-postings-transaction-modifiers58888
Node: Auto postings and dates61127 Node: Auto postings and dates61117
Ref: #auto-postings-and-dates61384 Ref: #auto-postings-and-dates61374
Node: Auto postings and transaction balancing / inferred amounts / balance assertions61559 Node: Auto postings and transaction balancing / inferred amounts / balance assertions61549
Ref: #auto-postings-and-transaction-balancing-inferred-amounts-balance-assertions61934 Ref: #auto-postings-and-transaction-balancing-inferred-amounts-balance-assertions61924
Node: Auto posting tags62312 Node: Auto posting tags62302
Ref: #auto-posting-tags62551 Ref: #auto-posting-tags62541
Node: EDITOR SUPPORT63216 Node: EDITOR SUPPORT63206
Ref: #editor-support63334 Ref: #editor-support63324
 
End Tag Table End Tag Table

View File

@ -24,7 +24,7 @@ in a simple format readable by both hledger and humans.
hledger's journal format is a compatible subset, mostly, of [ledger's hledger's journal format is a compatible subset, mostly, of [ledger's
journal format](http://ledger-cli.org/3.0/doc/ledger3.html#Journal-Format), journal format](http://ledger-cli.org/3.0/doc/ledger3.html#Journal-Format),
so hledger can work with [compatible](https://github.com/simonmichael/hledger/wiki/FAQ#file-formats) so hledger can work with [compatible](faq.html#file-format-differences)
ledger journal files as well. It's safe, and encouraged, to run both ledger journal files as well. It's safe, and encouraged, to run both
hledger and ledger on the same journal file, eg to validate the results hledger and ledger on the same journal file, eg to validate the results
you're getting. you're getting.
@ -1089,7 +1089,7 @@ This can be useful for:
Account aliases also rewrite account names in [account directives](#declaring-accounts). Account aliases also rewrite account names in [account directives](#declaring-accounts).
They do not affect account names being entered via hledger add or hledger-web. They do not affect account names being entered via hledger add or hledger-web.
See also [Cookbook: Rewrite account names](https://github.com/simonmichael/hledger/wiki/Rewrite-account-names). See also [Rewrite account names](rewrite-account-names.html).
#### Basic aliases #### Basic aliases
@ -1441,5 +1441,5 @@ journal files easier. They add colour, formatting, tab completion, and
helpful commands, and are quite recommended if you edit your journal helpful commands, and are quite recommended if you edit your journal
with a text editor. They include ledger-mode or hledger-mode for with a text editor. They include ledger-mode or hledger-mode for
Emacs, vim-ledger for Vim, hledger-vscode for Visual Studio Code, and Emacs, vim-ledger for Vim, hledger-vscode for Visual Studio Code, and
others. See the [[Cookbook]] at hledger.org for the latest others. See the [Editor configuration](editors.html) at hledger.org
information. for the latest information.

View File

@ -1024,7 +1024,7 @@ FILE FORMAT
do not affect account names being entered via hledger add or hledger- do not affect account names being entered via hledger add or hledger-
web. web.
See also Cookbook: Rewrite account names. See also Rewrite account names.
Basic aliases Basic aliases
To set an account alias, use the alias directive in your journal file. To set an account alias, use the alias directive in your journal file.
@ -1386,8 +1386,8 @@ EDITOR SUPPORT
helpful commands, and are quite recommended if you edit your journal helpful commands, and are quite recommended if you edit your journal
with a text editor. They include ledger-mode or hledger-mode for with a text editor. They include ledger-mode or hledger-mode for
Emacs, vim-ledger for Vim, hledger-vscode for Visual Studio Code, and Emacs, vim-ledger for Vim, hledger-vscode for Visual Studio Code, and
others. See the [[Cookbook]] at hledger.org for the latest informa- others. See the Editor configuration at hledger.org for the latest in-
tion. formation.

View File

@ -431,7 +431,7 @@ Budget performance in 2017/11/01-2017/12/31:
|| 0 [ 0] 0 [ 0] || 0 [ 0] 0 [ 0]
``` ```
For more examples, see [Budgeting and Forecasting](https://github.com/simonmichael/hledger/wiki/Budgeting and forecasting). For more examples, see [Budgeting and Forecasting](budgeting-and-forecasting.html).
#### Nested budgets #### Nested budgets

View File

@ -100,7 +100,7 @@ in CMD in MSYS/CYGWIN, or vice-versa.
In a Cygwin/MSYS/Mintty window, the tab key is not supported in hledger add. In a Cygwin/MSYS/Mintty window, the tab key is not supported in hledger add.
Not all of Ledger's journal file syntax is supported. See [file format differences](https://github.com/simonmichael/hledger/wiki/FAQ#file-formats). Not all of Ledger's journal file syntax is supported. See [file format differences](faq.html#file-format-differences).
On large data files, hledger is slower and uses more memory than Ledger. On large data files, hledger is slower and uses more memory than Ledger.