Fix formatting and adjust module/lib documentation
Also add symlink in module implementation to lib-documentation.
This commit is contained in:
parent
3fa2995c5f
commit
167511afec
3 changed files with 9 additions and 3 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
1
lib/domain/libimaghabit/README.md
Symbolic link
1
lib/domain/libimaghabit/README.md
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../../doc/src/05100-lib-habit.md
|
Loading…
Reference in a new issue