Fix docs warnings
This commit is contained in:
parent
ef021698b6
commit
a0a4b5dbfe
|
|
@ -22,7 +22,7 @@ Locale related
|
||||||
|
|
||||||
.. autofunction:: archinstall.search_keyboard_layout
|
.. autofunction:: archinstall.search_keyboard_layout
|
||||||
|
|
||||||
.. autofunction:: archinstall.set_keyboard_layout
|
.. autofunction:: archinstall.set_keyboard_language
|
||||||
|
|
||||||
Services
|
Services
|
||||||
========
|
========
|
||||||
|
|
@ -34,7 +34,7 @@ Mirrors
|
||||||
|
|
||||||
.. autofunction:: archinstall.filter_mirrors_by_region
|
.. autofunction:: archinstall.filter_mirrors_by_region
|
||||||
|
|
||||||
.. autofunction:: archinstall.add_custom_mirror
|
.. autofunction:: archinstall.add_custom_mirrors
|
||||||
|
|
||||||
.. autofunction:: archinstall.insert_mirrors
|
.. autofunction:: archinstall.insert_mirrors
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
.. _examples.python:
|
.. _examples.binary:
|
||||||
|
|
||||||
Binary executable
|
Binary executable
|
||||||
=================
|
=================
|
||||||
|
|
|
||||||
|
|
@ -43,12 +43,15 @@ Some of the features of Archinstall are:
|
||||||
|
|
||||||
examples/python
|
examples/python
|
||||||
examples/binary
|
examples/binary
|
||||||
|
..
|
||||||
examples/scripting
|
examples/scripting
|
||||||
|
|
||||||
.. toctree::
|
..
|
||||||
|
.. toctree::
|
||||||
:maxdepth: 3
|
:maxdepth: 3
|
||||||
:caption: Programming Guide
|
:caption: Programming Guide
|
||||||
|
|
||||||
|
..
|
||||||
programming_guide/requirements
|
programming_guide/requirements
|
||||||
programming_guide/basic_concept
|
programming_guide/basic_concept
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
.. _installing.binary
|
.. _installing.binary:
|
||||||
|
|
||||||
Binary executable
|
Binary executable
|
||||||
=================
|
=================
|
||||||
|
|
||||||
Archinstall can be compiled into a standalone executable.
|
Archinstall can be compiled into a standalone executable.
|
||||||
For Arch Linux based systems, there's a package for this called `archinstall <https://archlinux.life/>`_.
|
For Arch Linux based systems, there's a package for this called `archinstall <https://archlinux.org/packages/extra/any/archinstall/>`_.
|
||||||
|
|
||||||
.. warning::
|
.. warning::
|
||||||
This is not required if you're running archinstall on a pre-built ISO. The installation is only required if you're creating your own scripted installations.
|
This is not required if you're running archinstall on a pre-built ISO. The installation is only required if you're creating your own scripted installations.
|
||||||
|
|
@ -37,7 +37,7 @@ Which should produce a `archinstall-X.x.z-1.pkg.tar.zst` that can be installed u
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
For a complete guide on the build process, please consult the wiki on `PKGBUILD <https://wiki.archlinux.org/index.php/PKGBUILD>`_.
|
For a complete guide on the build process, please consult the `PKGBUILD on ArchWiki <https://wiki.archlinux.org/index.php/PKGBUILD>`_.
|
||||||
|
|
||||||
Manual compilation
|
Manual compilation
|
||||||
------------------
|
------------------
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue