Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst18
1 files changed, 16 insertions, 2 deletions
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