From d7977feb2bc795b9dee61023d1c902a58250b5d8 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 4 Jan 2017 17:30:23 -0800 Subject: [PATCH] site: docs: tweak manual links --- site/docs.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/site/docs.md b/site/docs.md index a15c448ff..9ec77dc2c 100644 --- a/site/docs.md +++ b/site/docs.md @@ -29,32 +29,32 @@ Small, guided exercises introducing data entry, reporting, and accounting.
-## Reference +## Manuals -#### [All-in-one manual](manual.html) -All the below on one page. +#### [Big Manual](manual.html) +All manuals combined on one page. +
-### User Interfaces +**Tools:** #### [`hledger`](hledger.html) The main command-line UI. -Good for data entry, control and scriptability. +Good for precision, flexibility and automation. #### [`hledger-ui`](hledger-ui.html) A curses-style UI -, for quick review. +, for quick review and monitoring. #### [`hledger-web`](hledger-web.html) A web UI -, for browsing, data entry and sharing. +, for browsing, sharing, and collaboration. #### [`hledger-api`](hledger-api.html) A basic web API , for building client-side apps. - -### File formats +**File formats:** #### [Journal](journal.html) 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. #### [Timedot](timedot.html) -A more human-editable time logging format. +A more human-friendly time logging format. + +