From e28ba953708cee089161a795fb3191cfd5c3d93a Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Wed, 22 Nov 2023 22:45:25 +0100 Subject: Restoring back the docs with a commit, as I'm clearly incapable of grasping git's reset/revert features.. (#2249) --- docs/archinstall/Installer.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/archinstall/Installer.rst (limited to 'docs/archinstall/Installer.rst') diff --git a/docs/archinstall/Installer.rst b/docs/archinstall/Installer.rst new file mode 100644 index 00000000..d1bbaa7c --- /dev/null +++ b/docs/archinstall/Installer.rst @@ -0,0 +1,11 @@ +.. _archinstall.Installer: + +archinstall.Installer +===================== + +The installer is the main class for accessing an installation-instance. +You can look at this class as the installation you have or will perform. + +Anything related to **inside** the installation, will be found in this class. + +.. autofunction:: archinstall.Installer -- cgit v1.2.3-54-g00ecf