All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/9] conf.py: Add oe_git directive
@ 2020-11-18 10:06 Paul Barker
  2020-11-18 10:06 ` [PATCH v2 2/9] dev-manual-common-tasks: Fix refs to testing branches Paul Barker
                   ` (8 more replies)
  0 siblings, 9 replies; 21+ messages in thread
From: Paul Barker @ 2020-11-18 10:06 UTC (permalink / raw)
  To: docs; +Cc: Paul Barker

This simplifies linking to git repositories on openembedded.org.

Signed-off-by: Paul Barker <pbarker@konsulko.com>
---
 documentation/conf.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/documentation/conf.py b/documentation/conf.py
index a8df6e8f8..96118abec 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -78,6 +78,7 @@ extlinks = {
     'yocto_git': ('https://git.yoctoproject.org%s', None),
     'oe_home': ('https://www.openembedded.org%s', None),
     'oe_lists': ('https://lists.openembedded.org%s', None),
+    'oe_git': ('https://git.openembedded.org%s', None),
 }
 
 # Intersphinx config to use cross reference with Bitbake user manual
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2020-11-23 17:47 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-18 10:06 [PATCH v2 1/9] conf.py: Add oe_git directive Paul Barker
2020-11-18 10:06 ` [PATCH v2 2/9] dev-manual-common-tasks: Fix refs to testing branches Paul Barker
2020-11-18 11:23   ` [docs] " Nicolas Dechesne
2020-11-20 12:12     ` Paul Barker
2020-11-23 15:39     ` Paul Barker
2020-11-23 16:00       ` Nicolas Dechesne
2020-11-23 16:05         ` Quentin Schulz
2020-11-23 16:07         ` Paul Barker
2020-11-23 16:58           ` Nicolas Dechesne
2020-11-23 17:46             ` Paul Barker
2020-11-18 10:06 ` [PATCH v2 3/9] dev-manual-common-tasks: Update & move patchwork reference Paul Barker
2020-11-18 10:07 ` [PATCH v2 4/9] dev-manual-common-tasks: Tidy up patch submission process Paul Barker
2020-11-18 10:07 ` [PATCH v2 5/9] dev-manual-common-tasks: Describe git-send-email accurately Paul Barker
2020-11-18 10:07 ` [PATCH v2 6/9] dev-manual-common-tasks: Describe how to handle patch feedback Paul Barker
2020-11-18 10:07 ` [PATCH v2 7/9] dev-manual-common-tasks: Describe how to propose changes to stable branches Paul Barker
2020-11-18 11:39   ` [docs] " Nicolas Dechesne
2020-11-18 10:07 ` [PATCH v2 8/9] dev-manual-common-tasks: Re-order patch submission instructions Paul Barker
2020-11-18 10:07 ` [PATCH v2 9/9] documentation/README: Refer to top-level README for contributions Paul Barker
2020-11-18 11:42 ` [docs] [PATCH v2 1/9] conf.py: Add oe_git directive Nicolas Dechesne
2020-11-18 14:39   ` Quentin Schulz
2020-11-18 14:52     ` Nicolas Dechesne

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.