nixpkgs/nixos/modules/misc
pennae 2e751c0772 treewide: automatically md-convert option descriptions
the conversion procedure is simple:

 - find all things that look like options, ie calls to either `mkOption`
   or `lib.mkOption` that take an attrset. remember the attrset as the
   option
 - for all options, find a `description` attribute who's value is not a
   call to `mdDoc` or `lib.mdDoc`
 - textually convert the entire value of the attribute to MD with a few
   simple regexes (the set from mdize-module.sh)
 - if the change produced a change in the manual output, discard
 - if the change kept the manual unchanged, add some text to the
   description to make sure we've actually found an option. if the
   manual changes this time, keep the converted description

this procedure converts 80% of nixos options to markdown. around 2000
options remain to be inspected, but most of those fail the "does not
change the manual output check": currently the MD conversion process
does not faithfully convert docbook tags like <code> and <package>, so
any option using such tags will not be converted at all.
2022-07-30 15:16:34 +02:00
..
nixpkgs nixos: Add simplified nixpkgs.{hostSystem,buildSystem} 2022-06-21 14:22:36 +02:00
assertions.nix Revert "Module-builtin assertions, disabling assertions and submodule assertions" 2020-12-18 16:44:37 +01:00
crashdump.nix treewide: automatically md-convert option descriptions 2022-07-30 15:16:34 +02:00
documentation.nix treewide: attempt at markdown option docs 2022-06-12 12:44:38 +02:00
extra-arguments.nix Move systemd-lib.nix and systemd-unit-options.nix into utils 2021-11-20 17:52:29 -05:00
ids.nix Merge pull request #172058 from midchildan/improvement/1pw-gid 2022-07-17 01:21:42 +02:00
label.nix nixos/label: add validation for system.nixos.label (#181479) 2022-07-15 11:45:25 +02:00
lib.nix treewide: automatically md-convert option descriptions 2022-07-30 15:16:34 +02:00
locate.nix treewide: automatically md-convert option descriptions 2022-07-30 15:16:34 +02:00
man-db.nix nixos/misc: invariant option docs MD conversions 2022-07-24 13:01:18 +02:00
mandoc.nix nixos/misc: invariant option docs MD conversions 2022-07-24 13:01:18 +02:00
meta.nix nixos/documentation: split options doc build 2022-01-02 19:46:13 +01:00
nixops-autoluks.nix treewide: remove unused variables (#63177) 2019-06-16 19:59:05 +00:00
nixpkgs.nix nixos/nixpkgs.nix: Ignore the default system in check 2022-06-25 10:40:41 +02:00
passthru.nix
version.nix nixos/misc: invariant option docs MD conversions 2022-07-24 13:01:18 +02:00
wordlist.nix nixos/modules/misc/wordlist: init 2022-02-09 14:52:12 -05:00