From 5ee55b206af1a2eaf5ad23c8b8833c6fc49a96ea Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Sat, 27 Jun 2020 10:21:45 +0200 Subject: [PATCH] docs: fix internal references It seems last time I tried to fix these, I missed a few spots. So let's try to get things right this time. Fixes: 429ff054917 ("docs/relnotes: update internal references") Reviewed-by: Eric Engestrom Part-of: --- docs/repository.rst | 4 ++-- docs/submittingpatches.rst | 6 +++--- docs/systems.rst | 6 +++--- docs/versions.rst | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/repository.rst b/docs/repository.rst index 891f7bd6e60..aa812345d55 100644 --- a/docs/repository.rst +++ b/docs/repository.rst @@ -53,8 +53,8 @@ please follow this procedure: #. Subscribe to the `mesa-dev `__ mailing list. -#. Start contributing to the project by `submitting - patches `__. Specifically, +#. Start contributing to the project by :doc:`submitting + patches `. Specifically, - Use `gitlab `__ to create your merge requests. diff --git a/docs/submittingpatches.rst b/docs/submittingpatches.rst index 8cdebb5b785..e51105dc22f 100644 --- a/docs/submittingpatches.rst +++ b/docs/submittingpatches.rst @@ -8,8 +8,8 @@ Basic guidelines - Patches should not mix code changes with code formatting changes (except, perhaps, in very trivial cases.) -- Code patches should follow Mesa `coding - conventions `__. +- Code patches should follow Mesa :doc:`coding + conventions `. - Whenever possible, patches should only affect individual Mesa/Gallium components. - Patches should never introduce build breaks and should be bisectable @@ -331,7 +331,7 @@ broad discretion in rejecting patches that have been nominated. numbers to represent your measurements. If the patch complies with the rules it will be -`cherry-picked `__. Alternatively the release +:ref:`cherry-picked `. Alternatively the release manager will reply to the patch in question stating why the patch has been rejected or would request a backport. The stable-release manager may at times need to force-push changes to the stable branches, for diff --git a/docs/systems.rst b/docs/systems.rst index cb4bc7be021..b4f7d84191a 100644 --- a/docs/systems.rst +++ b/docs/systems.rst @@ -31,10 +31,10 @@ Hardware drivers include: Software drivers include: -- `llvmpipe `__ - uses LLVM for x86 JIT code generation +- :doc:`llvmpipe ` - uses LLVM for x86 JIT code generation and is multi-threaded - softpipe - a reference Gallium driver -- `svga `__ - driver for vmware virtual gpu +- :doc:`svga ` - driver for vmware virtual gpu - `swr `__ - x86-optimized software renderer for visualization workloads - `virgl `__ - research project for @@ -45,7 +45,7 @@ Additional driver information: - `DRI hardware drivers `__ for the X Window System -- `Xlib / swrast driver `__ for the X Window System +- :doc:`Xlib / swrast driver ` for the X Window System and Unix-like operating systems - `Microsoft Windows `__ diff --git a/docs/versions.rst b/docs/versions.rst index bde4dd29e9d..67a816a0182 100644 --- a/docs/versions.rst +++ b/docs/versions.rst @@ -4,7 +4,7 @@ Mesa Version History .. note:: Changes for Mesa 6.4 and later are documented in the corresponding - `release notes `__ file. + :doc:`release notes ` file. 1.0 beta February 1995 ---------------------- @@ -1653,4 +1653,4 @@ Bug fixes: .. note:: Changes for Mesa 6.4 and later are documented in the corresponding - `release notes `__ file. + :doc:`release notes ` file. -- 2.30.2