From b6be1bc8622d2a35facaed859195787492b4a0cf Mon Sep 17 00:00:00 2001 From: Izalia Mae Date: Sun, 26 Mar 2023 15:23:43 -0400 Subject: [PATCH] move modutils to the top --- docs/index.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 7616f1f..49af144 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,6 +1,11 @@ Izalia's PythonSDK Mod Documentation ===================================== +.. autoclass:: Mods.ModUtils.ModUtils + :exclude-members: __init__, __new__ + + Download: https://static.barkshark.xyz/bl2mods/modutils/modutils-0.1.zip + .. autoclass:: Mods.FpsToggle.FpsToggle :exclude-members: __init__, __new__ @@ -16,11 +21,6 @@ Izalia's PythonSDK Mod Documentation Download: https://static.barkshark.xyz/bl2mods/lootsplosion/lootsplosion-1.0.zip -.. autoclass:: Mods.ModUtils.ModUtils - :exclude-members: __init__, __new__ - - Download: https://static.barkshark.xyz/bl2mods/modutils/modutils-0.1.zip - .. autoclass:: Mods.WebPanel.WebPanel :exclude-members: __init__, __new__