Commit Graph

14 Commits

Author SHA1 Message Date
shanyunfan33 2f43f651e8 remove unicode from code
remove unicode from code

Change-Id: I4a5ecfccac4047803b069034575bda8e3baae985
2022-01-26 17:29:08 +08:00
Andreas Jaeger d137023727 Switch to newer openstackdocstheme and reno versions
Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using
these versions 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.

Remove docs requirements from lower-constraints, they are not needed
during install or test but only for docs building.

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: I8e00e8863e8c3d86bebeec87e80fc26ad1f66323
2020-05-31 19:39:18 +02:00
Andreas Jaeger b97e383918 [ussuri][goal] Cleanup python 2.7 removal
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

This removes some cruft from Python 2.7 support.
Raise requests lower-constraint to satisfy oslo.config.

Change-Id: I47cc8ab5b348af28062ab3ff5329b96d2cbccdbb
2020-02-05 17:22:45 +01:00
Eyal a2fed6c34a Fix requirements, doc
Change-Id: I0384a421fca057f66365e6fdb0b1efdb1a1c49f2
2020-01-15 17:06:49 +02:00
Jenkins d580062db3 Merge "Switch from oslosphinx to openstackdocstheme" 2017-07-24 13:32:14 +00:00
Sharat Sharma 8fa917e117 Switch from oslosphinx to openstackdocstheme
As part of the docs migration work[0] for Pike we need to switch to use
the openstackdocstheme.

[0]https://review.openstack.org/#/c/472275/

Change-Id: If242bcfa53a688da52ac197f783f7b6dd2c5e246
Depends-on: I5d91dcd4a50b148eae4c2bf905cf52c8d5bbbe8e
2017-07-20 10:25:38 +00:00
Sharat Sharma 87a3f76418 Apply Pike document structure
This is step 2 of the doc-migration. The documentation structure has
been changed according to the Pike documentation standard.

Depends-on: I5d91dcd4a50b148eae4c2bf905cf52c8d5bbbe8e
Change-Id: I302b7e18070e0de86c85559267a2c22ada656290
2017-07-20 15:35:27 +05:30
Sharat Sharma 436f0137d1 Enable warning-is-error
This is step 1 of doc-migration. warning-is-error has to be turned on
and any build errors must be fixed.

Change-Id: I5d91dcd4a50b148eae4c2bf905cf52c8d5bbbe8e
2017-07-20 12:55:08 +05:30
Adriano Petrich 6980ad070d Fix documentation for custom actions
Change-Id: Iad6b281d9197a67e7e3a3be55e8d85ec1e967275
2017-04-25 14:59:56 +01:00
Jenkins e8814640bb Merge "Adds minimum common shared code for custom actions API" 2017-03-15 09:53:14 +00:00
Ryan Brady 5764aec7ae Adds minimum common shared code for custom actions API
This patch includes the initial data types, serialization,
string utilities, base exception classes and defines a
base action that includes a context argument.

The mistral_lib.api namespace was also removed in favor of
following the python convention of using an underscore to
denote private methods and considering all other methods
public.

This patch removes code previously added as a placeholder
to match the spec.  As of the Atlanta PTG, the purpose of
this library is now to store common code used within Mistral
ecosystem and 3rd party integration interfaces including
the Custom Actions API and Custom YAQL Functions API.

Change-Id: I77da3cd6eba6c5a9953656d432bc959bd3747ada
Partially-Implements: blueprint mistral-custom-actions-api
Partially-Implements: blueprint mistral-actions-api-main-entities
2017-03-14 10:14:03 -04:00
Dougal Matthews 0ac89b1598 Fix the package name in the docs
Change-Id: I38dd2f53f48e58a38ac5fad4afe47f7474a7d20d
2017-03-14 12:00:00 +00:00
Sharat Sharma 6cdeb9e83c Small changes like deletion of extra underline in the docs
Change-Id: Ic6d1ef35fc9036340139b51bc7e8c4f7d30d404f
2016-09-16 19:41:56 +05:30
Renat Akhmerov 6d75dcee7f Initial project layout
Partially implements: blueprint mistral-custom-actions-api

Change-Id: I8730e506f0a160450e47a88ca11953b8895181b9
2016-07-15 15:16:55 +07:00