From 95aa2e16cc49bb3b19f1141726772b5767b9334f Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 9 Dec 2019 06:06:58 -0800 Subject: [PATCH] ;doc: fix some old wiki and Cookbook references (hledger_site/#10) --- hledger-lib/hledger_journal.5 | 4 +- hledger-lib/hledger_journal.info | 64 ++++++++++++------------- hledger-lib/hledger_journal.m4.md | 8 ++-- hledger-lib/hledger_journal.txt | 6 +-- hledger/Hledger/Cli/Commands/Balance.md | 2 +- hledger/hledger.m4.md | 2 +- 6 files changed, 43 insertions(+), 43 deletions(-) diff --git a/hledger-lib/hledger_journal.5 b/hledger-lib/hledger_journal.5 index 672446fe7..d5617149b 100644 --- a/hledger-lib/hledger_journal.5 +++ b/hledger-lib/hledger_journal.5 @@ -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 hledger-web. .PP -See also Cookbook: Rewrite account names. +See also Rewrite account names. .SS Basic aliases .PP 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. They include ledger-mode or hledger-mode for Emacs, 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. .SH "REPORTING BUGS" diff --git a/hledger-lib/hledger_journal.info b/hledger-lib/hledger_journal.info index 7a3c367ca..7e7a0dddf 100644 --- a/hledger-lib/hledger_journal.info +++ b/hledger-lib/hledger_journal.info @@ -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 hledger-web. - See also Cookbook: Rewrite account names. + See also Rewrite account names. * 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 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. -See the [[Cookbook]] at hledger.org for the latest information. +See the Editor configuration at hledger.org for the latest information.  Tag Table: @@ -1831,35 +1831,35 @@ Node: Account display order44972 Ref: #account-display-order45142 Node: Rewriting accounts46271 Ref: #rewriting-accounts46456 -Node: Basic aliases47192 -Ref: #basic-aliases47338 -Node: Regex aliases48042 -Ref: #regex-aliases48214 -Node: Combining aliases48932 -Ref: #combining-aliases49110 -Node: end aliases50386 -Ref: #end-aliases50534 -Node: Default parent account50635 -Ref: #default-parent-account50801 -Node: Periodic transactions51685 -Ref: #periodic-transactions51883 -Node: Periodic rule syntax53755 -Ref: #periodic-rule-syntax53961 -Node: Two spaces between period expression and description!54665 -Ref: #two-spaces-between-period-expression-and-description54984 -Node: Forecasting with periodic transactions55668 -Ref: #forecasting-with-periodic-transactions55973 -Node: Budgeting with periodic transactions57999 -Ref: #budgeting-with-periodic-transactions58238 -Node: Auto postings / transaction modifiers58687 -Ref: #auto-postings-transaction-modifiers58898 -Node: Auto postings and dates61127 -Ref: #auto-postings-and-dates61384 -Node: Auto postings and transaction balancing / inferred amounts / balance assertions61559 -Ref: #auto-postings-and-transaction-balancing-inferred-amounts-balance-assertions61934 -Node: Auto posting tags62312 -Ref: #auto-posting-tags62551 -Node: EDITOR SUPPORT63216 -Ref: #editor-support63334 +Node: Basic aliases47182 +Ref: #basic-aliases47328 +Node: Regex aliases48032 +Ref: #regex-aliases48204 +Node: Combining aliases48922 +Ref: #combining-aliases49100 +Node: end aliases50376 +Ref: #end-aliases50524 +Node: Default parent account50625 +Ref: #default-parent-account50791 +Node: Periodic transactions51675 +Ref: #periodic-transactions51873 +Node: Periodic rule syntax53745 +Ref: #periodic-rule-syntax53951 +Node: Two spaces between period expression and description!54655 +Ref: #two-spaces-between-period-expression-and-description54974 +Node: Forecasting with periodic transactions55658 +Ref: #forecasting-with-periodic-transactions55963 +Node: Budgeting with periodic transactions57989 +Ref: #budgeting-with-periodic-transactions58228 +Node: Auto postings / transaction modifiers58677 +Ref: #auto-postings-transaction-modifiers58888 +Node: Auto postings and dates61117 +Ref: #auto-postings-and-dates61374 +Node: Auto postings and transaction balancing / inferred amounts / balance assertions61549 +Ref: #auto-postings-and-transaction-balancing-inferred-amounts-balance-assertions61924 +Node: Auto posting tags62302 +Ref: #auto-posting-tags62541 +Node: EDITOR SUPPORT63206 +Ref: #editor-support63324  End Tag Table diff --git a/hledger-lib/hledger_journal.m4.md b/hledger-lib/hledger_journal.m4.md index 53365c3ff..dcde97fc6 100644 --- a/hledger-lib/hledger_journal.m4.md +++ b/hledger-lib/hledger_journal.m4.md @@ -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 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 hledger and ledger on the same journal file, eg to validate the results you're getting. @@ -1089,7 +1089,7 @@ This can be useful for: 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. -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 @@ -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 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. See the [[Cookbook]] at hledger.org for the latest -information. +others. See the [Editor configuration](editors.html) at hledger.org +for the latest information. diff --git a/hledger-lib/hledger_journal.txt b/hledger-lib/hledger_journal.txt index e0ec716ac..28decb5a5 100644 --- a/hledger-lib/hledger_journal.txt +++ b/hledger-lib/hledger_journal.txt @@ -1024,7 +1024,7 @@ FILE FORMAT do not affect account names being entered via hledger add or hledger- web. - See also Cookbook: Rewrite account names. + See also Rewrite account names. Basic aliases 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 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. See the [[Cookbook]] at hledger.org for the latest informa- - tion. + others. See the Editor configuration at hledger.org for the latest in- + formation. diff --git a/hledger/Hledger/Cli/Commands/Balance.md b/hledger/Hledger/Cli/Commands/Balance.md index ca642cb43..335888bab 100644 --- a/hledger/Hledger/Cli/Commands/Balance.md +++ b/hledger/Hledger/Cli/Commands/Balance.md @@ -431,7 +431,7 @@ Budget performance in 2017/11/01-2017/12/31: || 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 diff --git a/hledger/hledger.m4.md b/hledger/hledger.m4.md index 25f8192f5..e8258627e 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -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. -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.