summary refs log tree commit diff
path: root/doc/Makefile
Commit message (Collapse)AuthorAge
* Generate links to function definitionsGraham Christensen2018-10-05
| | | | | | | | | | Hydra passes the full revision in to the input, which we pass through. If we don't get this ,we try to get it from other sources, or default to master which should have the definition in a close-ish location. All published docs should have theURL resolve properly, only local hackers will have the link break.
* nixpkgs: Start documenting library functions in XMLGraham Christensen2018-10-05
| | | | | | Covers assert functions and about half of the attrsets functions. Some internal consistency around IDs could be improved.
* nixpkgs docs: Rebuild manual-full if nested XML docs changeGraham Christensen2018-10-02
|
* doc: Adds xml fixing script. (see previous and next commits)Samuel Dionne-Riel2018-05-31
| | | | | | | | | | | | | | | | | | | | | | | This script is used to automatically fix issues within xml documentation files. The script is *for now* intended to be used ad-hoc, and the commits to be examined. A future discussion will define whether: * This commit and scripts are kept. * The script is extended for common use. The biggest issue right now with the script is that it *could* in theory destroy a valid space-less varlistentry. The script could, in practical use, be changed and extended to normalize some parts of the XML files, mainly: * A common quoting style for attributes * Fix-up some weird formatting automatically that xmlformat doesn't catch
* nixpkgs doc: add format Make targetGraham Christensen2018-04-30
|
* treewide: rename version attributesMaximilian Bosch2018-04-28
| | | | | | | | | | | | | | | As suggested in https://github.com/NixOS/nixpkgs/pull/39416#discussion_r183845745 the versioning attributes in `lib` should be consistent to `nixos/version` which implicates the following changes: * `lib.trivial.version` -> `lib.trivial.release` * `lib.trivial.suffix` -> `lib.trivial.versionSuffix` * `lib.nixpkgsVersion` -> `lib.version` As `lib.nixpkgsVersion` is referenced several times in `NixOS/nixpkgs`, `NixOS/nix` and probably several user's setups. As the rename will cause a notable impact it's better to keep `lib.nixpkgsVersion` as alias with a warning yielded by `builtins.trace`.
* nixos docs: syntax highlightGraham Christensen2018-04-05
| | | | | | | | | - Rectifies diverging CSS by combining nixos/nixpkgs docs CSS - Moves our custom Highlight.js loader in to the hljs package - Switches the nixos docs to use SVG callouts too
* nixpkgs docs: syntax highlightGraham Christensen2018-03-26
|
* Move the overridden CSS to overrides.css which can be applied on nixos.orgGraham Christensen2018-03-26
|
* nixpkgs docs: Use SVGs for calloutsGraham Christensen2018-03-26
|
* Add 'make debug' to call xmloscopyGraham Christensen2018-03-25
|
* Move validate to top-level so it doesn't rebuild the outputs every timeGraham Christensen2018-03-25
|
* Validate when building outputsGraham Christensen2018-03-25
|
* docs: Build with a makefileGraham Christensen2018-03-25
|
* Nixpkgs manual: Add a Nix expression to buildEelco Dolstra2014-08-24
|
* Manual: html -> xhtmlEelco Dolstra2014-07-03
|
* * Build a PDF of the manual.Eelco Dolstra2009-07-10
| | | | svn path=/nixpkgs/trunk/; revision=16316
* * Manual outline.Eelco Dolstra2008-06-12
| | | | svn path=/nixpkgs/trunk/; revision=12057
* * Release notes.Eelco Dolstra2007-09-11
| | | | | | | * Linux 2.6.22.6. * w3m 0.5.2. svn path=/nixpkgs/trunk/; revision=9305
* * Start of Nixpkgs 0.10 release notes.Eelco Dolstra2006-10-06
| | | | svn path=/nixpkgs/trunk/; revision=6676
* * NEWS in DocBook.Eelco Dolstra2006-01-30
svn path=/nixpkgs/trunk/; revision=4627