summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-09-07 21:01:06 +0200
committerMatthias Beyer <mail@beyermatthias.de>2017-12-08 14:54:40 +0100
commit167511afecedd1edbbd49fa4e9e6b26c451bbe36 (patch)
treed34974543d19102ec8a4100617beef6eaa77ef28 /doc
parent3fa2995c5f9981fcb15d925ea40f172b892972cf (diff)
Fix formatting and adjust module/lib documentation
Also add symlink in module implementation to lib-documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/04020-module-habit.md8
-rw-r--r--doc/src/05100-lib-habit.md3
2 files changed, 8 insertions, 3 deletions
diff --git a/doc/src/04020-module-habit.md b/doc/src/04020-module-habit.md
index 1fb71608..3fa6f22d 100644
--- a/doc/src/04020-module-habit.md
+++ b/doc/src/04020-module-habit.md
@@ -1,8 +1,12 @@
## Habit {#sec:modules:habit}
-The Habit module is a habit tracker. One can add habits, specify how often they should be done and instantiate them.
+The Habit module is a habit tracker. One can add habits, specify how often they
+should be done and instantiate them.
-Example: After creating a new habit "Sunday Run", which should be done on sundays, one can mark (only on sundays of course) that the habit was done. Statistics and number-crunching can be done later on, after there is some habit data there.
+Example: After creating a new habit "Sunday Run", which should be done on
+Sundays, one can mark that the habit was done.
+Statistics and number-crunching can be done later on, after there is some habit
+data there.
Exports to CSV are possible.
diff --git a/doc/src/05100-lib-habit.md b/doc/src/05100-lib-habit.md
index da2259ec..3803bbcf 100644
--- a/doc/src/05100-lib-habit.md
+++ b/doc/src/05100-lib-habit.md
@@ -2,7 +2,8 @@
The habit library implements a habit tracker.
-A habit can be instantiated with a name and a time-period in which it should be fullfilled (eg. daily, ever 3 days, weekly...).
+A habit can be instantiated with a name and a time-period in which it should be
+fullfilled (eg. daily, ever 3 days, weekly...).
The module offers ways to generate statistics about habits.