diff options
author | Federico Vaga <federico.vaga@vaga.pv.it> | 2018-11-21 01:35:19 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-12-06 18:21:19 +0100 |
commit | f77af637f29da49193283e883a9b18406fb45d3d (patch) | |
tree | 44602d9f6cc417dda0432d4d5171e63162204f6e /Documentation/process/8.Conclusion.rst | |
parent | docs/core-api: make mm-api.rst more structured (diff) | |
download | linux-f77af637f29da49193283e883a9b18406fb45d3d.tar.xz linux-f77af637f29da49193283e883a9b18406fb45d3d.zip |
doc:process: add links where missing
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 <federico.vaga@vaga.pv.it>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/process/8.Conclusion.rst')
-rw-r--r-- | Documentation/process/8.Conclusion.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/process/8.Conclusion.rst b/Documentation/process/8.Conclusion.rst index 1c7f54cd0261..8395aa2c1f3a 100644 --- a/Documentation/process/8.Conclusion.rst +++ b/Documentation/process/8.Conclusion.rst @@ -5,9 +5,10 @@ For more information There are numerous sources of information on Linux kernel development and related topics. First among those will always be the Documentation -directory found in the kernel source distribution. The top-level process/howto.rst -file is an important starting point; process/submitting-patches.rst and -process/submitting-drivers.rst are also something which all kernel developers should +directory found in the kernel source distribution. The top-level :ref:`process/howto.rst <process_howto>` +file is an important starting point; :ref:`process/submitting-patches.rst <submittingpatches>` +and :ref:`process/submitting-drivers.rst <submittingdrivers>` +are also something which all kernel developers should read. Many internal kernel APIs are documented using the kerneldoc mechanism; "make htmldocs" or "make pdfdocs" can be used to generate those documents in HTML or PDF format (though the version of TeX shipped by some |