<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/Documentation/doc-guide, branch v5.2</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.2</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v5.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2019-04-19T18:46:27Z</updated>
<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>
<entry>
<title>docs-rst: doc-guide: Minor grammar fixes</title>
<updated>2019-01-15T00:36:53Z</updated>
<author>
<name>Joel Nider</name>
<email>joeln@il.ibm.com</email>
</author>
<published>2019-01-14T07:14:59Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=4d01460ec9a454a9b536fd4e050f61389c381d9e'/>
<id>urn:sha1:4d01460ec9a454a9b536fd4e050f61389c381d9e</id>
<content type='text'>
While using this guide to learn the new documentation method, I saw
a few phrases that I felt could be improved. These small changes
improve the grammar and choice of words to further enhance the
installation instructions.

Signed-off-by: Joel Nider &lt;joeln@il.ibm.com&gt;
Acked-by: Mike Rapoport &lt;rppt@linux.ibm.com&gt;
Acked-by: Matthew Wilcox &lt;willy@infradead.org&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
<entry>
<title>doc:process: add links where missing</title>
<updated>2018-12-06T17:21:19Z</updated>
<author>
<name>Federico Vaga</name>
<email>federico.vaga@vaga.pv.it</email>
</author>
<published>2018-11-21T00:35:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=f77af637f29da49193283e883a9b18406fb45d3d'/>
<id>urn:sha1:f77af637f29da49193283e883a9b18406fb45d3d</id>
<content type='text'>
Some documents are refering to others without links. With this
patch I add those missing links.

This patch affects only documents under process/ and labels where
necessary.

Signed-off-by: Federico Vaga &lt;federico.vaga@vaga.pv.it&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
<entry>
<title>doc-guide:kernel-doc.rst: Reference to foobar</title>
<updated>2018-11-07T22:31:51Z</updated>
<author>
<name>Joris Gutjahr</name>
<email>joris.gutjahr@gmail.com</email>
</author>
<published>2018-10-28T19:28:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=1bb37a35671cb3fea74c213220dbd3815344f673'/>
<id>urn:sha1:1bb37a35671cb3fea74c213220dbd3815344f673</id>
<content type='text'>
In the Function documentation Section of kernel-doc.rst
there is a function_name() function as an example for
how to make a comment about a function.

But at the end of that example there is a reference to foobar
instead of function_name.

I think that should rather be function_name, because that
was the placeholder the whole example was using.

Signed-off-by: Joris Gutjahr &lt;joris.gutjahr@gmail.com&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
<entry>
<title>Documentation/sphinx: allow "functions" with no parameters</title>
<updated>2018-06-30T13:52:42Z</updated>
<author>
<name>Mike Rapoport</name>
<email>rppt@linux.vnet.ibm.com</email>
</author>
<published>2018-06-29T21:05:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=f2e8603604aae9251d91249d8438f02234f17464'/>
<id>urn:sha1:f2e8603604aae9251d91249d8438f02234f17464</id>
<content type='text'>
When kernel-doc:: specified in .rst document without explicit directives,
it outputs both comment and DOC: sections. If a DOC: section was explicitly
included in the same document it will be duplicated. For example, the
output generated for Documentation/core-api/idr.rst [1] has "IDA
description" in the "IDA usage" section and in the middle of the API
reference.

This patch enables using "functions" directive without parameters to output
all the documentation excluding DOC: sections.

[1] https://www.kernel.org/doc/html/v4.17/core-api/idr.html

Signed-off-by: Mike Rapoport &lt;rppt@linux.vnet.ibm.com&gt;
Acked-by: Matthew Wilcox &lt;willy@infradead.org&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
<entry>
<title>doc:sphinx: fix parse-header description</title>
<updated>2018-06-26T15:07:57Z</updated>
<author>
<name>Federico Vaga</name>
<email>federico.vaga@vaga.pv.it</email>
</author>
<published>2018-06-05T22:48:59Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=f3821276f62c80184f4b7543e423ec5c7f43bbe1'/>
<id>urn:sha1:f3821276f62c80184f4b7543e423ec5c7f43bbe1</id>
<content type='text'>
The description speaks about the option ``--man`` but it
does not exist. Instead, there is the option ``--usage``

    $ ./Documentation/sphinx/parse-headers.pl --man
    Unknown option: man
    Usage:
        parse_headers.pl [&lt;options&gt;] &lt;C_FILE&gt; &lt;OUT_FILE&gt; [&lt;EXCEPTIONS_FILE&gt;]

        Where &lt;options&gt; can be: --debug, --help or --man.

Signed-off-by: Federico Vaga &lt;federico.vaga@vaga.pv.it&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
<entry>
<title>doc:doc-guide: fix a typo and an error</title>
<updated>2018-06-26T15:07:25Z</updated>
<author>
<name>Federico Vaga</name>
<email>federico.vaga@vaga.pv.it</email>
</author>
<published>2018-06-05T22:48:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=c1ec85ff408db77f5c97ae71b8854faed40e89f1'/>
<id>urn:sha1:c1ec85ff408db77f5c97ae71b8854faed40e89f1</id>
<content type='text'>
Fix a typo in sphinx.rst and a minor error in parse-header.rst

Signed-off-by: Federico Vaga &lt;federico.vaga@vaga.pv.it&gt;
Signed-off-by: Jonathan Corbet &lt;corbet@lwn.net&gt;
</content>
</entry>
</feed>
