-
Notifications
You must be signed in to change notification settings - Fork 563
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding permanent redirect for readthedocs (#2242)
- Loading branch information
Showing
1 changed file
with
4 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,5 @@ | ||
archinstall Documentation | ||
========================= | ||
.. raw:: html | ||
|
||
| **archinstall** is library which can be used to install Arch Linux. | ||
| The library comes packaged with different pre-configured installers, such as the default :ref:`guided` installer. | ||
| | ||
| A demo of the :ref:`guided` installer can be seen here: `https://www.youtube.com/watch?v=9Xt7X_Iqg6E <https://www.youtube.com/watch?v=9Xt7X_Iqg6E>`_. | ||
Some of the features of Archinstall are: | ||
|
||
* **Context friendly.** The library always executes calls in sequential order to ensure installation-steps don't overlap or execute in the wrong order. It also supports *(and uses)* context wrappers to ensure cleanup and final tasks such as ``mkinitcpio`` are called when needed. | ||
|
||
* **Full transparency** Logs and insights can be found at ``/var/log/archinstall`` both in the live ISO and partially on the installed system. | ||
|
||
* **Accessibility friendly** Archinstall works with ``espeakup`` and other accessibility tools thanks to the use of a TUI. | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:caption: Running Archinstall | ||
|
||
installing/guided | ||
|
||
.. toctree:: | ||
:maxdepth: 3 | ||
:caption: Getting help | ||
|
||
help/known_issues | ||
help/report_bug | ||
help/discord | ||
|
||
.. toctree:: | ||
:maxdepth: 3 | ||
:caption: Archinstall as a library | ||
|
||
installing/python | ||
examples/python | ||
archinstall/plugins | ||
|
||
.. toctree:: | ||
:maxdepth: 3 | ||
:caption: API Reference | ||
|
||
archinstall/Installer | ||
<script type="text/javascript"> | ||
window.location.replace('https://archinstall.archlinux.page/'); | ||
</script> |