X Tutup
Skip to content

Commit 9ff6735

Browse files
Update homepage link in setup.cfg
This patch also adds a note about deprecation of 'tacker' command line. This patch also remove redundant section in setup.cfg related to building docs. See: http://lists.openstack.org/pipermail/openstack-dev/2018-March/128594.html Change-Id: Ic8206eeef5c2cdb75834011eede48fa8b998481a
1 parent 4ebb371 commit 9ff6735

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

doc/source/cli/index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ There are two CLIs which support the Tacker API:
2828
<https://docs.openstack.org/python-openstackclient/latest/>`__
2929
and `tacker CLI <tacker>`.
3030

31+
.. note::
32+
33+
Deprecated: 'tacker' command line is deprecated, will be deleted after
34+
Rocky is released. Please use 'openstack' client command line instead.
35+
36+
3137
Tacker CLI
3238
----------
3339

setup.cfg

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description-file =
55
README.rst
66
author = OpenStack
77
author-email = openstack-dev@lists.openstack.org
8-
home-page = https://docs.openstack.org/tacker/latest
8+
home-page = https://docs.openstack.org/python-tackerclient/
99
classifier =
1010
Environment :: OpenStack
1111
Intended Audience :: Developers
@@ -81,16 +81,6 @@ openstack.tackerclient.v1 =
8181
vnf_chain_show = tackerclient.osc.v1.nfvo.vnffg:ShowSFC
8282

8383

84-
[build_sphinx]
85-
builders = html,man
86-
source-dir = doc/source
87-
build-dir = doc/build
88-
all-files = 1
89-
warning-is-error = 1
90-
91-
[upload_sphinx]
92-
upload-dir = doc/build/html
93-
9484
[build_releasenotes]
9585
all_files = 1
9686
build-dir = releasenotes/build

0 commit comments

Comments
 (0)
X Tutup