about summary refs log tree commit diff
path: root/doc/using/overlays.chapter.md
AgeCommit message (Collapse)AuthorFilesLines
2023-11-11treewide: fix redirected and broken URLsAnthony Roussel1-1/+1
Using the script in maintainers/scripts/update-redirected-urls.sh
2023-11-09doc: avoid 'simply' (#266434)Arnout Engelen1-1/+1
While the word 'simply' is usually added to encourage readers, it often has the opposite effect and may even appear condescending, especially when the reader runs into trouble trying to apply the suggestions from the documentation. It is almost always an improvement to simply drop the word from the sentence. (there are more possible improvements like this, we can apply those in separate PRs)
2023-09-14doc: link, instead of just mentioning, Nix manual (#255126)asymmetric1-1/+1
Instead of just telling the reader to go find the relevant section of the Nix manual, let's just link to it. Yay hypertext!
2022-02-11nixpkgs/doc: update overlay/lapack sectionMarkus Kowalewski1-2/+18
2021-11-04treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH, round 2Anders Kaseorg1-1/+1
Naive concatenation of $LD_LIBRARY_PATH can result in an empty colon-delimited segment; this tells glibc to load libraries from the current directory, which is definitely wrong, and may be a security vulnerability if the current directory is untrusted. (See #67234, for example.) Fix this throughout the tree. Followup to #76804. Fixes #144646. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-09-16nixpkgs/manual: add mvapich to overlays/mpi sectionMarkus Kowalewski1-0/+2
2021-06-07doc: Use markdown syntax for xrefsJan Tojnar1-1/+1
Syntax is taken from MyST: https://myst-parser.readthedocs.io/en/latest/using/syntax.html#targets-and-cross-referencing
2021-06-07doc: prepare for commonmarkJan Tojnar1-1/+1
We are still using Pandoc’s Markdown parser, which differs from CommonMark spec slightly. Notably: - Line breaks in lists behave differently. - Admonitions do not support the simpler syntax https://github.com/jgm/commonmark-hs/issues/75 - The auto_identifiers uses a different algorithm – I made the previous ones explicit. - Languages (classes) of code blocks cannot contain whitespace so we have to use “pycon” alias instead of Python “console” as GitHub’s linguist While at it, I also fixed the following issues: - ShellSesssion was used - Removed some pointless docbook tags.
2021-04-25docs/using: shellSession -> ShellSessionfricklerhandwerk1-1/+1
Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
2021-04-23doc/using: convert to markdownfricklerhandwerk1-0/+149