From 676bdb3a067852283a95d673d9da70359172e9da Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Sat, 24 Sep 2016 14:59:50 +0800 Subject: Add missing specs_matcher documentation Closes-Bug: #1616610 Change-Id: Id26af1ef6b19ace9d03611aba5389af644392b2c --- doc/source/api/specs_matcher.rst | 6 ++++++ doc/source/index.rst | 1 + 2 files changed, 7 insertions(+) create mode 100644 doc/source/api/specs_matcher.rst (limited to 'doc') diff --git a/doc/source/api/specs_matcher.rst b/doc/source/api/specs_matcher.rst new file mode 100644 index 0000000..216eefd --- /dev/null +++ b/doc/source/api/specs_matcher.rst @@ -0,0 +1,6 @@ +============== + specs_matcher +============== + +.. automodule:: oslo_utils.specs_matcher + :members: diff --git a/doc/source/index.rst b/doc/source/index.rst index acc042b..c3ac36c 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -29,6 +29,7 @@ API Documentation api/netutils api/reflection api/secretutils + api/specs_matcher api/strutils api/timeutils api/units -- cgit v1.2.1