Commit 592ebd59 authored by David Wilson's avatar David Wilson

docs: reorder sections

parent 0f899f34
...@@ -668,12 +668,6 @@ bytecode. This is since clean source analysis methods (:py:mod:`ast` and ...@@ -668,12 +668,6 @@ bytecode. This is since clean source analysis methods (:py:mod:`ast` and
major Python versions. major Python versions.
Child Module Enumeration
########################
Package children are enumerated using :py:func:`pkgutil.iter_modules`.
Concurrency Concurrency
########### ###########
...@@ -754,6 +748,12 @@ the parent at the intermediary. This creates needless network serialization and ...@@ -754,6 +748,12 @@ the parent at the intermediary. This creates needless network serialization and
latency that should be addressed in a future design. 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 Use Of Threads
-------------- --------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment