index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-09-30 22:24:57 +0200 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-09-30 22:24:57 +0200 |
commit | a91aea315438e7bc2e52a3d3ffb9f2ab0ca1b8e8 (patch) | |
tree | 3a10e91da8e0e30b5b50ccd86c796329061ae685 /docs/index.rst | |
parent | af92d15e9602359282907da78ca5898bf83a8748 (diff) |
-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 |