]> git.notmuchmail.org Git - notmuch/commit
doc: convert sphinx based docs
authorDavid Bremner <david@tethera.net>
Tue, 28 Jan 2014 16:12:37 +0000 (12:12 -0400)
committerDavid Bremner <david@tethera.net>
Sun, 9 Mar 2014 13:41:08 +0000 (10:41 -0300)
commitd736260385a689b5c77d8121f48e29440e3adfa4
tree4d5c4279405a012f6f312fbb8c003226c618bb78
parent029790d3ff6e9fccfed2214efac777b8c438e318
doc: convert sphinx based docs

This is the output from sphinx-quickstart, massaged a bit, along with
our existing man pages converted to rst.

A skeleton notmuch-emacs manual is also included. It is not suitable
for end user use yet.
24 files changed:
INSTALL
Makefile
debian/control
doc/.gitignore [new file with mode: 0644]
doc/INSTALL [new file with mode: 0644]
doc/Makefile [new file with mode: 0644]
doc/Makefile.local [new file with mode: 0644]
doc/conf.py [new file with mode: 0644]
doc/index.rst [new file with mode: 0644]
doc/man1/notmuch-compact.rst [new file with mode: 0644]
doc/man1/notmuch-config.rst [new file with mode: 0644]
doc/man1/notmuch-count.rst [new file with mode: 0644]
doc/man1/notmuch-dump.rst [new file with mode: 0644]
doc/man1/notmuch-insert.rst [new file with mode: 0644]
doc/man1/notmuch-new.rst [new file with mode: 0644]
doc/man1/notmuch-reply.rst [new file with mode: 0644]
doc/man1/notmuch-restore.rst [new file with mode: 0644]
doc/man1/notmuch-search.rst [new file with mode: 0644]
doc/man1/notmuch-show.rst [new file with mode: 0644]
doc/man1/notmuch-tag.rst [new file with mode: 0644]
doc/man1/notmuch.rst [new file with mode: 0644]
doc/man5/notmuch-hooks.rst [new file with mode: 0644]
doc/man7/notmuch-search-terms.rst [new file with mode: 0644]
doc/notmuch-emacs.rst [new file with mode: 0644]