notmuch/doc
Daniel Kahn Gillmor d080b4100a doc: clean up boolean vs. probabilistic prefixes
sphinx-build emits a minor warning:

[...]doc/man7/notmuch-search-terms.rst:223: WARNING: Block quote ends without a blank line; unexpected unindent.

And the tabular representation of boolean or probabilistic prefixes
currently renders like this when i view it in man:

       ┌───────────────────────────┬────────────────────────────┐
       │Boolean                    │ Probabilistic              │
       └───────────────────────────┴────────────────────────────┘

       │          tag: id:         │           from: to:        │
       │                           │                            │
       │       thread:     folder: │        subject:    attach‐ │
       │       path:               │        ment: mimetype:     │
       └───────────────────────────┴────────────────────────────┘

This isn't just ugly: it's confusing, because it seems to imply that
some of the prefixes in the left-hand column are somehow related to
specific other prefixes in the right-hand column.

The Definition List representation introduced by this patch should be
simpler for readers to understand, and doesn't have the warning.
2016-06-07 08:00:40 -03:00
..
man1 doc: document notmuch-dump header line 2016-06-07 07:52:34 -03:00
man5
man7 doc: clean up boolean vs. probabilistic prefixes 2016-06-07 08:00:40 -03:00
.gitignore
conf.py doc: change copyright date 2016-04-24 17:49:18 -03:00
doxygen.cfg Use https instead of http where possible 2016-06-05 08:32:17 -03:00
index.rst doc: include notmuch-emacs-mua in documentation ToC 2016-06-05 08:24:25 -03:00
INSTALL
Makefile
Makefile.local replace hardcoded "python" with configured python command 2015-07-10 18:13:28 +02:00
mkdocdeps.py
notmuch-emacs.rst