doc: misc tweaks
This commit is contained in:
		
							parent
							
								
									046b443da5
								
							
						
					
					
						commit
						e7421eb31c
					
				| @ -1,5 +1,3 @@ | |||||||
| <span style="float:right; font-size:small;">[improve this page](http://code.hledger.org/blob/master/site/docs.md)</span> |  | ||||||
| 
 |  | ||||||
| # Documentation | # Documentation | ||||||
| 
 | 
 | ||||||
| <style> | <style> | ||||||
| @ -93,7 +91,7 @@ Practical user recipes, including: | |||||||
| 
 | 
 | ||||||
| [Start a journal](start-journal.html)\ | [Start a journal](start-journal.html)\ | ||||||
| [Track changes with version control](version-control.html)\ | [Track changes with version control](version-control.html)\ | ||||||
| [Common journal entries](entries.html)\ | [Example journal entries](entries.html)\ | ||||||
| [Convert CSV files](csv-import.html)\ | [Convert CSV files](csv-import.html)\ | ||||||
| [Rewrite account names](account-aliases.html)\ | [Rewrite account names](account-aliases.html)\ | ||||||
| [Use another account separator character](account-separator.html)\ | [Use another account separator character](account-separator.html)\ | ||||||
|  | |||||||
| @ -49,6 +49,8 @@ You have to build it, but that's pretty easy. | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 2. `stack install --resolver=nightly hledger [hledger-ui] [hledger-web] [hledger-api]`\ | 2. `stack install --resolver=nightly hledger [hledger-ui] [hledger-web] [hledger-api]`\ | ||||||
|  |    Note you don't type the square brackets; they mean "this bit is optional". | ||||||
|  |    So eg if you don't care about the web tools, you would type `stack install --resolver=nightly hledger hledger-ui`\ | ||||||
|    On Windows, hledger-ui is [not yet available](https://github.com/coreyoconnor/vty/pull/1).\ |    On Windows, hledger-ui is [not yet available](https://github.com/coreyoconnor/vty/pull/1).\ | ||||||
|    If stack says you need to run `stack setup`, do that first.\ |    If stack says you need to run `stack setup`, do that first.\ | ||||||
|    Warnings about "No packages found in snapshot which provide a "hsc2hs" executable" can be ignored.\ |    Warnings about "No packages found in snapshot which provide a "hsc2hs" executable" can be ignored.\ | ||||||
|  | |||||||
| @ -1,4 +1,4 @@ | |||||||
| # Common journal entries | # Example journal entries | ||||||
| 
 | 
 | ||||||
| Example hledger journal entries for various kinds of transaction. | Example hledger journal entries for various kinds of transaction. | ||||||
|   |   | ||||||
|  | |||||||
| @ -236,7 +236,7 @@ $ hledger -f t.j balance | |||||||
| -------------------- | -------------------- | ||||||
|                    0 |                    0 | ||||||
| ``` | ``` | ||||||
| while the `register` command shows (top-aligned, this time) a multi-commodity running total after the second posting, | while the `register` command shows (top-aligned, this time!) a multi-commodity running total after the second posting, | ||||||
| and a multi-commodity amount in the third posting: | and a multi-commodity amount in the third posting: | ||||||
| ```shell | ```shell | ||||||
| $ hledger -f t.j register --width 50 | $ hledger -f t.j register --width 50 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user