diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-10-02T20·28+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-10-02T20·28+0000 |
commit | cfe35ca0e04fe486394d8505646cf7dff5d627be (patch) | |
tree | f9634259720c28ead0c3506cafb82f518f23cc9f | |
parent | 853252ac6699ec339f0692c913361b0df417ded6 (diff) |
* Manual.
-rw-r--r-- | doc/manual/manual.xml | 97 | ||||
-rw-r--r-- | doc/manual/style.css | 6 |
2 files changed, 59 insertions, 44 deletions
diff --git a/doc/manual/manual.xml b/doc/manual/manual.xml index 7c9f8b1d6fb1..db9e77c6b588 100644 --- a/doc/manual/manual.xml +++ b/doc/manual/manual.xml @@ -38,54 +38,63 @@ <xi:include href="opt-common.xml" /> <xi:include href="env-common.xml" /> <xi:include href="conf-file.xml" /> - <section xml:id="sec-nix-build"> - <title>nix-build</title> - <xi:include href="nix-build.xml" /> - </section> - <section xml:id="sec-nix-channel"> - <title>nix-channel</title> - <xi:include href="nix-channel.xml" /> - </section> - <section> - <title>nix-collect-garbage</title> - <xi:include href="nix-collect-garbage.xml" /> - </section> - <section xml:id="sec-nix-env"> - <title>nix-env</title> - <xi:include href="nix-env.xml" /> - </section> - <section xml:id="sec-nix-install-package"> - <title>nix-install-package</title> - <xi:include href="nix-install-package.xml" /> - </section> - <section xml:id="sec-nix-instantiate"> - <title>nix-instantiate</title> - <xi:include href="nix-instantiate.xml" /> - </section> - <section> - <title>nix-pack-closure</title> - <xi:include href="nix-pack-closure.xml" /> - </section> - <section> - <title>nix-prefetch-url</title> - <xi:include href="nix-prefetch-url.xml" /> - </section> - <section> - <title>nix-pull</title> - <xi:include href="nix-pull.xml" /> - </section> - <section xml:id="sec-nix-push"> - <title>nix-push</title> - <xi:include href="nix-push.xml" /> - </section> + <section> - <title>nix-store</title> - <xi:include href="nix-store.xml" /> + <title>Main commands</title> + <section xml:id="sec-nix-env"> + <title>nix-env</title> + <xi:include href="nix-env.xml" /> + </section> + <section xml:id="sec-nix-instantiate"> + <title>nix-instantiate</title> + <xi:include href="nix-instantiate.xml" /> + </section> + <section> + <title>nix-store</title> + <xi:include href="nix-store.xml" /> + </section> </section> + <section> - <title>nix-unpack-closure</title> - <xi:include href="nix-unpack-closure.xml" /> + <title>Utilities</title> + <section xml:id="sec-nix-build"> + <title>nix-build</title> + <xi:include href="nix-build.xml" /> + </section> + <section xml:id="sec-nix-channel"> + <title>nix-channel</title> + <xi:include href="nix-channel.xml" /> + </section> + <section> + <title>nix-collect-garbage</title> + <xi:include href="nix-collect-garbage.xml" /> + </section> + <section xml:id="sec-nix-install-package"> + <title>nix-install-package</title> + <xi:include href="nix-install-package.xml" /> + </section> + <section> + <title>nix-pack-closure</title> + <xi:include href="nix-pack-closure.xml" /> + </section> + <section> + <title>nix-prefetch-url</title> + <xi:include href="nix-prefetch-url.xml" /> + </section> + <section> + <title>nix-pull</title> + <xi:include href="nix-pull.xml" /> + </section> + <section xml:id="sec-nix-push"> + <title>nix-push</title> + <xi:include href="nix-push.xml" /> + </section> + <section> + <title>nix-unpack-closure</title> + <xi:include href="nix-unpack-closure.xml" /> + </section> </section> + </appendix> <xi:include href="troubleshooting.xml" /> diff --git a/doc/manual/style.css b/doc/manual/style.css index f2c0bfa041a1..103086de1f36 100644 --- a/doc/manual/style.css +++ b/doc/manual/style.css @@ -57,6 +57,12 @@ h3 /* subsections */ font-size: 125%; } +div.appendix h3 +{ + font-size: 150%; + margin-top: 1.5em; +} + /*************************************************************************** |