doc: Fix cross-references.
* doc/guix.texi (Setting Up the Daemon): Use @xref to start sentence. (Build Systems): Capitalize "python" and start parenthesized reference with @pxref. Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de> Change-Id: I3504d8668d137029f5f76f025108b7023d9b4182master
parent
e4b758e705
commit
86fb0e039b
|
@ -849,8 +849,8 @@ goes through the daemon. For instance, command-line tools such as
|
||||||
daemon (@i{via} remote procedure calls) to instruct it what to do.
|
daemon (@i{via} remote procedure calls) to instruct it what to do.
|
||||||
|
|
||||||
The following sections explain how to prepare the build daemon's
|
The following sections explain how to prepare the build daemon's
|
||||||
environment. See @ref{Substitutes} for how to allow the daemon to
|
environment. @xref{Substitutes} for how to allow the daemon to download
|
||||||
download pre-built binaries.
|
pre-built binaries.
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
* Build Environment Setup:: Preparing the isolated build environment.
|
* Build Environment Setup:: Preparing the isolated build environment.
|
||||||
|
@ -9087,7 +9087,7 @@ package name should be prefixed with the lisp implementation, such as
|
||||||
@code{sbcl-} for @code{asdf-build-system/sbcl}.
|
@code{sbcl-} for @code{asdf-build-system/sbcl}.
|
||||||
|
|
||||||
Additionally, the corresponding source package should be labeled using
|
Additionally, the corresponding source package should be labeled using
|
||||||
the same convention as python packages (see @ref{Python Modules}), using
|
the same convention as Python packages (@pxref{Python Modules}), using
|
||||||
the @code{cl-} prefix.
|
the @code{cl-} prefix.
|
||||||
|
|
||||||
In order to create executable programs and images, the build-side
|
In order to create executable programs and images, the build-side
|
||||||
|
|
Reference in New Issue