docs: move more manual bits to docs page & wiki

This commit is contained in:
Simon Michael 2013-04-01 22:03:20 +00:00
parent 378786fd98
commit 516c02d2c0
2 changed files with 25 additions and 26 deletions

View File

@ -1018,9 +1018,7 @@ Or, if you'd like to export the balance sheet:
The default output format is `%20(total) %2(depth_spacer)%-(account)`
## Appendices
### Troubleshooting
## Troubleshooting
Here are some issues you might encounter when you run hledger:
Please also seek
@ -1076,25 +1074,3 @@ Please also seek
Note some platforms allow variant locale spellings, but not all (ubuntu
accepts `fr_FR.UTF8`, mac osx requires exactly `fr_FR.UTF-8`).
### Examples and recipes
- Here's a bash function that will run hledger chart and display
the image in your (graphical) emacs:
function chart () {
hledger chart $* && emacsclient -n hledger.png
}
Example:
$ chart food --depth 2 -p jan
See also the [extra](http://hub.darcs.net/simon//hledger/extra) directory.
### Other resources
- The rest of the [hledger.org](http://hledger.org) site.
- The [c++ ledger site](http://ledger-cli.org) and highly informative [manual](http://ledger-cli.org/3.0/doc/ledger3.html).
- [Why you need accounting](http://podcastle.org/2009/10/09/pc-miniature-38-accounting-for-dragons)

View File

@ -4,15 +4,19 @@ title: hledger docs
# Docs
[Installation Guide](INSTALL.html)
**Official hledger docs:**
[Installation Guide](INSTALL.html)
and
[Release Notes](NEWS.html)
[User Manual](MANUAL.html) (past releases: [0.19.x User Manual](0.19/MANUAL.html), [0.18.x User Manual](0.18/MANUAL.html))
[Contributor Guide](DEVELOPMENT.html)
*, support, community and developer resources*
[FAQ](FAQ.html)
*, in progress*
[Compatibility with ledger](LEDGER.html)
@ -20,3 +24,22 @@ title: hledger docs
[How to use account aliases](ALIASES.html)
**More hledger docs:**
[wiki.hledger.org](http://wiki.hledger.org)
*, links, examples...*
**Related:**
[Accounting For Dragons](http://podcastle.org/2009/10/09/pc-miniature-38-accounting-for-dragons)
*, why you need accounting*
[ledger's site](http://ledger-cli.org) and [manual](http://ledger-cli.org/3.0/doc/ledger3.html)
*, informative*
[beancount](http://furius.ca/beancount/),
[penny](https://github.com/massysett/penny),
[UMM](http://hackage.haskell.org/package/UMM)
*, more "ledger-likes"*