mirror of
https://git.yoctoproject.org/poky
synced 2026-04-14 08:02:30 +02:00
sphinx: use absolute paths for :doc: references
:doc: references can be made with absolute path instead of relative path. This patch was generated with this command: sed -i 's!:doc:`\.\./!:doc:`/!g' */*.rst *.rst And a few manual fixup we made for references such as: :doc:"FOOBAR <../xxx>" Suggested-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: b7948ec7eb8172b8eae4bfa5c21aab76e123ad85) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
bd17892611
commit
097d0c9f04
@@ -21,7 +21,7 @@ Preparing the Build Host to Work on the Kernel
|
||||
|
||||
Before you can do any kernel development, you need to be sure your build
|
||||
host is set up to use the Yocto Project. For information on how to get
|
||||
set up, see the ":doc:`../dev-manual/dev-manual-start`" section in
|
||||
set up, see the ":doc:`/dev-manual/dev-manual-start`" section in
|
||||
the Yocto Project Development Tasks Manual. Part of preparing the system
|
||||
is creating a local Git repository of the
|
||||
:term:`Source Directory` (``poky``) on your system. Follow the steps in the
|
||||
@@ -502,7 +502,7 @@ your layer in the following area:
|
||||
.. note::
|
||||
|
||||
If you are working on a new machine Board Support Package (BSP), be
|
||||
sure to refer to the :doc:`../bsp-guide/index`.
|
||||
sure to refer to the :doc:`/bsp-guide/index`.
|
||||
|
||||
As an example, consider the following append file used by the BSPs in
|
||||
``meta-yocto-bsp``:
|
||||
|
||||
Reference in New Issue
Block a user