From cbdcf815909a9d9688134a4b12b671f38a1ea638 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Sat, 1 Sep 2018 15:06:38 -0400 Subject: Add section IDs --- doc/cross-compilation.xml | 6 +++--- doc/languages-frameworks/texlive.xml | 4 ++-- doc/reviewing-contributions.xml | 12 ++++++------ doc/submitting-changes.xml | 30 +++++++++++++++--------------- 4 files changed, 26 insertions(+), 26 deletions(-) (limited to 'doc') diff --git a/doc/cross-compilation.xml b/doc/cross-compilation.xml index a7b43aeec23f..135dd31f6b5b 100644 --- a/doc/cross-compilation.xml +++ b/doc/cross-compilation.xml @@ -30,7 +30,7 @@
Packaging in a cross-friendly manner -
+
Platform parameters @@ -219,7 +219,7 @@
-
+
Specifying Dependencies @@ -304,7 +304,7 @@
-
+
Cross packaging cookbook diff --git a/doc/languages-frameworks/texlive.xml b/doc/languages-frameworks/texlive.xml index af0b07166e3e..e42d0a811111 100644 --- a/doc/languages-frameworks/texlive.xml +++ b/doc/languages-frameworks/texlive.xml @@ -8,7 +8,7 @@ under attribute texlive. -
+
User's guide @@ -68,7 +68,7 @@ nix-repl> texlive.collection-<TAB>
-
+
Known problems diff --git a/doc/reviewing-contributions.xml b/doc/reviewing-contributions.xml index 6b854e085549..9e69d0ee0a26 100644 --- a/doc/reviewing-contributions.xml +++ b/doc/reviewing-contributions.xml @@ -56,7 +56,7 @@ meant as examples. Their usage is optional and the reviewer is free to adapt them to their liking. -
+
Package updates @@ -226,7 +226,7 @@ $ nix-shell -p nox --run "nox-review -k pr PRNUMBER"
-
+
New packages @@ -346,7 +346,7 @@ $ nix-shell -p nox --run "nox-review -k pr PRNUMBER"
-
+
Module updates @@ -464,7 +464,7 @@ $ nix-shell -p nox --run "nox-review -k pr PRNUMBER"
-
+
New modules @@ -564,7 +564,7 @@ $ nix-shell -p nox --run "nox-review -k pr PRNUMBER"
-
+
Other submissions @@ -585,7 +585,7 @@ $ nix-shell -p nox --run "nox-review -k pr PRNUMBER" pull requests fitting this category.
-
+
Merging pull-requests diff --git a/doc/submitting-changes.xml b/doc/submitting-changes.xml index 6c6f808f631e..4a6a2c634a58 100644 --- a/doc/submitting-changes.xml +++ b/doc/submitting-changes.xml @@ -2,7 +2,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="chap-submitting-changes"> Submitting changes -
+
Making patches @@ -205,7 +205,7 @@ Additional information.
-
+
Submitting changes @@ -253,7 +253,7 @@ Additional information.
-
+
Pull Request Template @@ -269,7 +269,7 @@ Additional information. below: -
+
Tested using sandboxing @@ -322,7 +322,7 @@ Additional information.
-
+
Built on platform(s) @@ -334,7 +334,7 @@ Additional information.
-
+
Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests) @@ -350,7 +350,7 @@ Additional information.
-
+
Tested compilation of all pkgs that depend on this change using <command>nox-review</command> @@ -373,7 +373,7 @@ Additional information.
-
+
Tested execution of all binary files (usually in <filename>./result/bin/</filename>) @@ -387,8 +387,8 @@ Additional information.
-
- Meets nixpkgs contribution standards +
+ Meets Nixpkgs contribution standards The last checkbox is fits @@ -402,7 +402,7 @@ Additional information.
-
+
Hotfixing pull requests @@ -430,7 +430,7 @@ Additional information.
-
+
Commit policy @@ -456,7 +456,7 @@ Additional information. -
+
Master branch @@ -468,7 +468,7 @@ Additional information.
-
+
Staging branch @@ -493,7 +493,7 @@ Additional information.
-
+
Stable release branches -- cgit 1.4.1 From 2eea92a1dc124e24744d57f53d9dbe10e85876e1 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Sat, 1 Sep 2018 15:20:57 -0400 Subject: nixpkgs docs: give linked things IDs --- doc/cross-compilation.xml | 6 +++--- doc/multiple-output.xml | 10 +++++----- doc/package-notes.xml | 4 ++-- doc/release-notes.xml | 16 ++++++++-------- doc/reviewing-contributions.xml | 8 ++++---- doc/stdenv.xml | 14 +++++++------- 6 files changed, 29 insertions(+), 29 deletions(-) (limited to 'doc') diff --git a/doc/cross-compilation.xml b/doc/cross-compilation.xml index 135dd31f6b5b..3b90596bcc2c 100644 --- a/doc/cross-compilation.xml +++ b/doc/cross-compilation.xml @@ -317,7 +317,7 @@ - + What if my package's build system needs to build a C program to be run @@ -331,7 +331,7 @@ - + My package fails to find ar. @@ -347,7 +347,7 @@ - + My package's testsuite needs to run host platform code. diff --git a/doc/multiple-output.xml b/doc/multiple-output.xml index 981b4b966cdf..e96e84bfe72f 100644 --- a/doc/multiple-output.xml +++ b/doc/multiple-output.xml @@ -6,7 +6,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="chap-multiple-output"> Multiple-output packages -
+
Introduction @@ -38,7 +38,7 @@
-
+
Installing a split package @@ -84,7 +84,7 @@
-
+
Using a split package @@ -102,7 +102,7 @@ also added. (See .)
-
+
Writing a split derivation @@ -283,7 +283,7 @@
-
+
Common caveats diff --git a/doc/package-notes.xml b/doc/package-notes.xml index 8c7c63c8c8d7..c2aef8937b06 100644 --- a/doc/package-notes.xml +++ b/doc/package-notes.xml @@ -181,7 +181,7 @@ $ cat $(PRINT_PATH=1 nix-prefetch-url $i | tail -n 1) \