Merge "Update the content about Import Format"
This commit is contained in:
commit
da7226a556
@ -176,18 +176,21 @@ or
|
|||||||
Standardize Import Format
|
Standardize Import Format
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
.. _`Import Order Guide`: https://docs.openstack.org/hacking/latest/user/hacking.html#imports
|
More information about Import Format, see `Import Order Guide
|
||||||
|
<https://docs.openstack.org/hacking/latest/user/hacking.html#imports>`__.
|
||||||
|
|
||||||
The import order shows below:
|
The import order shows below:
|
||||||
|
|
||||||
* {{stdlib imports in human alphabetical order}}
|
.. code-block:: none
|
||||||
* \n
|
|
||||||
* {{third-party lib imports in human alphabetical order}}
|
{{stdlib imports in human alphabetical order}}
|
||||||
* \n
|
\n
|
||||||
* {{project imports in human alphabetical order}}
|
{{third-party lib imports in human alphabetical order}}
|
||||||
* \n
|
\n
|
||||||
* \n
|
{{project imports in human alphabetical order}}
|
||||||
* {{begin your code}}
|
\n
|
||||||
|
\n
|
||||||
|
{{begin your code}}
|
||||||
|
|
||||||
Example
|
Example
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
Loading…
x
Reference in New Issue
Block a user