From c6b499cf47fac7a02714e590cf662a85db3095b1 Mon Sep 17 00:00:00 2001 From: remLse Date: Sat, 18 Dec 2021 19:01:40 +0100 Subject: Update documentation (#803) * Add guide for building docs locally * Update documentation - Fix typos - Fix some formatting - Fix broken links - Improve readability of json profile specification --- docs/examples/python.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/examples') diff --git a/docs/examples/python.rst b/docs/examples/python.rst index 342ec5c7..c3904863 100644 --- a/docs/examples/python.rst +++ b/docs/examples/python.rst @@ -6,7 +6,7 @@ Python module Archinstall supports running in `module mode `_. The way the library is invoked in module mode is limited to executing scripts under the **example** folder. -It's there for important to place any script or profile you wish to invoke in the examples folder prior to building and installing. +It's therefore important to place any script or profile you wish to invoke in the examples folder prior to building and installing. Pre-requisites -------------- @@ -56,4 +56,4 @@ This should now print all available drives on your system. .. note:: - This should work on any system, not just Arch Linux based ones. But note that other functions in the library relies heavily on Arch Linux based commands to execute the installation steps. Such as `arch-chroot`. + This should work on any system, not just Arch Linux based ones. But note that other functions in the library rely heavily on Arch Linux based commands to execute the installation steps. Such as `arch-chroot`. -- cgit v1.2.3-54-g00ecf