From 279dd6f3366a4b34309f51badd643a3714d6860a Mon Sep 17 00:00:00 2001
From: ulif <uli@gnufix.de>
Date: Fri, 13 Nov 2015 13:59:49 +0100
Subject: [PATCH] Show `config` module in API docs.

---
 docs/api.rst | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/docs/api.rst b/docs/api.rst
index 4edcf88..4c37fca 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -31,12 +31,21 @@ Of course there are other ways to make `diceware` available.
 .. automodule:: diceware
    :members:
 
+
+`diceware.config`
+-----------------
+
+.. automodule:: diceware.config
+   :members:
+
+
 `diceware.wordlist`
 -------------------
 
 .. automodule:: diceware.wordlist
    :members:
 
+
 `diceware.random_sources`
 -------------------------
 
-- 
GitLab