Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/docs/examples/python.rst
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-04-02 08:57:45 +0000
committerGitHub <noreply@github.com>2021-04-02 08:57:45 +0000
commit2fd570167d474f17c3fbb60a938e44d37602df89 (patch)
tree4d3fad5bf937176727993a09be927f27e41009cb /docs/examples/python.rst
parent2c90f02b6b26cc489e90f7536fe8931a4b2b9195 (diff)
parentcd3553ad89b5dfedd49f985fc5aa397fcd96c81d (diff)
Merge pull request #138 from kusakata/fix-doc-issues
Fix doc issues
Diffstat (limited to 'docs/examples/python.rst')
-rw-r--r--docs/examples/python.rst4
1 files changed, 2 insertions, 2 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.