diff options
author | Ludovic Courtès <ludo@gnu.org> | 2024-03-06 17:32:48 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-03-21 17:43:16 +0100 |
commit | d67e4f0f9b10c7ddac8fb0ca68cbf1d6ad0a6e5d (patch) | |
tree | fa18207847968241b3951e672b0f285dc96a6c1a /doc/guix.texi | |
parent | a2077e5beed8956406bd16c1dd42796e75ed48ae (diff) | |
download | guix-d67e4f0f9b10c7ddac8fb0ca68cbf1d6ad0a6e5d.tar guix-d67e4f0f9b10c7ddac8fb0ca68cbf1d6ad0a6e5d.tar.gz |
doc: Add “Source Tree Structure” section.
* doc/contributing.texi (Source Tree Structure): New node.
* doc/guix.texi (Programming Interface): Add cross-reference.
Change-Id: I141a1f4d806ae5f72c7a246e18c14dc63056a607
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index af85d5c2a0..b353d91bd5 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -7680,7 +7680,8 @@ assembly is to C programs. The term ``derivation'' comes from the fact that build results @emph{derive} from them. This chapter describes all these APIs in turn, starting from high-level -package definitions. +package definitions. @xref{Source Tree Structure}, for a more general +overview of the source code. @menu * Package Modules:: Packages from the programmer's viewpoint. |