From 0829aea49de802c999cee861c2b1fc9840b158ad Mon Sep 17 00:00:00 2001 From: weichen Date: Wed, 20 Nov 2019 22:37:22 -0500 Subject: [PATCH] add odu interphinx mapping and docs index Signed-off-by: weichen Change-Id: I5b5706d8f6b8a2a5094c67df67755e75b4c38acb --- docs/amber.rst | 1 + docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/amber.rst b/docs/amber.rst index 71ae4b6..64240d0 100644 --- a/docs/amber.rst +++ b/docs/amber.rst @@ -84,6 +84,7 @@ Focus on initial L1 functional blocks based on seed code contributions. More detailed function documentation can be found as follow: +* :doc:`O-DU Layer 1 ` Infrastructure (INF) diff --git a/docs/conf.py b/docs/conf.py index e9465de..fb0c36a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -44,7 +44,7 @@ intersphinx_mapping['scp-ocu-openlte'] = ('https://docs.o-ran-sc.org/projects/o- intersphinx_mapping['o-du-l2'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-o-du-l2/en/%s' % branch, None) #ODULOW -#intersphinx_mapping['odi-phy'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-scp-odu-phy/en/%s' % branch, None) +intersphinx_mapping['o-du-phy'] = ('https://docs.o-ran-sc.org/projects/o-ran-sc-o-du-phy/en/%s' % branch, None) #INF -- 2.16.6