Fix formatting and adjust module/lib documentation

Also add symlink in module implementation to lib-documentation.
This commit is contained in:
Matthias Beyer 2017-09-07 21:01:06 +02:00
parent 3fa2995c5f
commit 167511afec
3 changed files with 9 additions and 3 deletions

View file

@ -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.

View file

@ -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.

View file

@ -0,0 +1 @@
../../../doc/src/05100-lib-habit.md