site: docs: cleanup

This commit is contained in:
Simon Michael 2016-04-05 16:39:58 -07:00
parent 750c4f0f31
commit 74a29f70bf

View File

@ -13,18 +13,18 @@ margin-bottom:0.2em;
<div class="row">
<div class="col-sm-5">
## Getting started
## Intro
#### [Download](download.html)
How to get hledger installed.
#### [Step by Step tutorial](step-by-step.html)
#### [Step by Step Tutorial](step-by-step.html)
Small, guided exercises introducing data entry, reporting, and accounting.
#### [Frequently Asked Questions](faq.html)
#### [FAQ](faq.html)
Some questions and answers, mostly comparing hledger and Ledger.
### Examples
**Examples:**
#### [How to read CSV files](how-to-read-csv-files.html)
An example of converting bank data.
@ -35,14 +35,13 @@ Aliases for account name rewriting.
#### [How to use another account separator character](how-to-use-another-account-separator-character.html)
Writing `some.sub.account` instead of `some:sub:account`.
## General info
#### [More docs](more-docs.html)
A useful collection of links, eg on accounting, being moved to:
**General info:**
#### [plaintextaccounting.org](http://plaintextaccounting.org)
A comprehensive survey of our larger community and common practices
A comprehensive collection common resources and practices from the plain text accounting community
#### [More docs](more-docs.html)
A few more useful links, eg on accounting, not yet moved to the above
@ -52,12 +51,11 @@ A comprehensive survey of our larger community and common practices
## Reference
#### [User Manual](manual.html)
The comprehensive manual, all on one page.
The hledger reference manual, all on one page.
### Tools
Or, here is more or less the same manual organized as unix man pages (work in progress):
Here is the same manual (more or less) organized as unix man pages
(work in progress):
<div style="padding-left:1em;">
#### [hledger(1)](hledger.1.html)
The main reporting tool and command-line interface.
@ -71,7 +69,7 @@ A web UI for browsing and data entry, personal or shared.
#### [hledger-api(1)](hledger-api.1.html)
A REST-y JSON and file server, good for building client-side UIs.
### File formats
**File formats:**
#### [hledger_journal(5)](hledger_journal.5.html)
hledger's primary data format, representing a general journal.
@ -85,6 +83,8 @@ Timeclock format, a sequence of clock-in/clock-out records.
#### [hledger_timedot(5)](hledger_timedot.5.html)
Timedot format, an alternative time logging format.
<div>
</div>
</div>