<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs.git/doc/Makefile, branch staging-python</title>
<subtitle>Nix Packages collection</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/'/>
<entry>
<title>doc: Add helper for converting DocBook files to Markdown</title>
<updated>2021-07-13T00:21:22+00:00</updated>
<author>
<name>Jan Tojnar</name>
<email>jtojnar@gmail.com</email>
</author>
<published>2021-07-12T20:32:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=da95ab11b41eec733dca5212ce16d16a15dc55d4'/>
<id>da95ab11b41eec733dca5212ce16d16a15dc55d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Linkify man page references</title>
<updated>2021-07-13T00:21:22+00:00</updated>
<author>
<name>Jan Tojnar</name>
<email>jtojnar@gmail.com</email>
</author>
<published>2021-07-12T16:40:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=04b59b0328daaa2e11f5e387ad3ec475cf2d2028'/>
<id>04b59b0328daaa2e11f5e387ad3ec475cf2d2028</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Add support for MyST roles</title>
<updated>2021-07-13T00:10:57+00:00</updated>
<author>
<name>Jan Tojnar</name>
<email>jtojnar@gmail.com</email>
</author>
<published>2021-07-12T13:54:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=c9139dfa1a001e32baa6fea9c9373d80c83e39e9'/>
<id>c9139dfa1a001e32baa6fea9c9373d80c83e39e9</id>
<content type='text'>
Officially, only the manpage role is supported at the moment.

Unlike in rST, the syntax uses braces instead of colons:

    {manpage}`nix.conf(5)`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Officially, only the manpage role is supported at the moment.

Unlike in rST, the syntax uses braces instead of colons:

    {manpage}`nix.conf(5)`
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Move lua filters to subdirectory</title>
<updated>2021-07-12T20:57:28+00:00</updated>
<author>
<name>Jan Tojnar</name>
<email>jtojnar@gmail.com</email>
</author>
<published>2021-07-12T02:38:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=a49d36b979104205d016bb67d5ad6391df43e9ed'/>
<id>a49d36b979104205d016bb67d5ad6391df43e9ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>nixos/doc: Synchronize the Markdown generator with Nixpkgs</title>
<updated>2021-06-17T22:07:00+00:00</updated>
<author>
<name>Jan Tojnar</name>
<email>jtojnar@gmail.com</email>
</author>
<published>2021-06-17T22:07:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=f07dcbef6462c3858c74aabb565892f4608ca06c'/>
<id>f07dcbef6462c3858c74aabb565892f4608ca06c</id>
<content type='text'>
Switch to CommonMark with our extensions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Switch to CommonMark with our extensions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #125671 from SFrijters/doc-improve-make-clean</title>
<updated>2021-06-12T23:51:03+00:00</updated>
<author>
<name>Ryan Mulligan</name>
<email>ryan@ryantm.com</email>
</author>
<published>2021-06-12T23:51:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=740d9fe0906ce91550f031ba4e4680031ec0583e'/>
<id>740d9fe0906ce91550f031ba4e4680031ec0583e</id>
<content type='text'>
doc: Clean up generated media directory</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
doc: Clean up generated media directory</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Use markdown syntax for xrefs</title>
<updated>2021-06-07T04:34:59+00:00</updated>
<author>
<name>Jan Tojnar</name>
<email>jtojnar@gmail.com</email>
</author>
<published>2021-06-06T11:17:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=3c78ad2561a831dcbe6e193465f787019638d56b'/>
<id>3c78ad2561a831dcbe6e193465f787019638d56b</id>
<content type='text'>
Syntax is taken from MyST:

https://myst-parser.readthedocs.io/en/latest/using/syntax.html#targets-and-cross-referencing
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Syntax is taken from MyST:

https://myst-parser.readthedocs.io/en/latest/using/syntax.html#targets-and-cross-referencing
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Build as CommonMark</title>
<updated>2021-06-07T04:34:59+00:00</updated>
<author>
<name>Jan Tojnar</name>
<email>jtojnar@gmail.com</email>
</author>
<published>2021-06-05T19:36:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=adecb00f5a07ce3f5cc97e7ccf5d814f70f6704f'/>
<id>adecb00f5a07ce3f5cc97e7ccf5d814f70f6704f</id>
<content type='text'>
We were using Pandoc’s Markdown parser. This is non-standard and might cause issues when we finally switch to some other tool.

Since RFC 0072 agreed on CommonMark, let’s switch to that.

We will use some extensions to make the limited syntax bearable but these are official so they should be more portable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We were using Pandoc’s Markdown parser. This is non-standard and might cause issues when we finally switch to some other tool.

Since RFC 0072 agreed on CommonMark, let’s switch to that.

We will use some extensions to make the limited syntax bearable but these are official so they should be more portable.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Clean up generated media directory</title>
<updated>2021-06-04T13:03:46+00:00</updated>
<author>
<name>Stefan Frijters</name>
<email>sfrijters@gmail.com</email>
</author>
<published>2021-06-04T13:03:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=c9ecf037ecd2e5ab84294d955a344ccf981e17b0'/>
<id>c9ecf037ecd2e5ab84294d955a344ccf981e17b0</id>
<content type='text'>
pandoc uses ./media to extract media files - add it to the list
of directories that need to be removed by `make clean`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pandoc uses ./media to extract media files - add it to the list
of directories that need to be removed by `make clean`.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc/README.md: init</title>
<updated>2021-03-04T17:10:39+00:00</updated>
<author>
<name>Robert Hensing</name>
<email>robert@roberthensing.nl</email>
</author>
<published>2021-03-04T16:52:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=0a4a486096bc2a6efb1bc0d11543f208eda23dc3'/>
<id>0a4a486096bc2a6efb1bc0d11543f208eda23dc3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
