Migration to Storyboard

Sahara projects migrated to storyboard.openstack.org.
Replace the references to Launchpad and clean up some duplication.
Fix the bug link in the openstackdocstheme configuration.

Change-Id: I01092ad6d35e2c0624646033d95c00526094a06d
This commit is contained in:
Luigi Toscano 2018-03-17 14:25:54 +01:00
parent 55936baba0
commit 85d3faf9ba
5 changed files with 9 additions and 11 deletions

View File

@ -16,6 +16,6 @@ the workflow documented at:
Pull requests submitted through GitHub will be ignored. Pull requests submitted through GitHub will be ignored.
Bugs should be filed on Launchpad, not GitHub: Bugs should be filed on Storyboard, not GitHub:
https://bugs.launchpad.net/python-saharaclient https://storyboard.openstack.org/#!/project/934

View File

@ -32,18 +32,16 @@ in the `developer guide
* License: Apache License, Version 2.0 * License: Apache License, Version 2.0
* `PyPi`_ - package installation * `PyPi`_ - package installation
* `Online Documentation`_ * `Online Documentation`_
* `Launchpad project`_ - release management
* `Blueprints`_ - feature specifications * `Blueprints`_ - feature specifications
* `Bugs`_ - issue tracking * `Bugs`_ - stories and issue tracking
* `Source`_ * `Source`_
* `Specs`_ * `Specs`_
* `How to Contribute`_ * `How to Contribute`_
.. _PyPi: https://pypi.python.org/pypi/python-saharaclient .. _PyPi: https://pypi.python.org/pypi/python-saharaclient
.. _Online Documentation: https://docs.openstack.org/python-saharaclient/latest/ .. _Online Documentation: https://docs.openstack.org/python-saharaclient/latest/
.. _Launchpad project: https://launchpad.net/python-saharaclient .. _Blueprints: http://specs.openstack.org/openstack/sahara-specs/
.. _Blueprints: https://blueprints.launchpad.net/python-saharaclient .. _Bugs: https://storyboard.openstack.org/#!/project/934
.. _Bugs: https://bugs.launchpad.net/python-saharaclient
.. _Source: https://git.openstack.org/cgit/openstack/python-saharaclient .. _Source: https://git.openstack.org/cgit/openstack/python-saharaclient
.. _How to Contribute: https://docs.openstack.org/infra/manual/developers.html .. _How to Contribute: https://docs.openstack.org/infra/manual/developers.html
.. _Specs: https://specs.openstack.org/openstack/sahara-specs/ .. _Specs: https://specs.openstack.org/openstack/sahara-specs/

View File

@ -1,7 +1,7 @@
<h3>Useful Links</h3> <h3>Useful Links</h3>
<ul> <ul>
<li><a href="https://wiki.openstack.org/wiki/Sahara">Sahara @ OpenStack Wiki</a></li> <li><a href="https://wiki.openstack.org/wiki/Sahara">Sahara @ OpenStack Wiki</a></li>
<li><a href="https://launchpad.net/sahara">Sahara @ Launchpad</a></li> <li><a href="https://storyboard.openstack.org/#!/project_group/74">Sahara @ Storyboard</a></li>
</ul> </ul>
{% if READTHEDOCS %} {% if READTHEDOCS %}

View File

@ -45,7 +45,7 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo',
# openstackdocstheme options # openstackdocstheme options
repository_name = 'openstack/python-saharaclient' repository_name = 'openstack/python-saharaclient'
bug_project = 'python-saharaclient' bug_project = '934'
bug_tag = 'doc' bug_tag = 'doc'
html_last_updated_fmt = '%Y-%m-%d %H:%M' html_last_updated_fmt = '%Y-%m-%d %H:%M'

View File

@ -2,7 +2,7 @@ Contributing
============ ============
``python-saharaclient`` is part of the Sahara project. ``python-saharaclient`` is part of the Sahara project.
It has a separate `launchpad`_ page which should be used to report bugs. It has a separate `storyboard`_ page which should be used to report bugs.
Like the other projects of the OpenStack community, code contribution happens Like the other projects of the OpenStack community, code contribution happens
through `gerrit`_. through `gerrit`_.
@ -12,5 +12,5 @@ how to contribute to the project.
.. _Sahara documentation: https://docs.openstack.org/sahara/latest/ .. _Sahara documentation: https://docs.openstack.org/sahara/latest/
.. _How to Participate section: https://docs.openstack.org/sahara/latest/contributor/how-to-participate.html .. _How to Participate section: https://docs.openstack.org/sahara/latest/contributor/how-to-participate.html
.. _launchpad: https://launchpad.net/python-saharaclient .. _storyboard: https://storyboard.openstack.org/#!/project/934
.. _gerrit: https://docs.openstack.org/infra/manual/developers.html#development-workflow .. _gerrit: https://docs.openstack.org/infra/manual/developers.html#development-workflow