Update from storyboard to launchpad pt. 2
This was missed in [0]. Also update the mailing list link after it moved to mailman3. [0] Iaf93c892d211fd7465395d8830f56c2977a88f8b Change-Id: I91168713a854be0c4348bab3fa34f4b1a924f451
This commit is contained in:
parent
5711998603
commit
692ee752b6
@ -9,13 +9,13 @@ to set up and use Gerrit:
|
||||
|
||||
https://docs.openstack.org/contributors/code-and-documentation/quick-start.html
|
||||
|
||||
Bugs should be filed on StoryBoard:
|
||||
Bugs should be filed on Launchpad:
|
||||
|
||||
https://launchpad.net/python-openstackclient
|
||||
https://bugs.launchpad.net/python-openstackclient
|
||||
|
||||
Developers should also join the discussion on the mailing list, at:
|
||||
|
||||
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-discuss
|
||||
https://lists.openstack.org/mailman3/lists/openstack-discuss.lists.openstack.org/
|
||||
|
||||
or join the IRC channel on
|
||||
|
||||
|
@ -24,7 +24,7 @@ language to describe operations in OpenStack.
|
||||
|
||||
* `PyPi`_ - package installation
|
||||
* `Online Documentation`_
|
||||
* `Storyboard project`_ - bugs and feature requests
|
||||
* `Launchpad project`_ - bugs and feature requests
|
||||
* `Blueprints`_ - feature specifications (historical only)
|
||||
* `Source`_
|
||||
* `Developer`_ - getting started as a developer
|
||||
@ -36,7 +36,7 @@ language to describe operations in OpenStack.
|
||||
.. _PyPi: https://pypi.org/project/python-openstackclient
|
||||
.. _Online Documentation: https://docs.openstack.org/python-openstackclient/latest/
|
||||
.. _Blueprints: https://blueprints.launchpad.net/python-openstackclient
|
||||
.. _`Storyboard project`: https://storyboard.openstack.org/#!/project/openstack/python-openstackclient
|
||||
.. _`Launchpad project`: https://bugs.launchpad.net/python-openstackclient
|
||||
.. _Source: https://opendev.org/openstack/python-openstackclient
|
||||
.. _Developer: https://docs.openstack.org/project-team-guide/project-setup/python.html
|
||||
.. _Contributing: https://docs.openstack.org/infra/manual/developers.html
|
||||
|
@ -53,7 +53,7 @@ extensions = [
|
||||
|
||||
# openstackdocstheme options
|
||||
openstackdocs_repo_name = 'openstack/python-openstackclient'
|
||||
openstackdocs_use_storyboard = True
|
||||
openstackdocs_use_storyboard = False
|
||||
openstackdocs_auto_name = False
|
||||
|
||||
# Set aliases for extlinks
|
||||
|
Loading…
Reference in New Issue
Block a user