designate/doc/source
Erik Olof Gunnar Andersson 68fc28527a pyupgrade changes for Python3.8+
Result of running

$ pyupgrade --py38-plus $(git ls-files | grep ".py$")

This was inspired by Nova [1] and Octavia [2]

Fixed PEP8 errors introduced by pyupgrade by running:

$ autopep8 --select=E127,E128,E501 --max-line-length 79 -r \
  --in-place designate

and manual updates.

[1]: https://review.opendev.org/c/openstack/nova/+/896986
[2]: https://review.opendev.org/c/openstack/octavia/+/899263

Change-Id: Idfa757d7ba238012db116fdb3e98cc7c5ff4b169
2023-11-03 11:19:07 +00:00
..
_extra Add top-level CLI reference page in docs 2018-10-15 12:18:01 -04:00
_static Fix missing _static folder breaking gate 2019-08-23 15:38:02 -07:00
admin Remove deprecated designate-agent 2023-10-04 14:39:57 +00:00
cli Add link to openstack client commands in cli doc section 2020-09-02 14:53:33 +10:00
configuration Improve configuration guide 2018-09-04 12:35:58 +03:00
contributor Remove unused server object 2023-11-01 16:25:01 +00:00
diagrams Fix some typos in 6 files 2015-02-07 12:49:42 +00:00
examples Remove v1 API 2018-01-11 14:13:43 +00:00
images New Doc intro section 2021-02-08 15:55:13 +11:00
install Remove deprecated designate-agent 2023-10-04 14:39:57 +00:00
intro Fix typo of intro document 2022-02-04 12:55:07 +09:00
reference Add a user guide for Neutron/Nova DNS integration 2022-07-22 22:50:24 +00:00
user Fix indentation of user documentation code blocks 2023-08-02 13:19:27 +02:00
conf.py pyupgrade changes for Python3.8+ 2023-11-03 11:19:07 +00:00
index.rst Add a user guide for Neutron/Nova DNS integration 2022-07-22 22:50:24 +00:00