summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAge
* docs: update some linksPatrick Totzke2012-08-10
|
* doc: rtfd Mock class hackPatrick Totzke2012-08-10
| | | | | | | this makes autodoc of urwid decendants work again. cheers to teythoon closes #496
* doc: update api docs wrt moved partsPatrick Totzke2012-08-10
|
* doc: highlight ini blocksPatrick Totzke2012-08-01
|
* doc: include missing rst filesPatrick Totzke2012-08-01
|
* doc key_bindingsPatrick Totzke2012-08-01
|
* doc: fix some linksPatrick Totzke2012-07-25
|
* doc: section names for commands sectionsPatrick Totzke2012-07-25
|
* doc: describe commands instead of using subsectionsPatrick Totzke2012-07-25
|
* doc: splitted configuration sectionPatrick Totzke2012-07-25
|
* docs: pimp MakefilePatrick Totzke2012-07-24
| | | | | This makes `make html` and friends autogenerate the command/option tables included in the docs on demand
* docs: check in updated autogenerated tablesPatrick Totzke2012-07-24
|
* Add a hidden TOC for the manpageSimon Chopin2012-07-23
| | | | | This allows to silence the warnings while making it possible to build the manpage from source.
* Merge branch '0.3.1-theming'Patrick Totzke2012-07-22
|\
| * docs: reference to attribute docPatrick Totzke2012-07-21
| |
| * doc: rewrite tagstring formatting sectionPatrick Totzke2012-07-16
| |
| * doc: document threadline highlightingPatrick Totzke2012-07-16
| |
| * docstrings for new settings methodsPatrick Totzke2012-07-12
| |
| * doc: document theme spec and tagstring formattingPatrick Totzke2012-07-08
| |
| * remove depricated 'authors_maxlength' settingPatrick Totzke2012-07-08
| | | | | | | | | | | | | | | | | | | | | | | | This can now be done in theme files by changing the width-value of the authors threadline part. For example: ''' [search] [[threadline]] [[[authors]]] width = 'fit', 0, 30 '''
* | doc: fix toctree warningsPatrick Totzke2012-07-10
| | | | | | | | | | this is done now by either including a hidden toctree or renaming *.rst files
* | doc: remove orphan directivesPatrick Totzke2012-07-10
|/ | | | | they indeed supress the annoying warnings during compilation but also show up in the rendered documents
* doc: fix warningsPatrick Totzke2012-06-26
| | | | | | | | this fixes uncritical warnings during the manual/api compilation: * don't quote using backticks * mark orphan docs as such * don't refer to non-existant static files to be copied over
* doc: update and change default right statusbar entryPatrick Totzke2012-06-20
| | | | .. from "total: N" to "total messages: N"
* doc: check in generated docs for statusbar featurePatrick Totzke2012-06-19
|
* add forward_subject and forward_subject_prefixThomas Weißschuh2012-06-16
| | | | | this adds the hook "forward_subject" and the setting "forward_subject_prefix"
* implement setting: reply_subject_prefixThomas Weißschuh2012-06-16
|
* document hook: reply_subjectThomas Weißschuh2012-06-16
|
* doc: document hook touch_external_cmdlistPatrick Totzke2012-06-16
|
* doc: new utils modulePatrick Totzke2012-06-14
|
* Merge branch '0.3.1-feature-boolean-arguments'Patrick Totzke2012-06-13
|\
| * doc: do not list all possible choices for booleanPatrick Totzke2012-06-12
| | | | | | | | | | .. command parameters. BooleanAction type argparse parameters allow y/n, true/false etc.. don't list all possibilities in the docs
* | regenerate config with setting "quote_prefix"Thomas Weißschuh2012-06-09
| |
* | document hook text_quoteThomas Weißschuh2012-06-09
| |
* | remove superfluous whitespaceThomas Weißschuh2012-06-09
|/
* docs: minor fixesPatrick Totzke2012-05-29
| | | | this fixes a few broken links and duplicate module defs in the sphinx docs
* doc: added gpgme Mock classesPatrick Totzke2012-05-29
| | | | for api doc generation on rtfd.org
* docs: correct warning wrt. default sendmail cmdPatrick Totzke2012-05-23
| | | | the default has been changed to 'sendmail -t' in f494f25
* doc: generate_meta in default make targetPatrick Totzke2012-05-23
| | | | | | | | This adds a new default make target that cleans up, generates missing source files and thereafter the html docs. it also removes the checked in generated stuff. cf issue #456
* docs generate_commands.pyPatrick Totzke2012-05-23
| | | | | | | .. from now on generates *only* the command-sections in usage/modes/* not commands.rst. also, this update brings sphinx labels cmd_MODE_CMDNAME to use throughout the manual source
* switch from pyme to gpgmeMichael Stapelberg2012-05-21
|
* docs: add attachment_prefix doc to manualPatrick Totzke2012-05-21
| | | | | this is the result of running `make generate_meta` after the recent addition of the `attachment_prefix` config option
* fix minor issues in docsPatrick Totzke2012-05-18
|
* docs: added mock class for pymePatrick Totzke2012-05-17
| | | | | this adds pyme.* to the list of mock-present modules so that rtfd.org can build the manual
* Merge branch '0.3-feature-pyme' into stagingPatrick Totzke2012-05-17
|\ | | | | | | | | | | | | Conflicts: alot/settings/__init__.py alot/settings/checks.py docs/source/generate_configs.py
| * doc: cleanup crypto docsPatrick Totzke2012-05-17
| |
| * update alot/defaults/alot.rc.spec for sign_by_default and gpg_keyMichael Stapelberg2012-05-12
| |
| * add sign_by_default account setting to enable GPG signatures by default, use ↵Michael Stapelberg2012-05-11
| | | | | | | | existing gpg_key setting
| * add a section about cryptography to the user manualMichael Stapelberg2012-05-04
| |
| * Add pyme as a dependency in setup.py and the docsMichael Stapelberg2012-04-23
| |