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>
This commit is contained in:
committed by
Jonathan Corbet
parent
6dce82b28a
commit
fd88d2e598
@@ -237,10 +237,10 @@ We have been trying to improve the situation through the creation of
|
|||||||
a set of "books" that group documentation for specific readers. These
|
a set of "books" that group documentation for specific readers. These
|
||||||
include:
|
include:
|
||||||
|
|
||||||
- :doc:`../admin-guide/index`
|
- Documentation/admin-guide/index.rst
|
||||||
- :doc:`../core-api/index`
|
- Documentation/core-api/index.rst
|
||||||
- :doc:`../driver-api/index`
|
- Documentation/driver-api/index.rst
|
||||||
- :doc:`../userspace-api/index`
|
- Documentation/userspace-api/index.rst
|
||||||
|
|
||||||
As well as this book on documentation itself.
|
As well as this book on documentation itself.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user