Updating documentation.
This commit is contained in:
parent
89a2e1eb2b
commit
b521f8028c
|
|
@ -22,7 +22,10 @@ Locale related
|
|||
|
||||
.. autofunction:: archinstall.search_keyboard_layout
|
||||
|
||||
.. autofunction:: archinstall.set_keyboard_layout
|
||||
.. autofunction:: archinstall.set_keyboard_language
|
||||
|
||||
..
|
||||
autofunction:: archinstall.Installer.set_keyboard_layout
|
||||
|
||||
Services
|
||||
========
|
||||
|
|
@ -34,7 +37,7 @@ Mirrors
|
|||
|
||||
.. autofunction:: archinstall.filter_mirrors_by_region
|
||||
|
||||
.. autofunction:: archinstall.add_custom_mirror
|
||||
.. autofunction:: archinstall.add_custom_mirrors
|
||||
|
||||
.. autofunction:: archinstall.insert_mirrors
|
||||
|
||||
|
|
|
|||
|
|
@ -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 `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.
|
||||
|
||||
|
|
@ -43,12 +43,14 @@ Some of the features of Archinstall are:
|
|||
|
||||
examples/python
|
||||
examples/binary
|
||||
..
|
||||
examples/scripting
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
:caption: Programming Guide
|
||||
|
||||
..
|
||||
programming_guide/requirements
|
||||
programming_guide/basic_concept
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
.. _installing.guided:
|
||||
|
||||
Guided installation
|
||||
===================
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue