site: docs: tweak manual links

This commit is contained in:
Simon Michael 2017-01-04 17:30:23 -08:00
parent 52653ad1b5
commit d7977feb2b

View File

@ -29,32 +29,32 @@ Small, guided exercises introducing data entry, reporting, and accounting.
</div> </div>
<div class="col-sm-3"> <div class="col-sm-3">
## Reference ## Manuals
#### [All-in-one manual](manual.html) #### [Big Manual](manual.html)
All the below on one page. All manuals combined on one page.
<div style="padding-left:1em;">
### User Interfaces **Tools:**
#### [`hledger`](hledger.html) #### [`hledger`](hledger.html)
The main command-line UI. The main command-line UI.
Good for data entry, control and scriptability. Good for precision, flexibility and automation.
#### [`hledger-ui`](hledger-ui.html) #### [`hledger-ui`](hledger-ui.html)
A curses-style UI A curses-style UI
, for quick review. , for quick review and monitoring.
#### [`hledger-web`](hledger-web.html) #### [`hledger-web`](hledger-web.html)
A web UI A web UI
, for browsing, data entry and sharing. , for browsing, sharing, and collaboration.
#### [`hledger-api`](hledger-api.html) #### [`hledger-api`](hledger-api.html)
A basic web API A basic web API
, for building client-side apps. , for building client-side apps.
**File formats:**
### File formats
#### [Journal](journal.html) #### [Journal](journal.html)
hledger's native data format, representing an accounting journal. hledger's native data format, representing an accounting journal.
@ -66,7 +66,9 @@ Comma Separated Values, used for import/export.
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-editable time logging format. A more human-friendly time logging format.
</div>
</div> </div>
<div class="col-sm-3"> <div class="col-sm-3">