Skip to content

Commit 459c4b8

Browse files
committed
faq
1 parent c3a6cac commit 459c4b8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ It is written in python using the [urwid][urwid] toolkit.
55
[![Code Issues][quantcode-img]][quantcode]
66

77
Have a look at the [user manual][docs] for installation notes, advanced usage,
8-
customization and hacking guides.
8+
customization, hacking guides and [frequently asked questions][FAQ].
99

1010
Do comment on the code or file issues!
1111

@@ -48,6 +48,7 @@ See the [manual][docs] for more usage info.
4848
[notmuch]: http://notmuchmail.org/
4949
[urwid]: http://excess.org/urwid/
5050
[docs]: http://alot.rtfd.org
51+
[FAQ]: http://alot.readthedocs.io/en/latest/faq.html
5152
[features]: https://github.com/pazz/alot/issues?labels=feature
5253
[travis]: https://travis-ci.org/pazz/alot
5354
[quantcode]: https://www.quantifiedcode.com/app/project/c5aaa4739c5b4f6eb75eaaf8c01da679

docs/source/faq.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ FAQ
4747
Most `text based browsers <http://en.wikipedia.org/wiki/Text-based_web_browser>`_ have
4848
a dump mode that can be used here.
4949

50-
6. Why are you $THIS not $THAT way?
50+
6. Why are you doing $THIS not $THAT way?
5151

5252
Lazyness and Ignorance: In most cases I simply did not or still don't know a better solution.
5353
I try to outsource as much as I can to well established libraries and be it only to avoid
@@ -58,7 +58,7 @@ FAQ
5858

5959
The few exceptions to above stated rule are the following:
6060

61-
* CLI option parsing is done using twisted.usage.Options, and not (as e.g. in-app command parsing)
61+
* CLI option parsing is done using `twisted.usage.Options`, and not (as e.g. in-app command parsing)
6262
via argparse. The reason is that argparse does not yet offer optional subcommands.
6363
* The modules cmd and cmd2, that handle all sorts of convenience around command objects
6464
hate urwid: They are painfully strongly coupled to user in/output via stdin and out.

0 commit comments

Comments
 (0)