Fixing document interlink error

This commit is contained in:
Shohei Kusakata 2021-04-02 10:47:21 +09:00
parent 2c90f02b6b
commit 94042517a4
3 changed files with 5 additions and 3 deletions

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. | **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 `installing.guided`_ installer. | It comes packaged with different pre-configured installers, such as the :ref:`guided <installing.guided>` 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. | 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

@ -100,6 +100,8 @@ Default is :code:`Archinstall`
The hostname in which the machine will identify itself on the local network. The hostname in which the machine will identify itself on the local network.
This step is optional, but a default hostname of `Archinstall` will be set if none is selected. This step is optional, but a default hostname of `Archinstall` will be set if none is selected.
.. _root_password:
Root password Root password
------------- -------------
@ -115,7 +117,7 @@ Super User (sudo)
----------------- -----------------
.. warning:: .. warning::
This step only applies if you correctly skipped the previous step :ref:`root_password`_ which also makes this step mandatory. This step only applies if you correctly skipped :ref:`the previous step <root_password>` which also makes this step mandatory.
If the previous step was skipped, and only if it is skipped. If the previous step was skipped, and only if it is skipped.
This step enables you to create a :code:`sudo` enabled user with a password. This step enables you to create a :code:`sudo` enabled user with a password.

View File

@ -44,7 +44,7 @@ Or as a user module:
Which will allow you to start using the library. Which will allow you to start using the library.
.. _installing.python.manual .. _installing.python.manual:
Manual installation Manual installation
------------------- -------------------