Skip to content

Commit da7226a

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Update the content about Import Format"
2 parents 332457b + 819663d commit da7226a

1 file changed

Lines changed: 12 additions & 9 deletions

File tree

doc/source/contributor/developing.rst

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -176,18 +176,21 @@ or
176176
Standardize Import Format
177177
=========================
178178

179-
.. _`Import Order Guide`: https://docs.openstack.org/hacking/latest/user/hacking.html#imports
179+
More information about Import Format, see `Import Order Guide
180+
<https://docs.openstack.org/hacking/latest/user/hacking.html#imports>`__.
180181

181182
The import order shows below:
182183

183-
* {{stdlib imports in human alphabetical order}}
184-
* \n
185-
* {{third-party lib imports in human alphabetical order}}
186-
* \n
187-
* {{project imports in human alphabetical order}}
188-
* \n
189-
* \n
190-
* {{begin your code}}
184+
.. code-block:: none
185+
186+
{{stdlib imports in human alphabetical order}}
187+
\n
188+
{{third-party lib imports in human alphabetical order}}
189+
\n
190+
{{project imports in human alphabetical order}}
191+
\n
192+
\n
193+
{{begin your code}}
191194
192195
Example
193196
~~~~~~~

0 commit comments

Comments
 (0)