Merge "Added notifications documentation page"

This commit is contained in:
Jenkins
2016-11-16 15:35:27 +00:00
committed by Gerrit Code Review
5 changed files with 150 additions and 1 deletions

View File

@@ -12,8 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import sys
import os
import sys
from watcher import version as watcher_version
from watcher import objects
@@ -41,6 +41,7 @@ extensions = [
'stevedore.sphinxext',
'wsmeext.sphinxext',
'ext.term',
'ext.versioned_notifications',
]
wsme_protocols = ['restjson']

View File

@@ -0,0 +1,13 @@
..
Except where otherwise noted, this document is licensed under Creative
Commons Attribution 3.0 License. You can view the license at:
https://creativecommons.org/licenses/by/3.0/
.. _watcher_notifications:
========================
Notifications in Watcher
========================
.. versioned_notifications::

View File

@@ -56,6 +56,7 @@ Getting Started
dev/devstack
deploy/configuration
deploy/conf-files
dev/notifications
dev/testing
dev/rally_link