diff --git a/ConceptualModel.rst b/ConceptualModel.rst index fb16ca2..0e33dfe 100644 --- a/ConceptualModel.rst +++ b/ConceptualModel.rst @@ -41,7 +41,23 @@ Its goal is the interoperability of diverse tools and languages with documented 3 | Language Model Syntax/design Document Object Model (DOM) of the language(s). - See :doc:`vhdlmodel:index`, :doc:`svmodel:index` and :ref:`OSVB: pyVHDLModelUtils `. + + * ``ref | goals`` :ref:`goals` + * ``ref | pyVHDLModel:goals`` :ref:`pyVHDLModel:goals` + * ``ref | pyvhdlmodel:goals`` :ref:`pyvhdlmodel:goals` + + * ``doc | Glossary`` :doc:`Glossary` + * ``doc | pyVHDLModel:Glossary`` :doc:`pyVHDLModel:Glossary` + * ``doc | pyvhdlmodel:Glossary`` :doc:`pyvhdlmodel:Glossary` + + * ``ref | vhdlmodel`` :ref:`vhdlmodel` + * ``ref | pyVHDLModel:vhdlmodel`` :ref:`pyVHDLModel:vhdlmodel` + * ``ref | pyvhdlmodel:vhdlmodel`` :ref:`pyvhdlmodel:vhdlmodel` + + * ``doc | pySVModel:Glossary`` :doc:`pySVModel:Glossary` + * ``ref | pySVModel:svmodel`` :ref:`pySVModel:svmodel` + + See :doc:`pyVHDLModel:index`, :doc:`pySVModel:index` and :ref:`OSVB: pyVHDLModelUtils `. 4 | Project Tool independent information (files/filesets, primary design units, testbenches, `hdl/constraints `__, diff --git a/conf.py b/conf.py index 9b685d7..d26f6c9 100644 --- a/conf.py +++ b/conf.py @@ -178,8 +178,8 @@ def _LatestTagName(): intersphinx_mapping = { 'python': ('https://docs.python.org/3', None), 'osvb': ('https://umarcor.github.io/osvb', None), - 'vhdlmodel': ('https://vhdl.github.io/pyVHDLModel', None), - 'svmodel': ('https://edaa-org.github.io/pySystemVerilogModel', None), + 'pyvhdlmodel': ('https://vhdl.github.io/pyVHDLModel', None), + 'pysvmodel': ('https://edaa-org.github.io/pySystemVerilogModel', None), }