archinstall/docs
Anton Hvornum cc806d9c4c
Started a re-write of the docs (#1967)
* Started a re-write of the docs, using CSV for tables and re-organizing parameter definitions

* Added final config options in --config, some have external references which needs to be populated

* Forgot to escape a comma

* Clarified a note

* Added disk configuration and disk encryption docs

* Changed way of installing using source and python

* Added a 'list script' that lists available scripts. This could be converted to a argparse later. But this does the trick for now. And it's added to ease documentation and listing of available options.

* Added a 'Known issues' section, as well as renamed the issues tab

* Finished up the known issues section

* Added a section regarding --plugin

* Added plugin description, tweaked disk_config to the latest changes from #2221

* Added custom-commands docs, and improved some creds and known issue links
2023-11-21 14:34:30 +01:00
..
_static Started a re-write of the docs (#1967) 2023-11-21 14:34:30 +01:00
_templates Started a re-write of the docs (#1967) 2023-11-21 14:34:30 +01:00
archinstall Started a re-write of the docs (#1967) 2023-11-21 14:34:30 +01:00
cli_parameters/config Started a re-write of the docs (#1967) 2023-11-21 14:34:30 +01:00
examples Started a re-write of the docs (#1967) 2023-11-21 14:34:30 +01:00
flowcharts Moved around some blocks 2021-05-02 21:58:43 +02:00
help Started a re-write of the docs (#1967) 2023-11-21 14:34:30 +01:00
installing Started a re-write of the docs (#1967) 2023-11-21 14:34:30 +01:00
Makefile Added documentation for: https://python-archinstall.readthedocs.io/en/latest/ 2020-09-28 16:38:10 +02:00
README.md Update documentation (#803) 2021-12-18 19:01:40 +01:00
conf.py Version decrease in docs for master 2022-01-14 08:13:58 +01:00
index.rst Started a re-write of the docs (#1967) 2023-11-21 14:34:30 +01:00
logo.png Converted the lib to a pip supported structure to make packaging easier. Also tweaked some minor issues and added the AUR function 2020-07-06 18:44:42 +02:00
pull_request_template.md Github doesn't seam to trigger on "fixes" but "fix" 2022-08-12 15:04:16 +02:00

README.md

Dependencies

In order to build the docs locally, you need to have the following installed:

For example, you may install these dependencies using pip:

pip install -U sphinx sphinx-rtd-theme

For other installation methods refer to the docs of the dependencies.

Build

In archinstall/docs, run make html (or specify another target) to build locally. The build files will be in archinstall/docs/_build. Open _build/html/index.html with your browser to see your changes in action.