From bd189bece79162930f14e4a6f7d3763c6983e5f3 Mon Sep 17 00:00:00 2001 From: Michael Krotscheck Date: Tue, 20 Jan 2015 13:13:26 -0800 Subject: [PATCH] Added python storyboard client to docs. Added link to the openstack-infra/python-storyboardclient to storyboard's documentation. Change-Id: I880e3afc453ad5c5a64bcd2601288a2fcf2a4834 --- CONTRIBUTING.rst | 4 +++- doc/source/index.rst | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 9cc981b1..632a44af 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -38,8 +38,10 @@ Code Hosting * https://git.openstack.org/cgit/openstack-infra/storyboard-webclient + * https://git.openstack.org/cgit/openstack-infra/python-storyboardclient + Code Review - https://review.openstack.org/#/q/status:open+AND+(project:openstack-infra/storyboard+OR+project:openstack-infra/storyboard-webclient),n,z + https://review.openstack.org/#/q/status:open+AND+(project:openstack-infra/storyboard+OR+project:openstack-infra/storyboard-webclient+OR+project:openstack-infra/python-storyboardclient),n,z Please read `GerritWorkflow`_ before sending your first patch for review. diff --git a/doc/source/index.rst b/doc/source/index.rst index d80a8d1f..1bcf78fe 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -19,6 +19,7 @@ StoryBoard consists of two components: .. _WSME: http://wsme.readthedocs.org/en/latest/ .. _Storyboard API service: https://git.openstack.org/cgit/openstack-infra/storyboard/ .. _Storyboard Web Client: https://git.openstack.org/cgit/openstack-infra/storyboard-webclient +.. _Storyboard Python Client: https://git.openstack.org/cgit/openstack-infra/python-storyboardclient