site: docs page cleanups

[ci skip]
This commit is contained in:
Simon Michael 2017-01-26 06:59:53 -08:00
parent eadc92dd96
commit 60bf39da99

View File

@ -32,47 +32,49 @@ A few links not yet moved to...
#### [plaintextaccounting.org](http://plaintextaccounting.org) #### [plaintextaccounting.org](http://plaintextaccounting.org)
More overview, tips and tools from the plain text accounting community More overview, tips and tools from the plain text accounting community
\
To get started as a developer, see [Contribute](developer-guide.html)!
</div> </div>
<div class="col-sm-3"> <div class="col-sm-3">
## Reference ## Reference
#### [Big Manual](manual.html) #### [Big Manual](manual.html)
All manuals combined on one page, All manuals on one page, including:
including:
<div style="padding-left:1em;"> <div style="padding-left:0em;">
**Tool manuals** **Tools**
##### [`hledger`](hledger.html) **[`hledger`](hledger.html)**\
The command-line UI The command-line UI
, for flexibility and automation. , for flexibility and automation.
##### [`hledger-ui`](hledger-ui.html) **[`hledger-ui`](hledger-ui.html)**\
A curses-style UI A curses-style UI
, for quick review and monitoring. , for quick review and monitoring.
##### [`hledger-web`](hledger-web.html) **[`hledger-web`](hledger-web.html)**\
A web UI A web UI
, for browsing, sharing, and collaboration. , 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 format manuals** **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.
##### [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.
</div> </div>
@ -80,18 +82,16 @@ A more human-friendly time logging format.
</div> </div>
<div class="col-sm-3"> <div class="col-sm-3">
## More ## Day-to-day use
#### [User Cookbook](cookbook.html) #### [User Cookbook](cookbook.html)
Practical day-to-day recipes combined on one page, including: Practical recipes on one page, including:
<div style="padding-left:1em;"> <div style="padding-left:0em;">
##### [How to read CSV files](csv-import.html) [How to read CSV files](csv-import.html)\
[How to use account aliases](account-aliases.html)\
##### [How to use account aliases](account-aliases.html) [How to use another account separator character](account-separator.html)\
##### [How to use another account separator character](account-separator.html)
</div> </div>