summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAge
...
| * added installation docsbjoernb2012-03-04
| |
* | references config options docstringsPatrick Totzke2012-03-03
| |
* | docs lovePatrick Totzke2012-03-03
|/
* Generated docsDaniel2012-03-02
|
* check in auto-generated config sourcesPatrick Totzke2012-02-29
|
* Quick spell-checking of docs/Daniel2012-02-27
|
* Hidden tag functionalityDaniel2012-02-27
|
* docs: intersphinx link to notmuch docsPatrick Totzke2012-02-25
|
* docs: direct abook contacts parserPatrick Totzke2012-02-25
|
* document abook configurationPatrick Totzke2012-02-25
|
* Merge branch 'testing' of github.com:pazz/alot into testingPatrick Totzke2012-02-24
|\
| * Made default abook_regexp to better comply with the formatDaniel2012-02-24
| | | | | | | | | | | | | | | | | | The default regexp now ignores a third field (only caring for the first email and name). Tabs are not transformed to spaces before matching is done. "goobook query" now works with the default regexp like it should; both it and abook were made to output a mutt query_command compatible format. Docs are updated accordingly. The example for nottoomuch-addresses still works.
* | updated docsPatrick Totzke2012-02-24
|/ | | | closes #355
* docs lovePatrick Totzke2012-02-24
|
* docs: tagstrings via regular expressionsPatrick Totzke2012-02-24
|
* docs lovePatrick Totzke2012-02-24
|
* sort generated config options alphabeticallyPatrick Totzke2012-02-24
|
* updated docsPatrick Totzke2012-02-23
| | | | fired `make generate_meta` once to update themes_dir and theme config options
* custom tag representation docsPatrick Totzke2012-02-23
|
* themes docsPatrick Totzke2012-02-23
|
* config docsPatrick Totzke2012-02-22
|
* docs for configuration and accountsPatrick Totzke2012-02-21
|
* auto-generate config docs from specfilesPatrick Totzke2012-02-21
|
* update api docs: settingsPatrick Totzke2012-02-20
|
* updated settings docsPatrick Totzke2012-02-19
|
* docs lovePatrick Totzke2012-02-16
|
* update contributing file in docsPatrick Totzke2012-02-16
|
* fix sphinx build sys.pathPatrick Totzke2012-02-11
| | | | after moving the source directory of the docs one level up
* fix synopsis.rst in manpagePatrick Totzke2012-02-11
|
* use version string from local modulePatrick Totzke2012-02-11
|
* joined and cleaned up user/api docsPatrick Totzke2012-02-11
|
* revert to hardcoded version stringsPatrick Totzke2012-02-01
| | | | | | | | | | | | | before, we tried to be smart and wrote an auto-generated version string via `git describe` to alot.VERSION at setup time that got read by alot.__init__ later on. This reverts to a hardcoded version string in alot.__version__. It makes tedious calls to `git update-index --assume-unchanged VERSION` unnecessary and makes life easier for packagers. closes issue #299
* 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.
* include UI.exit to apidocsPatrick Totzke2012-01-21
|
* moved api docs, updated READMEPatrick Totzke2012-01-14
|
* 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