From 307a85c8b169d58a9d31b20e3f6dff0fe32680a9 Mon Sep 17 00:00:00 2001 From: Greg Back Date: Thu, 1 Mar 2018 13:15:02 -0600 Subject: [PATCH] Reorder modules for API documentation --- stix2/__init__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/stix2/__init__.py b/stix2/__init__.py index 884e861..401d44b 100644 --- a/stix2/__init__.py +++ b/stix2/__init__.py @@ -3,18 +3,18 @@ .. autosummary:: :toctree: api - v20.common core - environment datastore + environment exceptions markings - v20.observables patterns properties + utils + v20.common + v20.observables v20.sdo v20.sro - utils """ # flake8: noqa