From a2c93f9fe90c9e28f0d02dda5c83904751acdc52 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 8 Jan 2016 21:12:13 +0100 Subject: [PATCH] Comment out some modules/commands These are not that relevant for the first iteration. Keep quite a lot others, as we need to consider different use-cases for the store to be able to define a module-independent store format and so on. --- doc/src/0600-modules.md | 8 ++++++++ doc/src/0700-commands.md | 10 ++++++++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/doc/src/0600-modules.md b/doc/src/0600-modules.md index 3f8bb7e0..22afef0a 100644 --- a/doc/src/0600-modules.md +++ b/doc/src/0600-modules.md @@ -1,8 +1,10 @@ # Modules {#sec:modules} + ## Bookmarks {#sec:modules:bookmarks} @@ -16,14 +18,17 @@ The Calendar module. The Contacts module. + ## Mails {#sec:modules:mails} The Mails module. + ## Notes {#sec:modules:notes} The Notes module. + ## Todos {#sec:modules:todos} diff --git a/doc/src/0700-commands.md b/doc/src/0700-commands.md index ee45df3e..48e93e13 100644 --- a/doc/src/0700-commands.md +++ b/doc/src/0700-commands.md @@ -10,10 +10,11 @@ The store command, built onto @sec:libstore. + ## Command: Bookmarks {#sec:command:bookmarks} @@ -29,10 +30,11 @@ The command build onto the Calendar-Module (@sec:modules:calendar). The command build onto the Contacts-Module (@sec:modules:contacts). - + ## Command: Mails {#sec:command:mails} @@ -40,6 +42,7 @@ The command build onto the Images-Module (@sec:modules:images). The command build onto the Mails-Module (@sec:modules:mails). + ## Command: Notes {#sec:command:notes} @@ -60,9 +64,11 @@ The command build onto the News-Module (@sec:modules:news). The command build onto the Notes-Module (@sec:modules:notes). + ## Command: Todos {#sec:command:todos}