Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-03-28 | treewide: Fix all Nix ASTs in all markdown files | Janne Heß | 1 | -11/+18 | |
This allows for correct highlighting and maybe future automatic formatting. The AST was verified to work with nixfmt only. | |||||
2024-03-06 | Remove top level `with lib;` in docs (#293829) | Philip Taron | 1 | -1/+2 | |
2023-11-19 | lib.fileset: Move introduction section above the functions | Silvan Mosberger | 1 | -48/+0 | |
Previously the introductory section and the function listings were in different places. But now nixdoc supports having them together with https://github.com/nix-community/nixdoc/pull/70! | |||||
2023-11-08 | lib.fileset: Remove "somewhat limited" from the docs | Silvan Mosberger | 1 | -3/+0 | |
It's not very limited anymore :) | |||||
2023-09-21 | lib.fileset: Various updates relating to union/unions | Silvan Mosberger | 1 | -1/+1 | |
Also some minor formatting improvements | |||||
2023-09-01 | lib.fileset.toSource: init | Silvan Mosberger | 1 | -0/+51 | |
2023-07-01 | doc: render nixpkgs manual with nrd | pennae | 2 | -14/+5 | |
also updates nixdoc to 2.3.0. the nixdoc update is not a separate commit because that would leave the manual build broken for one commit, potentially breaking bisects and rebases. | |||||
2023-06-11 | doc: correct typos and spelling (#237098) | Andrew | 1 | -1/+1 | |
2022-12-27 | doc,nixos/doc: unescape apostrophes | Naïm Favier | 1 | -2/+2 | |
Leftovers from the CommonMark conversion. | |||||
2022-12-22 | doc/lib-functions: remove warnings | Naïm Favier | 1 | -21/+3 | |
Building the nixpkgs manual currently triggers a bunch of deprecation warnings, because every attribute in `lib` is evaluated to see if it's an attrset to generate locations for. Instead, share the lib subsets to include in the documentation between `lib-function-docs` and `lib-function-locations` so they can coordinate. Also generate the list of sections instead of duplicating it in `library.xml`. | |||||
2022-12-08 | doc: auto-generate asserts and attrset library docs | Ryan Mulligan | 4 | -1867/+4 | |
If all the docs are auto-generated, it should be easier to convert them to Commonmark. Co-Authored-By: Valentin Gagarin <valentin.gagarin@tweag.io> Co-Authored-By: Silvan Mosberger <contact@infinisil.com> | |||||
2022-10-26 | lib: Automatically generate lib.filesytem docs | Silvan Mosberger | 1 | -0/+2 | |
2022-03-13 | nixos/nixpkgs/doc: fix typo in the signature of attrsets.zipAttrs | Théophile Wallez | 1 | -1/+1 | |
2021-11-14 | doc: Fix xref in functions description | Jan Tojnar | 1 | -2/+2 | |
This was accidentally broken by 3c78ad2561a831dcbe6e193465f787019638d56b. | |||||
2021-08-07 | Merge pull request #105494 from alunduil/missing-operator-mapAttr-doc | Doron Behar | 1 | -1/+1 | |
2021-06-28 | Merge pull request #124875 from hercules-ci/lib-sources | Robert Hensing | 1 | -0/+2 | |
lib.sources: docs, tests, refactoring | |||||
2021-06-22 | doc/functions/generators: fix code block | rnhmjoj | 1 | -1/+1 | |
Small fixup of 606bf6d. | |||||
2021-06-11 | doc/functions/generators: convert to CommonMark | Ryan Mulligan | 2 | -74/+56 | |
2021-06-07 | doc/functions/prefer-remote-fetch: convert to CommonMark | Ryan Mulligan | 2 | -21/+17 | |
2021-06-07 | Merge pull request #125957 from ryantm/md-debug | Ryan Mulligan | 2 | -14/+5 | |
doc/functions/debug: convert to CommonMark | |||||
2021-06-07 | doc/functions/debug: convert to CommonMark | Ryan Mulligan | 2 | -14/+5 | |
2021-06-07 | Merge pull request #125838 from jtojnar/strict-commonmark | Ryan Mulligan | 1 | -2/+2 | |
doc: Parse as CommonMark | |||||
2021-06-07 | doc: Use markdown syntax for xrefs | Jan Tojnar | 1 | -2/+2 | |
Syntax is taken from MyST: https://myst-parser.readthedocs.io/en/latest/using/syntax.html#targets-and-cross-referencing | |||||
2021-06-05 | doc: nix-gitignore to CommonMark | Antoine Martin | 2 | -70/+49 | |
Closes #125670 | |||||
2021-05-29 | lib.sources: Generate docs | Robert Hensing | 1 | -0/+2 | |
2021-05-08 | nixpkgs-manual: lib.attrsets.mapAttrsToList returns a list (#122179) | Erlend Pedersen | 1 | -1/+1 | |
2021-03-14 | Fix type description for attrByPath | Florian Engel | 1 | -1/+1 | |
The output type was missing | |||||
2021-03-04 | doc: Format | Robert Hensing | 1 | -4/+2 | |
2021-02-07 | Merge pull request #105492 from alunduil/assertOneOf-typo | Doron Behar | 1 | -1/+1 | |
2021-01-28 | lib/attrsets: add cartesianProductOfSets function | Jacek Galowicz | 1 | -0/+39 | |
2020-11-30 | nixos/nixpkgs/doc: add missing operator to attrsets.mapAttrs example. | Alex Brandt | 1 | -1/+1 | |
It looks like this operator was missing (just a dropped +) unless I'm missing something unexpected about the Nix syntax I've forgotten. | |||||
2020-11-30 | nixos/nixpkgs/docs: fix typo in assertOneOf example | Alex Brandt | 1 | -1/+1 | |
This example was confusing at first because the element the message indicated wasn't in the list of possible values was but the possible values didn't match up either. This ensures the example is consistent with the logic being presented. | |||||
2020-03-01 | Merge pull request #68491 from roberth/fix-dontRecurseIntoAttrs | Robert Hensing | 1 | -0/+44 | |
Fix dontRecurseIntoAttrs + add to lib + doc | |||||
2020-01-12 | fix catAttrs documentation signature | ivann | 1 | -1/+1 | |
2019-10-21 | doc: move fhs and mkShell under builders/special | Frederik Rietdijk | 2 | -146/+0 | |
In my opinion Functions should only contain pure functions. These are both meant to provide derivations so I put them under Builders. Don't know exactly *where* to put them so "special" it is... | |||||
2019-10-21 | doc: move overrides into separate chapter | Frederik Rietdijk | 1 | -151/+0 | |
2019-10-21 | doc: move image builders into new images chapter | Frederik Rietdijk | 6 | -747/+0 | |
2019-10-20 | doc: move fetchers and trivial builders under builders | Frederik Rietdijk | 2 | -227/+0 | |
2019-09-18 | doc: re-format | Jan Tojnar | 16 | -617/+186 | |
2019-09-17 | doc/stdenv: document meson variables | worldofpeace | 2 | -26/+20 | |
2019-09-11 | Document attrsets.recurseIntoAttrs | Robert Hensing | 1 | -0/+44 | |
2019-09-09 | ociTools: fixing outdated documentation | Katharina Fey | 1 | -3/+3 | |
2019-09-04 | ociTools: init | Katharina Fey | 1 | -0/+76 | |
2019-08-15 | doc/functions/dockertools.xml: clarify that "Commands" means shell commands | Graham Christensen | 1 | -1/+1 | |
Co-Authored-By: Jon <jonringer@users.noreply.github.com> | |||||
2019-08-12 | dockertools.buildLayeredImage: default layer count up to 100 | Graham Christensen | 1 | -1/+4 | |
2019-08-12 | dockerTools: document extraCommands | Graham Christensen | 1 | -0/+13 | |
2019-07-10 | doc: fix after snaptools merge | Graham Christensen | 3 | -2/+42 | |
2019-06-18 | snapTools.makeSnap: init | Graham Christensen | 1 | -0/+74 | |
2019-06-17 | doc: Use prompt more often | Jan Tojnar | 1 | -9/+9 | |
2019-06-17 | doc: fix spurious whitespace | Jan Tojnar | 4 | -24/+24 | |