From d7f7528a1d78384858d126e639b210d2e2916330 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Wed, 23 Feb 2022 10:12:25 -0600 Subject: [PATCH] Added paths to documentation --- source/updater.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/updater.rst b/source/updater.rst index bc5d3b1..34e4f14 100644 --- a/source/updater.rst +++ b/source/updater.rst @@ -12,6 +12,14 @@ updater.core module :undoc-members: :show-inheritance: +updater.paths module +-------------------- + +.. automodule:: updater.paths + :members: + :undoc-members: + :show-inheritance: + updater.utils module --------------------