Skip to content

Commit 819663d

Browse files
committed
Update the content about Import Format
Following by https://git.openstack.org/cgit/openstack-dev/hacking/tree/HACKING.rst#n71 Change-Id: I2f32d773c12d484e8c0e435a78a3fe16d0eeae03
1 parent f7e4d31 commit 819663d

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
@@ -177,18 +177,21 @@ or
177177
Standardize Import Format
178178
=========================
179179

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

182183
The import order shows below:
183184

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

0 commit comments

Comments
 (0)