diff options
author | umarcor <38422348+umarcor@users.noreply.github.com> | 2020-04-14 17:42:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-14 17:42:35 +0200 |
commit | 626169d230d08172987f813ff44b0d7b43014250 (patch) | |
tree | 861dff585e4c0a68358be18c456b8857d529946b /doc/examples/README.rst | |
parent | 471f916e70306cf653f45bea40297ad8e7c84cc6 (diff) | |
download | ghdl-626169d230d08172987f813ff44b0d7b43014250.tar.gz ghdl-626169d230d08172987f813ff44b0d7b43014250.tar.bz2 ghdl-626169d230d08172987f813ff44b0d7b43014250.zip |
doc: split 'Interfacing to other languages' to ghdl/ghdl-cosim (#1216)
* doc: move co-simulation content to ghdl/ghdl-cosim
* doc: fix option ref syntax
* doc: move examples to ghdl/ghdl-cosim
Diffstat (limited to 'doc/examples/README.rst')
-rw-r--r-- | doc/examples/README.rst | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/examples/README.rst b/doc/examples/README.rst deleted file mode 100644 index 921bcf2a3..000000000 --- a/doc/examples/README.rst +++ /dev/null @@ -1,12 +0,0 @@ -.. _USING:Examples: - -Examples -######## - -This sections contains advanced examples using specific features of the language, the tool, -or interaction with third-party projects. It is suggested for users who are new to either -`GHDL` or `VHDL` to read :ref:`USING:QuickStart` first. - -.. toctree:: - - ../examples/VHPIDIRECT |