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: 429ff05491 ("docs/relnotes: update internal references")
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5671>
This commit is contained in:
Erik Faye-Lund 2020-06-27 10:21:45 +02:00 committed by Marge Bot
parent 1d250bf291
commit 5ee55b206a
4 changed files with 10 additions and 10 deletions

View File

@ -53,8 +53,8 @@ please follow this procedure:
#. Subscribe to the
`mesa-dev <https://lists.freedesktop.org/mailman/listinfo/mesa-dev>`__
mailing list.
#. Start contributing to the project by `submitting
patches <submittingpatches.rst>`__. Specifically,
#. Start contributing to the project by :doc:`submitting
patches <submittingpatches>`. Specifically,
- Use `gitlab <https://gitlab.freedesktop.org/>`__ to create your
merge requests.

View File

@ -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 <codingstyle.rst>`__.
- Code patches should follow Mesa :doc:`coding
conventions <codingstyle>`.
- 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 <releasing.rst#pickntest>`__. Alternatively the release
:ref:`cherry-picked <pickntest>`. 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

View File

@ -31,10 +31,10 @@ Hardware drivers include:
Software drivers include:
- `llvmpipe <llvmpipe.rst>`__ - uses LLVM for x86 JIT code generation
- :doc:`llvmpipe <llvmpipe>` - uses LLVM for x86 JIT code generation
and is multi-threaded
- softpipe - a reference Gallium driver
- `svga <vmware-guest.rst>`__ - driver for vmware virtual gpu
- :doc:`svga <vmware-guest>` - driver for vmware virtual gpu
- `swr <https://www.openswr.org/>`__ - x86-optimized software renderer
for visualization workloads
- `virgl <https://virgil3d.github.io/>`__ - research project for
@ -45,7 +45,7 @@ Additional driver information:
- `DRI hardware drivers <https://dri.freedesktop.org/>`__ for the X
Window System
- `Xlib / swrast driver <xlibdriver.rst>`__ for the X Window System
- :doc:`Xlib / swrast driver <xlibdriver>` for the X Window System
and Unix-like operating systems
- `Microsoft Windows <README.WIN32>`__

View File

@ -4,7 +4,7 @@ Mesa Version History
.. note::
Changes for Mesa 6.4 and later are documented in the corresponding
`release notes <relnotes.rst>`__ file.
:doc:`release notes <relnotes>` 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 <relnotes.rst>`__ file.
:doc:`release notes <relnotes>` file.