summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)Author
2017-08-11Remove 'Backend' sections, we dont need themMatthias Beyer
2017-08-10Remove unused filesMatthias Beyer
2017-08-10Add architecture (and types) documentationMatthias Beyer
2017-08-10Add file for coding conventions and best practicesMatthias Beyer
2017-06-29Merge pull request #966 from matthiasbeyer/libimagtimetrackMatthias Beyer
imag-timetrack / libimagtimetrack
2017-06-26Add README/documentationMatthias Beyer
2017-06-26Add DocumentationMatthias Beyer
2017-06-21Add documentation fileMatthias Beyer
2017-06-18Change backends to do less ser-/deserializationMatthias Beyer
This commit changes the backends to do less de/ser, as it now stores the Entry objects in the backend and does the de/serialization there. This means the store does only serialize things once from json to toml in the io backend. See the diff of the documentation for more details.
2017-06-18Move the documentation to the docsMatthias Beyer
2017-06-06doc: Remove hook stuffMatthias Beyer
2017-05-03Version strings: 0.2.0 -> 0.3.0Matthias Beyer
2017-02-20Add more long-term todosMatthias Beyer
2017-02-20Add TODOs about libimag{rt,store{,stdhook}} mergeMatthias Beyer
2017-02-20Add long-term todos in libimagrefMatthias Beyer
2016-10-13Increment header levels in the README.md I missed in the first runMatthias Beyer
2016-10-13Move all libimag*/README.md to doc/src/05100-*Matthias Beyer
2016-10-13Add library documentation subchapterMatthias Beyer
2016-09-30Add documentation what a valid tag isMatthias Beyer
2016-08-02Merge pull request #601 from matthiasbeyer/doc-updatesMatthias Beyer
Doc updates
2016-07-30doc: Fix code listingMatthias Beyer
2016-07-30doc: Add more description of modulesMatthias Beyer
2016-07-30doc: Fix up store entry example markup and contentMatthias Beyer
2016-07-30Add missing dependency: whichMatthias Beyer
2016-07-30doc: Fix filenameMatthias Beyer
2016-07-30doc: Remove commentMatthias Beyer
2016-07-30doc: Fix bullet-list markupMatthias Beyer
2016-07-30doc: Update versionMatthias Beyer
2016-07-30Add new non-optional dependencies to doc in default.nixMatthias Beyer
2016-07-14Merge pull request #525 from matthiasbeyer/update-docMatthias Beyer
Update doc
2016-07-13doc: Add file for tagging module documentationMatthias Beyer
2016-07-13doc: Add description for linking moduleMatthias Beyer
2016-07-13doc: Add user documentation for imag-diaryMatthias Beyer
2016-07-12doc: Add store module documentationMatthias Beyer
2016-07-12Add example how to use imag-counterMatthias Beyer
2016-07-12Update all version strings: 0.1.0 -> 0.2.0Matthias Beyer
2016-07-08doc: template: Add TOCMatthias Beyer
2016-07-08doc: template: title page plainMatthias Beyer
2016-07-08doc: template: Make the title page the title page onlyMatthias Beyer
2016-07-08doc: Fix version stringMatthias Beyer
2016-07-08doc: Add most basic section structure for module filesMatthias Beyer
2016-07-08doc: Remove comment markersMatthias Beyer
2016-07-08doc: Remove utility documentation, as the user should never see thisMatthias Beyer
2016-07-08doc: Add module file for viewMatthias Beyer
2016-07-08doc: Rewrite initial text for module sectionMatthias Beyer
2016-07-08doc: Remove file on taggingMatthias Beyer
2016-07-08doc: Add module files: {link, ref}Matthias Beyer
2016-07-08doc: Rewrite linking chapterMatthias Beyer
2016-07-08doc: Rewrite "The Store" chapterMatthias Beyer
2016-07-08doc: Rewrote introMatthias Beyer