site: docs page tweaks

This commit is contained in:
Simon Michael 2017-01-08 11:00:26 -08:00
parent dd85fc89fa
commit 0defe3951b

View File

@ -29,14 +29,14 @@ Small, guided exercises introducing data entry, reporting, and accounting.
</div> </div>
<div class="col-sm-3"> <div class="col-sm-3">
## Manuals ## Reference
#### [Big Manual](manual.html) #### [Big Manual](manual.html)
All manuals combined on one page. All manuals combined on one page.
<div style="padding-left:1em;"> <div style="padding-left:1em;">
**Tools:** **Tool manuals**
#### [`hledger`](hledger.html) #### [`hledger`](hledger.html)
The main command-line UI. The main command-line UI.
@ -54,16 +54,16 @@ A web UI
A basic web API A basic web API
, for building client-side apps. , for building client-side apps.
**File formats:** **File format manuals**
#### [Journal](journal.html) #### [Journal](journal.html)
hledger's native data format, representing an accounting journal. hledger's native data format, representing an accounting journal.
#### [CSV](csv.html) #### [CSV](csv.html)
Comma Separated Values, used for import/export. Comma Separated Values, used for import/export.
#### [Timeclock](timeclock.html) #### [Timeclock](timeclock.html)
For time logging, with clock-in/clock-out records. For time logging, with clock-in/clock-out records.
#### [Timedot](timedot.html) #### [Timedot](timedot.html)
A more human-friendly time logging format. A more human-friendly time logging format.