Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: doc-guide: avoid using ReST :doc:`foo` markup

The :doc:`foo` tag is auto-generated via automarkup.py.
So, use the filename at the sources, instead of :doc:`foo`.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/d6cbe5183406e3378ed4bd0f84f4bcf85a15009c.1623824363.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
fd88d2e5 6dce82b2

+4 -4
+4 -4
Documentation/doc-guide/contributing.rst
··· 237 237 a set of "books" that group documentation for specific readers. These 238 238 include: 239 239 240 - - :doc:`../admin-guide/index` 241 - - :doc:`../core-api/index` 242 - - :doc:`../driver-api/index` 243 - - :doc:`../userspace-api/index` 240 + - Documentation/admin-guide/index.rst 241 + - Documentation/core-api/index.rst 242 + - Documentation/driver-api/index.rst 243 + - Documentation/userspace-api/index.rst 244 244 245 245 As well as this book on documentation itself. 246 246