index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | docs/index.rst | 18 |
diff --git a/docs/index.rst b/docs/index.rst index 627347e9..31538295 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -2,7 +2,7 @@ python-archinstall Documentation ================================ | **python-archinstall** *(or, archinstall for short)* is a helper library to install Arch Linux and manage services, packages and other things. -| It comes packaged with different installers *(shopped as scripts)*, such as _guided and _automated installer that can be run as _Python modules. +| It comes packaged with different pre-configured installers, such as the `installing.guided`_ installer. | | Here's a `demo <https://www.youtube.com/watch?v=9Xt7X_Iqg6E>`_ using the guided installer. @@ -17,6 +17,12 @@ Some of the features of Archinstall are: .. toctree:: :maxdepth: 3 + :caption: Running on ISO + + installing/guided + +.. toctree:: + :maxdepth: 3 :caption: Installing installing/python @@ -48,4 +54,12 @@ Some of the features of Archinstall are: :maxdepth: 3 :caption: API Reference - archinstall/Installer
\ No newline at end of file + archinstall/Installer + archinstall/Profile + archinstall/Application + +.. toctree:: + :maxdepth: 3 + :caption: API Helper functions + + archinstall/general
\ No newline at end of file |