imag/doc/src/04020-module-habit.md
Matthias Beyer 167511afec Fix formatting and adjust module/lib documentation
Also add symlink in module implementation to lib-documentation.
2017-12-08 14:54:40 +01:00

12 lines
393 B
Markdown

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