docs: reorder sections
This commit is contained in:
parent
0f899f34ff
commit
592ebd59c2
|
@ -668,12 +668,6 @@ bytecode. This is since clean source analysis methods (:py:mod:`ast` and
|
|||
major Python versions.
|
||||
|
||||
|
||||
Child Module Enumeration
|
||||
########################
|
||||
|
||||
Package children are enumerated using :py:func:`pkgutil.iter_modules`.
|
||||
|
||||
|
||||
Concurrency
|
||||
###########
|
||||
|
||||
|
@ -754,6 +748,12 @@ the parent at the intermediary. This creates needless network serialization and
|
|||
latency that should be addressed in a future design.
|
||||
|
||||
|
||||
Child Module Enumeration
|
||||
########################
|
||||
|
||||
Package children are enumerated using :py:func:`pkgutil.iter_modules`.
|
||||
|
||||
|
||||
Use Of Threads
|
||||
--------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue