Merge "docs: Change Storyboard links to Launchpad"

This commit is contained in:
Zuul 2023-10-04 06:48:41 +00:00 committed by Gerrit Code Review
commit a3276fd53b
5 changed files with 6 additions and 7 deletions

View File

@ -47,8 +47,7 @@ Task Tracking
there more than one launchpad project? what's the name of the project there more than one launchpad project? what's the name of the project
group in storyboard? group in storyboard?
We track our tasks in `Storyboard We track our tasks in `Launchpad <https://bugs.launchpad.net/magnum>`_
<https://storyboard.openstack.org/#!/project/openstack/magnum>`_
Reporting a Bug Reporting a Bug
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~
@ -56,7 +55,7 @@ Reporting a Bug
report bugs for your project. report bugs for your project.
You found an issue and want to make sure we are aware of it? You can do so You found an issue and want to make sure we are aware of it? You can do so
on `Storyboard <https://storyboard.openstack.org/#!/project/openstack/magnum>`_. on `Launchpad <https://bugs.launchpad.net/magnum>`_.
Getting Your Patch Merged Getting Your Patch Merged
~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -21,7 +21,7 @@ For more information, please refer to the following resources:
* **Admin guide:** https://docs.openstack.org/magnum/latest/admin/index.html * **Admin guide:** https://docs.openstack.org/magnum/latest/admin/index.html
* **Source:** https://opendev.org/openstack/magnum * **Source:** https://opendev.org/openstack/magnum
* **Blueprints:** https://blueprints.launchpad.net/magnum * **Blueprints:** https://blueprints.launchpad.net/magnum
* **Bugs:** https://storyboard.openstack.org/#!/project/openstack/magnum * **Bugs:** https://bugs.launchpad.net/magnum
* **REST Client:** https://opendev.org/openstack/python-magnumclient * **REST Client:** https://opendev.org/openstack/python-magnumclient
* **Release notes:** https://docs.openstack.org/releasenotes/magnum/index.html * **Release notes:** https://docs.openstack.org/releasenotes/magnum/index.html
* **Contributing:** https://docs.openstack.org/magnum/latest/contributor/index.html * **Contributing:** https://docs.openstack.org/magnum/latest/contributor/index.html

View File

@ -92,7 +92,7 @@ pygments_style = 'native'
# openstackdocstheme options # openstackdocstheme options
openstackdocs_repo_name = 'openstack/magnum' openstackdocs_repo_name = 'openstack/magnum'
openstackdocs_use_storyboard = True openstackdocs_use_storyboard = False
# -- Options for man page output ---------------------------------------------- # -- Options for man page output ----------------------------------------------

View File

@ -32,7 +32,7 @@ extensions = [
# openstackdocstheme options # openstackdocstheme options
openstackdocs_repo_name = 'openstack/magnum' openstackdocs_repo_name = 'openstack/magnum'
openstackdocs_pdf_link = True openstackdocs_pdf_link = True
openstackdocs_use_storyboard = True openstackdocs_use_storyboard = False
config_generator_config_file = '../../etc/magnum/magnum-config-generator.conf' config_generator_config_file = '../../etc/magnum/magnum-config-generator.conf'
sample_config_basename = '_static/magnum' sample_config_basename = '_static/magnum'

View File

@ -46,7 +46,7 @@ extensions = [
# openstackdocstheme options # openstackdocstheme options
openstackdocs_repo_name = 'openstack/magnum' openstackdocs_repo_name = 'openstack/magnum'
openstackdocs_use_storyboard = True openstackdocs_use_storyboard = False
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates'] templates_path = ['_templates']