Commit Graph

14 Commits

Author SHA1 Message Date
Stephen Finucane 54253708f0 docs: Remove cruft
Change-Id: I88ba414b45ae2dc9d3b9a0ab8e49c309e79977e6
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2024-01-25 16:16:42 +00:00
LiZekun 8a9f249c09 remove unicode literal from code
All strings are considered as unicode string from Python 3.

This patch drops the explicit unicode literal (u'...')
appearances from the unicode strings.

Change-Id: I283b767d2d8329e9df977fa8bc135c082ae4e4ab
2022-03-08 00:50:32 +00:00
Andreas Jaeger 1f9202fe72 Switch to newer openstackdocstheme version
Switch to openstackdocstheme 2.2.1 version. Using
this version will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems

Update Sphinx version as well.

Disable openstackdocs_auto_name to use 'project' variable as name.

Change pygments_style to 'native' since old theme version always used
'native' and the theme now respects the setting and using 'sphinx' can
lead to some strange rendering.

openstackdocstheme renames some variables, so follow the renames
before the next release removes them. A couple of variables are also
not needed anymore, remove them.

See also
http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html

Change-Id: Ie6fb83cee167bc7f9181f0ade2da825179c1991b
2020-05-31 20:33:33 +02:00
Andreas Jaeger 2f0bad48ba [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

Complete discussion & schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Change-Id: Iadbea735f22cd8456a32f10fda598dc6a2983ec7
2020-02-04 20:45:20 +01:00
Eric Fried 29f043a126 Update doc index links (for storyboard etc)
Some of the wording in the Contributing section of the doc index was
still launchpad-oriented and python-openstackclient specific. Fix to be
storyboard-oriented and openstackclient general.

Change-Id: I591ae9e4225ac7bdde998f52c496adfc14165d25
2020-01-06 23:15:04 +00:00
Dean Troyer 7e5188b911 Prepare for OSC 4.0 release
The major version of this package will sync with the major version
of OSC that it installs. The minor and patch versions will not be kept
in sync.

Change-Id: I4870bceb14045434b70fb79d7f8f2c72e19a6e9e
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
2019-09-12 08:37:27 -05:00
Zuul 58f654bbfc Merge "Removes unused utf-8 declaration" 2019-09-11 05:32:18 +00:00
Zuul dd689fe2ef Merge "Advancing the protocal of the website to HTTPS in index.rst." 2019-09-11 04:40:53 +00:00
Sanu Madhavan 3cc682c19d Removes unused utf-8 declaration
Following files contain #-*- coding: utf-8 -*- declaration
but don't contain any unicode character

Change-Id: Iec6d4b867a4e079a07d5f0f653ab443085eb4ab5
2019-09-11 04:34:39 +00:00
Andreas Jaeger 67d59eb63b Switch to openstackdocstheme
Switch over to openstackdocstheme, update tox.ini and conf.py for this.

Remove unused extensions from conf.py.

Use separate doc/requirements file.

Build the docs using zuul.

Change-Id: Idbae35f3ba82d755e661e8f3a5ed02395682ed23
2019-05-29 15:23:32 +02:00
liuwei 5b4b07e628 update git.openstack.org to opendev
Change-Id: Id76d9dd341cdad029dcdbaadd86d437528466f5b
2019-04-25 13:41:32 +00:00
zhouxinyong 325466294a Advancing the protocal of the website to HTTPS in index.rst.
Change-Id: I6cb32b1a6f8172fe7042a16410468202fd8f9a9d
2018-11-14 02:05:26 +08:00
Tovin Seven e26281da2b Trivial: Update pypi url to new url
Pypi url changed from [1] to [2]

[1] https://pypi.python.org/pypi/<package>
[2] https://pypi.org/project/<package>

Change-Id: Ibb99c50363034bda55d43a2e611cf4f98c848abb
2018-04-20 17:04:19 +07:00
Steve Martinelli 49b361d517 Initial commit for the OSC metapackage repo.
Initial commit for OSC metapackage that includes all plugins.

Change-Id: I3db5eab671afada9b2cc026a4397ff9bdfdc0484
2017-01-06 14:39:22 -06:00