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.
This commit is contained in:
parent
f25c4665c1
commit
a2c93f9fe9
2 changed files with 16 additions and 2 deletions
|
@ -1,8 +1,10 @@
|
|||
# Modules {#sec:modules}
|
||||
|
||||
<!--
|
||||
## Bibliography {#sec:modules:bibliography}
|
||||
|
||||
The Bibliography module.
|
||||
-->
|
||||
|
||||
## Bookmarks {#sec:modules:bookmarks}
|
||||
|
||||
|
@ -16,14 +18,17 @@ The Calendar module.
|
|||
|
||||
The Contacts module.
|
||||
|
||||
<!--
|
||||
## Images {#sec:modules:images}
|
||||
|
||||
The Images module.
|
||||
-->
|
||||
|
||||
## Mails {#sec:modules:mails}
|
||||
|
||||
The Mails module.
|
||||
|
||||
<!--
|
||||
## Movies {#sec:modules:movies}
|
||||
|
||||
The Movies module.
|
||||
|
@ -35,14 +40,17 @@ The Music module.
|
|||
## News {#sec:modules:news}
|
||||
|
||||
The News module.
|
||||
-->
|
||||
|
||||
## Notes {#sec:modules:notes}
|
||||
|
||||
The Notes module.
|
||||
|
||||
<!--
|
||||
## Shoppinglists {#sec:modules:shoppinglists}
|
||||
|
||||
The Shoppinglists module.
|
||||
-->
|
||||
|
||||
## Todos {#sec:modules:todos}
|
||||
|
||||
|
|
|
@ -10,10 +10,11 @@
|
|||
The store command, built onto @sec:libstore.
|
||||
|
||||
|
||||
<!--
|
||||
## Command: Bibliography {#sec:command:bibliography}
|
||||
|
||||
The command build onto the Bibliography-Module (@sec:modules:bibliography).
|
||||
|
||||
-->
|
||||
|
||||
## 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: Images {#sec:command:images}
|
||||
|
||||
The command build onto the Images-Module (@sec:modules:images).
|
||||
-->
|
||||
|
||||
|
||||
## 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: Movies {#sec:command:movies}
|
||||
|
||||
The command build onto the Movies-Module (@sec:modules:movies).
|
||||
|
@ -53,6 +56,7 @@ The command build onto the Music-Module (@sec:modules:music).
|
|||
## Command: News {#sec:command:news}
|
||||
|
||||
The command build onto the News-Module (@sec:modules:news).
|
||||
-->
|
||||
|
||||
|
||||
## 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: Shoppinglists {#sec:command:shoppinglists}
|
||||
|
||||
The command build onto the Shoppinglists-Module (@sec:modules:shoppinglists).
|
||||
-->
|
||||
|
||||
|
||||
## Command: Todos {#sec:command:todos}
|
||||
|
|
Loading…
Reference in a new issue