From 0d27139cf7c8a3a301f5c80401a8eeee8bf50bdd Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 9 Nov 2019 16:51:21 +0100 Subject: [PATCH] Remove trailing whitespace Signed-off-by: Matthias Beyer --- doc/src/01000-intro.md | 4 ++-- doc/src/03010-conventions.md | 4 ++-- doc/src/09010-contributing.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/01000-intro.md b/doc/src/01000-intro.md index ca645b53..a8f75cbd 100644 --- a/doc/src/01000-intro.md +++ b/doc/src/01000-intro.md @@ -1,7 +1,7 @@ # Introduction {#sec:introduction} This document is the user documentation for imag, the personal -information management suite for the commandline. +information management suite for the commandline. **Basically: This is Hobby stuff. Expect incompleteness, false statements and generally read with grain of salt.** @@ -74,7 +74,7 @@ The difference between imag and the mentioned projects is: querying. * zim is a wiki, which could be used for PIM but is not specialized for it. Recording habits might be possible, but not that simple as with imag - + imag is not there yet, though. Some parts can be used, though it is far away from being feature-complete. diff --git a/doc/src/03010-conventions.md b/doc/src/03010-conventions.md index 5e9ffe7e..77856353 100644 --- a/doc/src/03010-conventions.md +++ b/doc/src/03010-conventions.md @@ -47,7 +47,7 @@ Libraries which provide functionality for entries or the store but no domain-functionality should be named "libimagentrything" whereas "thing" stands for what the library provides. -All domain libraries should be prefixed with "libimag". +All domain libraries should be prefixed with "libimag". ### Library scope @@ -93,7 +93,7 @@ possible without a lot of effort, but still: more tests = better! The commandline tools are the CLI-frontends for their respective libraries. So `libimagdiary` has a CLI frontend `imag-diary`. -Those CLI frontends use functionality from `libimagrt` to build a +Those CLI frontends use functionality from `libimagrt` to build a commandline interface which is consistent with the rest of the ecosystem. Commandline applications use the runtime interfaces for receiving IDs from the diff --git a/doc/src/09010-contributing.md b/doc/src/09010-contributing.md index 1978cccc..a86ae2e9 100644 --- a/doc/src/09010-contributing.md +++ b/doc/src/09010-contributing.md @@ -51,7 +51,7 @@ All dependencies are installable with the nix package manager by using a ## Commit guidelines Make sure your patchset does not contain "Fixup" commits when publishing it, but feel -free to send "Fixup" commits in the review process. +free to send "Fixup" commits in the review process. If squashing fails I will come back to you. We do not follow some official Rust styleguide for our codebase, but we try to