summary refs log tree commit diff
path: root/doc/doc-support/lib-function-docs.nix
AgeCommit message (Collapse)AuthorFilesLines
2023-07-08doc: Render lib.fixedPointsRobert Hensing1-7/+10
2023-07-01doc: render nixpkgs manual with nrdpennae1-10/+7
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-07-01doc-support: don't expose locationsXmlpennae1-2/+7
nothing except function docs uses this, so we need not expose it. we'll be reworking this entire section of the build anyway, with the target of breaking up doc-support as it is now.
2022-12-23lib: Allow doc rendering for lib/<name>/default.nixSilvan Mosberger1-1/+5
2022-12-22doc/lib-functions: print libset name before descriptionNaïm Favier1-1/+2
2022-12-22doc/lib-functions: preserve libsets orderNaïm Favier1-2/+2
2022-12-22doc/lib-functions: remove warningsNaïm Favier1-17/+18
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-17doc: fix typosfigsoda1-1/+1
2022-12-08doc: auto-generate asserts and attrset library docsRyan Mulligan1-0/+2
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-26lib: Automatically generate lib.filesytem docsSilvan Mosberger1-0/+1
2021-05-29lib.sources: Generate docsRobert Hensing1-0/+1
2019-07-04docs: use a single nix-build for all the generate function docsGraham Christensen1-0/+26