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 doc: whitespace cleanup 2014-11-09 10:08:33 +01:00
man7 doc: clean up boolean vs. probabilistic prefixes 2016-06-07 08:00:40 -03:00
.gitignore gitignore: ignore sh.config and doc/config.dox 2014-10-28 12:12:33 +01:00
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 doc: remove support for rst2man 2015-01-22 08:37:25 +01:00
Makefile doc: convert sphinx based docs 2014-03-09 10:41:08 -03:00
Makefile.local replace hardcoded "python" with configured python command 2015-07-10 18:13:28 +02:00
mkdocdeps.py doc/mkdocdeps.py: Use "with" statement for the output file 2014-04-21 21:31:45 +09:00
notmuch-emacs.rst doc: Emacs manual improvements and expansions 2014-10-04 20:32:59 +02:00