Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add refs through interpshinx #1

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion ConceptualModel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <OSVB:API:Project: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 <OSVB:API:Project:pyVHDLModelUtils>`.

4 | Project
Tool independent information (files/filesets, primary design units, testbenches, `hdl/constraints <https://github.com/hdl/constraints>`__,
Expand Down
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
}


Expand Down