summaryrefslogtreecommitdiff
path: root/docs/source/usage
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2013-06-02 21:06:17 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2013-06-02 21:06:17 +0100
commita7b3493a5603384b875bb4df37f3d9c1bae4d8bf (patch)
tree657adfeebe66140c9108170e69ad4e90fe20c043 /docs/source/usage
parentf2b459bc43d055f4f0be5a85c97b8d74f92ad85a (diff)
doc: fix missing section names
in usage/commands/*
Diffstat (limited to 'docs/source/usage')
-rw-r--r--docs/source/usage/commands.rst3
-rw-r--r--docs/source/usage/crypto.rst3
-rw-r--r--docs/source/usage/index.rst6
-rw-r--r--docs/source/usage/modes/global.rst1
4 files changed, 7 insertions, 6 deletions
diff --git a/docs/source/usage/commands.rst b/docs/source/usage/commands.rst
index a3855b21..6fa99b58 100644
--- a/docs/source/usage/commands.rst
+++ b/docs/source/usage/commands.rst
@@ -1,3 +1,6 @@
+Commands
+========
+
Alot interprets user input as command line strings given via its prompt
or :ref:`bound to keys <config.key_bindings>` in the config.
Command lines are semi-colon separated command strings, each of which
diff --git a/docs/source/usage/crypto.rst b/docs/source/usage/crypto.rst
index b656078d..6cee7753 100644
--- a/docs/source/usage/crypto.rst
+++ b/docs/source/usage/crypto.rst
@@ -1,3 +1,6 @@
+Cryptography
+============
+
Alot has built in support for constructing signed and/or encrypted mails
according to PGP/MIME (:rfc:`3156`, :rfc:`3156`) via gnupg.
It does however rely on a running `gpg-agent` to handle password entries.
diff --git a/docs/source/usage/index.rst b/docs/source/usage/index.rst
index 6520fb05..9d469597 100644
--- a/docs/source/usage/index.rst
+++ b/docs/source/usage/index.rst
@@ -13,16 +13,10 @@ First Steps
.. include:: first_steps.rst
-Commands
-========
-
.. _usage.commands:
.. include:: commands.rst
-Cryptography
-============
-
.. _usage.crypto:
.. include:: crypto.rst
diff --git a/docs/source/usage/modes/global.rst b/docs/source/usage/modes/global.rst
index f5c616d9..56e24e54 100644
--- a/docs/source/usage/modes/global.rst
+++ b/docs/source/usage/modes/global.rst
@@ -3,6 +3,7 @@
Global Commands
---------------
+
The following commands are available globally
.. _cmd.global.bclose: