summary refs log tree commit diff
path: root/doc/manual.xml
blob: 7015e18d1e97b872c094283434204798e7579d55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<book xmlns="http://docbook.org/ns/docbook"
      xmlns:xi="http://www.w3.org/2001/XInclude">
 <info>
  <title>Nixpkgs Users and Contributors Guide</title>
  <subtitle>Version <xi:include href=".version" parse="text" />
  </subtitle>
 </info>
 <xi:include href="introduction.chapter.xml" />
 <part>
  <title>Using Nixpkgs</title>
  <xi:include href="configuration.xml" />
  <xi:include href="overlays.xml" />
  <xi:include href="functions.xml" />
 </part>
 <part>
  <title>Standard environment</title>
  <xi:include href="stdenv.xml" />
  <xi:include href="meta.xml" />
  <xi:include href="multiple-output.xml" />
  <xi:include href="cross-compilation.xml" />
  <xi:include href="platform-notes.xml" />
 </part>
 <part>
  <title>Languages, frameworks and packages</title>
  <xi:include href="languages-frameworks/index.xml" />
  <xi:include href="package-specific-user-notes.xml" />
  <xi:include href="package-notes.xml" />
 </part>
 <part>
  <title>Contributing to Nixpkgs</title>
  <xi:include href="quick-start.xml" />
  <xi:include href="coding-conventions.xml" />
  <xi:include href="submitting-changes.xml" />
  <xi:include href="reviewing-contributions.xml" />
  <xi:include href="contributing-to-documentation.xml" />
 </part>
</book>