Updating documentation.

This commit is contained in:
Anton Hvornum 2021-03-25 14:39:29 +01:00 committed by Dylan Taylor
parent c6e7bb4595
commit 57a458e4ee
3 changed files with 4 additions and 3 deletions

View File

@ -24,6 +24,9 @@ Locale related
.. autofunction:: archinstall.set_keyboard_language
..
autofunction:: archinstall.Installer.set_keyboard_layout
Services
========

View File

@ -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 pre-configured installers, such as the :ref:`guided <installing.guided>` installer.
| It comes packaged with different pre-configured installers, such as the `Guided installation`_ installer.
|
| A demo can be viewed here: `https://www.youtube.com/watch?v=9Xt7X_Iqg6E <https://www.youtube.com/watch?v=9Xt7X_Iqg6E>`_ which uses the default guided installer.

View File

@ -1,5 +1,3 @@
.. _installing.guided:
Guided installation
===================