Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShohei Kusakata <shohei@kusakata.com>2021-04-02 10:50:07 +0900
committerShohei Kusakata <shohei@kusakata.com>2021-04-02 10:50:07 +0900
commitcd3553ad89b5dfedd49f985fc5aa397fcd96c81d (patch)
tree4d3fad5bf937176727993a09be927f27e41009cb
parent94042517a434964741e95736a361e94ff70359ee (diff)
Fixing short title underline warning
-rw-r--r--docs/examples/python.rst4
-rw-r--r--docs/installing/python.rst2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/examples/python.rst b/docs/examples/python.rst
index 04f2f43a..f6388738 100644
--- a/docs/examples/python.rst
+++ b/docs/examples/python.rst
@@ -9,9 +9,9 @@ The way the library is invoked in module mode is limited to executing scripts un
It's there for important to place any script or profile you wish to invoke in the examples folder prior to building and installing.
Pre-requisites
--------------
+--------------
-We'll assume you've followed the `installing.python.manual`_ method.
+We'll assume you've followed the :ref:`installing.python.manual` method.
Before actually installing the library, you will need to place your custom installer-scripts under `./archinstall/examples/` as a python file.
More on how you create these in the next section.
diff --git a/docs/installing/python.rst b/docs/installing/python.rst
index b5cf4776..94cfb243 100644
--- a/docs/installing/python.rst
+++ b/docs/installing/python.rst
@@ -10,7 +10,7 @@ But the library can be installed manually as well.
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.
Using pacman
-----------
+------------
Archinstall is on the `official repositories <https://wiki.archlinux.org/index.php/Official_repositories>`_.