horizon/doc/source
Hervé Beraud 17d8ab6103 Stop to use the __future__ module.
The __future__ module [1] was used in this context to ensure compatibility
between python 2 and python 3.

We previously dropped the support of python 2.7 [2] and now we only support
python 3 so we don't need to continue to use this module and the imports
listed below.

Imports commonly used and their related PEPs:
- `division` is related to PEP 238 [3]
- `print_function` is related to PEP 3105 [4]
- `unicode_literals` is related to PEP 3112 [5]
- `with_statement` is related to PEP 343 [6]
- `absolute_import` is related to PEP 328 [7]

[1] https://docs.python.org/3/library/__future__.html
[2] https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html
[3] https://www.python.org/dev/peps/pep-0238
[4] https://www.python.org/dev/peps/pep-3105
[5] https://www.python.org/dev/peps/pep-3112
[6] https://www.python.org/dev/peps/pep-0343
[7] https://www.python.org/dev/peps/pep-0328

Change-Id: Ic03754dcaaa4f1c0018294aa52bb05d956aa5d10
2020-06-03 10:45:18 +02:00
..
admin Removing USE_SSL parameter from the configuration documentation 2020-01-22 17:44:56 -05:00
configuration Remove ceilometer from osprofile backend 2020-05-22 05:56:20 +00:00
contributor doc: update how to run specific test in pytest 2020-04-27 13:18:29 +09:00
images Documentation for translation in horizon 2016-08-29 18:20:33 +00:00
install Merge "Generate plugin registry based on releases repo" 2020-01-14 09:39:33 +00:00
locale Imported Translations from Zanata 2020-05-27 07:10:54 +00:00
user Fixing broken links 2019-08-09 14:47:26 +10:00
conf.py Stop to use the __future__ module. 2020-06-03 10:45:18 +02:00
glossary.rst doc: cleanup unnecessary vertical lines 2018-01-14 05:45:35 +09:00
index.rst PDF documentation build 2019-09-04 05:19:00 +00:00