doc: use extlink for github issue links

Use extlink for GitHub issue links in documentation.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
Henrik Brix Andersen 2022-01-17 11:35:05 +01:00 committed by Anas Nashif
commit 2c0e0a74af
7 changed files with 10 additions and 13 deletions

View file

@ -127,7 +127,7 @@ features:
(*) nucleo_f767zi with soc cut-A (Device marking A) has some ethernet (*) nucleo_f767zi with soc cut-A (Device marking A) has some ethernet
instability (https://github.com/zephyrproject-rtos/zephyr/issues/26519). instability (:github:`26519`).
Use of cut-Z is advised. Use of cut-Z is advised.
see restrictions errata: see restrictions errata:
https://www.st.com/content/ccc/resource/technical/document/errata_sheet/group0/23/a6/11/0b/30/24/46/a5/DM00257543/files/DM00257543.pdf/jcr:content/translations/en.DM00257543.pdf https://www.st.com/content/ccc/resource/technical/document/errata_sheet/group0/23/a6/11/0b/30/24/46/a5/DM00257543/files/DM00257543.pdf/jcr:content/translations/en.DM00257543.pdf

View file

@ -926,7 +926,7 @@ Related GitHub Issues and Pull Requests are tagged with the `Inclusive Language
terminology is confirmed by a public announcement or updated terminology is confirmed by a public announcement or updated
specification. specification.
See `Zephyr issue 27033`_. See :github:`Zephyr issue 27033 <27033>`.
* - :ref:`i2s_api` * - :ref:`i2s_api`
- * ``master / slave`` => TBD - * ``master / slave`` => TBD
@ -951,7 +951,6 @@ Related GitHub Issues and Pull Requests are tagged with the `Inclusive Language
.. _I2C Specification: https://www.nxp.com/docs/en/user-guide/UM10204.pdf .. _I2C Specification: https://www.nxp.com/docs/en/user-guide/UM10204.pdf
.. _Bluetooth Appropriate Language Mapping Tables: https://btprodspecificationrefs.blob.core.windows.net/language-mapping/Appropriate_Language_Mapping_Table.pdf .. _Bluetooth Appropriate Language Mapping Tables: https://btprodspecificationrefs.blob.core.windows.net/language-mapping/Appropriate_Language_Mapping_Table.pdf
.. _OSHWA Resolution to Redefine SPI Signal Names: https://www.oshwa.org/a-resolution-to-redefine-spi-signal-names/ .. _OSHWA Resolution to Redefine SPI Signal Names: https://www.oshwa.org/a-resolution-to-redefine-spi-signal-names/
.. _Zephyr issue 27033: https://github.com/zephyrproject-rtos/zephyr/issues/27033
Parasoft Codescan Tool Parasoft Codescan Tool
********************** **********************

View file

@ -124,7 +124,8 @@ Follow the steps below to begin the submission process:
#. Make sure to read through the :ref:`external-contributions` section in #. Make sure to read through the :ref:`external-contributions` section in
detail, so that you are informed of the criteria used by the TSC and board in detail, so that you are informed of the criteria used by the TSC and board in
order to approve or reject a request order to approve or reject a request
#. Use the `New External Source Code Issue`_ to open an issue #. Use the :github:`New External Source Code Issue
<new?assignees=&labels=RFC&template=ext-source.md&title=>` to open an issue
#. Fill out all required sections, making sure you provide enough detail for the #. Fill out all required sections, making sure you provide enough detail for the
TSC to assess the merit of the request. Optionally you can also create a Pull TSC to assess the merit of the request. Optionally you can also create a Pull
Request that demonstrates the integration of the external source code and Request that demonstrates the integration of the external source code and
@ -163,6 +164,3 @@ The flowchart below shows an overview of the process:
:align: center :align: center
Submission process Submission process
.. _New External Source Code Issue:
https://github.com/zephyrproject-rtos/zephyr/issues/new?assignees=&labels=RFC&template=ext-source.md&title=

View file

@ -60,8 +60,8 @@ Contributors who show dedication and skill are granted the Triage permission
level to the Zephyr GitHub repository. level to the Zephyr GitHub repository.
You may nominate yourself, or another GitHub user, for promotion to the Triage You may nominate yourself, or another GitHub user, for promotion to the Triage
permission level by creating a GitHub issue, using the `nomination template permission level by creating a GitHub issue, using the :github:`nomination
<https://github.com/zephyrproject-rtos/zephyr/issues/new?assignees=&labels=bug&template=nomination.md&title=>`_. template <new?assignees=&labels=bug&template=nomination.md&title=>`.
Contributors granted the Triage permission level are permitted to add reviewers Contributors granted the Triage permission level are permitted to add reviewers
to a pull request and can be added as a reviewer by other GitHub users. to a pull request and can be added as a reviewer by other GitHub users.

View file

@ -33,4 +33,4 @@ command-prompt. This allows you to use software such as the :ref:`Zephyr SDK
the documentation itself here. the documentation itself here.
.. _Install the Windows Subsystem for Linux (WSL): https://msdn.microsoft.com/en-us/commandline/wsl/install_guide .. _Install the Windows Subsystem for Linux (WSL): https://msdn.microsoft.com/en-us/commandline/wsl/install_guide
.. _Zephyr Issue 10420: https://github.com/zephyrproject-rtos/zephyr/issues/10420 .. _Zephyr Issue 10420: :github:`10420`

View file

@ -120,4 +120,4 @@ West is:
See `Zephyr issue #6205`_ and for more details and discussion. See `Zephyr issue #6205`_ and for more details and discussion.
.. _Zephyr issue #6205: .. _Zephyr issue #6205:
https://github.com/zephyrproject-rtos/zephyr/issues/6205 :github:`6205`

View file

@ -38,8 +38,8 @@ Building and Running for Linux kernels released before 4.12
For hosts using kernels released before 4.12, For hosts using kernels released before 4.12,
option :kconfig:`CONFIG_NET_L2_BT_ZEP1656` option :kconfig:`CONFIG_NET_L2_BT_ZEP1656`
must be selected. For more information, see `Zephyr issue #3111 must be selected. For more information, see :github:`Zephyr issue #3111
<https://github.com/zephyrproject-rtos/zephyr/issues/3111>`_ <3111>`.
.. zephyr-app-commands:: .. zephyr-app-commands::
:zephyr-app: samples/bluetooth/ipsp :zephyr-app: samples/bluetooth/ipsp