<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/Documentation/doc-guide, branch v5.5</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v5.5</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v5.5'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2019-11-07T20:17:25Z</updated>
<entry>
<title>kernel-doc: rename the kernel-doc directive 'functions' to 'identifiers'</title>
<updated>2019-11-07T20:17:25Z</updated>
<author>
<name>Changbin Du</name>
<email>changbin.du@gmail.com</email>
</author>
<published>2019-10-31T13:52:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=36bc683dde0af61c6e677e5832ad4380771380d3'/>
<id>urn:sha1:36bc683dde0af61c6e677e5832ad4380771380d3</id>
<content type='text'>
The 'functions' directive is not only for functions, but also works for
structs/unions. So the name is misleading. This patch renames it to
'identifiers', which specific the functions/types to be included in
documentation. We keep the old name as an alias of the new one before
all documentation are updated.

Signed-off-by: Changbin Du &lt;changbin.du@gmail.com&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
<entry>
<title>docs: remove extra conf.py files</title>
<updated>2019-07-17T09:57:52Z</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab+samsung@kernel.org</email>
</author>
<published>2019-07-14T14:44:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=9fc3a18a942f74d245429211577a733930d365fa'/>
<id>urn:sha1:9fc3a18a942f74d245429211577a733930d365fa</id>
<content type='text'>
Now that the latex_documents are handled automatically, we can
remove those extra conf.py files.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;
</content>
</entry>
<entry>
<title>Doc : doc-guide : Fix a typo</title>
<updated>2019-06-28T15:04:14Z</updated>
<author>
<name>Sheriff Esseson</name>
<email>sheriffesseson@gmail.com</email>
</author>
<published>2019-06-28T06:20:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=9159ba14285c5432063a0ad83e50afb95674d9b1'/>
<id>urn:sha1:9159ba14285c5432063a0ad83e50afb95674d9b1</id>
<content type='text'>
fix the disjunction by replacing "of" with "or".

Signed-off-by: Sheriff Esseson &lt;sheriffesseson@gmail.com&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
<entry>
<title>docs: Note that :c:func: should no longer be used</title>
<updated>2019-06-26T17:20:21Z</updated>
<author>
<name>Jonathan Corbet</name>
<email>corbet@lwn.net</email>
</author>
<published>2019-06-26T17:20:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=d9d7c0c497b8e2ffd9fe26cc96a49ed2d69d8b75'/>
<id>urn:sha1:d9d7c0c497b8e2ffd9fe26cc96a49ed2d69d8b75</id>
<content type='text'>
Now that we can mark up function() automatically, there is no reason to use
:c:func: and every reason to avoid it.  Adjust the documentation to reflect
that fact.

Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
<entry>
<title>sphinx.rst: Add note about code snippets embedded in the text</title>
<updated>2019-06-14T20:43:02Z</updated>
<author>
<name>André Almeida</name>
<email>andrealmeid@collabora.com</email>
</author>
<published>2019-06-11T20:03:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=83e8b971f81cebe4f9a84cc76d328ac955b62a7a'/>
<id>urn:sha1:83e8b971f81cebe4f9a84cc76d328ac955b62a7a</id>
<content type='text'>
There's a paragraph that explains how to create fixed width text block,
but it doesn't explains how to create fixed width text inline, although
this feature is really used through the documentation. Fix that adding a
quick note about it.

Signed-off-by: André Almeida &lt;andrealmeid@collabora.com&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
<entry>
<title>docs: requirements.txt: recommend Sphinx 1.7.9</title>
<updated>2019-05-30T16:42:05Z</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab+samsung@kernel.org</email>
</author>
<published>2019-05-29T23:09:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=a700767a7682d9bd237e927253274859aee075e7'/>
<id>urn:sha1:a700767a7682d9bd237e927253274859aee075e7</id>
<content type='text'>
As discussed at the linux-doc ML, while we'll still support
version 1.3, it is time to recommend a more modern version.

So, let's switch the minimal requirements to Sphinx 1.7.9,
as it has the "-jauto" flag, with makes a lot faster when
building documentation.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
<entry>
<title>docs: doc-guide: remove the extension from .rst files</title>
<updated>2019-04-19T18:46:27Z</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab+samsung@kernel.org</email>
</author>
<published>2019-04-19T10:30:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=d8e8bcc3d8de530da43de16bf9cd89aa553ae290'/>
<id>urn:sha1:d8e8bcc3d8de530da43de16bf9cd89aa553ae290</id>
<content type='text'>
On almost all places, we're including ReST files without the
extension.

Let's remove the extension here as well, in order to use just
one standard.

Suggested-by: Jani Nikula &lt;jani.nikula@linux.intel.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
<entry>
<title>docs: kernel-doc: typo "if ... if" -&gt; "if ... is"</title>
<updated>2019-02-17T22:38:47Z</updated>
<author>
<name>Frank Rowand</name>
<email>frank.rowand@sony.com</email>
</author>
<published>2019-02-11T22:38:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=32c8966e904bd12d002a113da442839503ff84be'/>
<id>urn:sha1:32c8966e904bd12d002a113da442839503ff84be</id>
<content type='text'>
"If no *function* if specified" should instead be
"If no *function* is specified".

Reported-by: Matthew Wilcox &lt;willy@infradead.org&gt;
Signed-off-by: Frank Rowand &lt;frank.rowand@sony.com&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
<entry>
<title>docs: kernel-doc: typo "documentaion"</title>
<updated>2019-02-01T22:59:46Z</updated>
<author>
<name>Frank Rowand</name>
<email>frank.rowand@sony.com</email>
</author>
<published>2019-02-01T22:04:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=b5b2187db0cbc991466121fbf25d9e15796ea145'/>
<id>urn:sha1:b5b2187db0cbc991466121fbf25d9e15796ea145</id>
<content type='text'>
Fix a typo in kernel-doc.rst

Signed-off-by: Frank Rowand &lt;frank.rowand@sony.com&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
<entry>
<title>docs: kernel-doc: update commands to generate man page</title>
<updated>2019-02-01T22:59:02Z</updated>
<author>
<name>Frank Rowand</name>
<email>frank.rowand@sony.com</email>
</author>
<published>2019-02-01T21:54:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=7d1179f0dbcd88dea67bdf3d69c93ab39750bbbb'/>
<id>urn:sha1:7d1179f0dbcd88dea67bdf3d69c93ab39750bbbb</id>
<content type='text'>
(1) The command to generate man pages is truncated in the pdf version
of the document.  Reformat the command into multiple lines to prevent
the truncation.

(2) Older versions of git do not support all variants of pathspec
syntax.  Provide commands to generate man pages for various
alternate syntax.

Signed-off-by: Frank Rowand &lt;frank.rowand@sony.com&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
</feed>
