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:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-09-30 22:24:57 +0200
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-09-30 22:24:57 +0200
commita91aea315438e7bc2e52a3d3ffb9f2ab0ca1b8e8 (patch)
tree3a10e91da8e0e30b5b50ccd86c796329061ae685 /docs/index.rst
parentaf92d15e9602359282907da78ca5898bf83a8748 (diff)
First complete draft of the documentation. Some autodocs are still unpopulated but will be done via code and not reST chapters.
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