diff options
-rw-r--r-- | docs/conf.py | 2 | ||||
-rw-r--r-- | docs/index.rst | 11 | ||||
-rw-r--r-- | docs/release/installation.introduction.rst | 4 |
3 files changed, 10 insertions, 7 deletions
diff --git a/docs/conf.py b/docs/conf.py index 7fca3cde0..e492d4819 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -66,6 +66,8 @@ intersphinx_mapping['stor4nfv'] = ('https://opnfv-stor4nfv.readthedocs.io/en/%s' #intersphinx_mapping['storperf'] = ('https://opnfv-storperf.readthedocs.io/en/%s' % branch, None) intersphinx_mapping['vineperf'] = ('https://docs.anuket.io/projects/vineperf/en/%s' % branch, None) #intersphinx_mapping['yardstick'] = ('https://opnfv-yardstick.readthedocs.io/en/%s' % branch, None) +intersphinx_mapping['cntt'] = ('https://cntt.readthedocs.io/en/%s' % branch, None) + autosectionlabel_prefix_document = True autosectionlabel_maxdepth = 4 diff --git a/docs/index.rst b/docs/index.rst index 7236f6fbf..2bd47cbfa 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -5,16 +5,19 @@ Anuket Documentation ==================== The Anuket project facilitates the development and evolution -of cloud components across various open source ecosystems. +of cloud components across various open source ecosystems. Through preparation of reference specifications, -system level integration, testing and deployment, Anuket creates -reference implementations and conformance tests to accelerate the +system level integration, testing and deployment, Anuket creates +reference implementations and conformance tests to accelerate the transformation of enterprise and service provider networks. Participation is open to anyone, whether you are an employee of a member company or just passionate about network transformation. -`Anuket Reference Specifications <https://cntt.readthedocs.io/>`_ +Anuket Specifications +---------------------- + +:doc:`Anuket Specifications <cntt:index>` Installation Guides and More ---------------------------- diff --git a/docs/release/installation.introduction.rst b/docs/release/installation.introduction.rst index 1a2e6ec21..46bb40ef7 100644 --- a/docs/release/installation.introduction.rst +++ b/docs/release/installation.introduction.rst @@ -40,6 +40,4 @@ Anuket Specifications There is no need to "install" the Anuket Reference Specifications! You can view them here: -.. * :doc:`Anuket Reference Specifications <cntt-cntt:/index>` - -* `Anuket Specifications <https://cntt.readthedocs.io/en/stable-kali/index.html>`_ +* :doc:`Anuket Specifications <cntt:index>` |