From 592ebd59c211656caeeff3969a305b46502df0f1 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Mon, 12 Feb 2018 12:55:34 +0545 Subject: [PATCH] docs: reorder sections --- docs/howitworks.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/howitworks.rst b/docs/howitworks.rst index 118b58b1..517ea688 100644 --- a/docs/howitworks.rst +++ b/docs/howitworks.rst @@ -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 --------------