From 8dda32636f46415f5578ce7d106d6d27a103ceac Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Tue, 3 Dec 2013 21:55:57 +0000 Subject: [PATCH] Add reference Sphinx directives for module sections in docs. --- docs/gnupg.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/gnupg.rst b/docs/gnupg.rst index c216846..6ff0a2e 100644 --- a/docs/gnupg.rst +++ b/docs/gnupg.rst @@ -17,6 +17,7 @@ do: :private-members: :show-inheritance: +.. _meta: meta module ----------- @@ -32,6 +33,7 @@ doing some serious hacking. :private-members: :show-inheritance: +.. _parsers: parsers module -------------- @@ -52,6 +54,8 @@ source_, which has been included here_ as well. :show-inheritance: +.. _util: + util module -----------