nova/doc/ext
Thomas Goirand 8ca01a3abb Python 3 fix for sphinx doc
In Python 3, dict methods dict.keys() return “views” instead of lists.
Therefore, the code:

    impls = sorted(matrix.targets.keys())
    impls.sort()

should be replaced by:

    impls = sorted(matrix.targets.keys())

to be Python 3 compatible.

Change-Id: I50477b0ac43adff9e9b0220bd7c48d6ebb6471b3
2018-02-15 14:26:45 +01:00
..
__init__.py add in custom todo, and custom css 2010-11-05 12:49:42 -07:00
feature_matrix.py Python 3 fix for sphinx doc 2018-02-15 14:26:45 +01:00
support_matrix.py doc: Enable pep8 on doc generation code 2017-07-12 14:20:25 +01:00
versioned_notifications.py Fix the usage of instance.snapshot notification sample 2017-11-21 11:03:52 +00:00