summaryrefslogtreecommitdiff
path: root/docs/user
Commit message (Collapse)AuthorAge
* joined and cleaned up user/api docsPatrick Totzke2012-02-11
|
* new naming convention for pre/post command hooksPatrick Totzke2012-01-24
| | | | | | | | | | | | command names alone do not uniquely determine a command as we do have several differend Commands registered with the same name but for different modes. pre and post hooks are from now on named [pre|post]_[modestring]_[commandname]. This commit adjusts the lookup code for command hooks and corrects the user docs accordingly. closes #282
* adjusted default abook_regexpPatrick Totzke2012-01-24
| | | | | as discussed in issue #284 closes #284
* usage docsPatrick Totzke2012-01-21
| | | | | | are now better structured and more importantly, the generated sections per command will show up in the index, which lets us access their urls easily for in-app documentation.
* api doc lovePatrick Totzke2012-01-14
|
* include autogenerated commands section in manualPatrick Totzke2012-01-13
| | | | | | | to generate the commands, got to /docs/user/ and hit `make generate_commands`, which will overwrite the file /docs/user/source/usage/commands.rst which will be included in the next run of `make html`.
* autogenerate commands.rst manual sectionPatrick Totzke2012-01-13
| | | | | this introduces a script and Makefile target that automatically generates a sphinx rst section documenting all commands.
* restructured user manual sourcesPatrick Totzke2012-01-13
| | | | | to be more modular, which makes it easier to generate both html docs and manpages from the same sources
* manpage generation via sphinxPatrick Totzke2012-01-13
| | | | | | this tunes the "make man" command in docs/user to produce two manual pages, one for section 1 and one for the configuration file (section 5)
* add contacts completion docsPatrick Totzke2012-01-11
|
* cleaned up manual a bitPatrick Totzke2012-01-11
|
* Improve docs on highlightingdtk2012-01-11
| | | | | * Introduce subsubsections * Add links for better references
* Document highlightingdtk2012-01-11
| | | | | | | | | This commit adds documentation on the highlighting feature that allows theming of `ThreadlineWidget` components in a `SearchBuffer` upon matching configurable `notmuch` queries. Cf issues #25 and #250. Closes #209.
* Fix typo in theming documentationdtk2012-01-11
| | | | s/Formating/Formatting/
* reformat existing user docs to sphinx rstPatrick Totzke2012-01-10
|
* Theme user manualPatrick Totzke2012-01-10
|
* add user manual stubPatrick Totzke2012-01-10
This is basically the result of sphinx-quickstart