From 448c69157cd8b2901b32217e9ea171d9a229964a Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Sun, 28 Jun 2015 12:22:37 -0500 Subject: [PATCH] Module docs The public modules weren't referenced anywhere so the auto-generated module docs weren't generated. Partial-Bug: 1469831 Change-Id: Ic4eaf1fc809d084f79ed9efc494830c5dca3a2cf --- doc/source/api.rst | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/doc/source/api.rst b/doc/source/api.rst index 971225e7..073b565a 100644 --- a/doc/source/api.rst +++ b/doc/source/api.rst @@ -2,11 +2,8 @@ API ===== -.. Use autodoc directives to describe the *public* modules and classes - in the library. +.. automodule:: oslo_cache.core + :members: - If the modules are completely unrelated, create an api subdirectory - and use a separate file for each (see oslo.utils). - - If there is only one submodule, a single api.rst file like this - sufficient (see oslo.i18n). +.. automodule:: oslo_cache.exception + :members: