summaryrefslogtreecommitdiff
path: root/docs/user
Commit message (Collapse)AuthorAge
* 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