aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author1138-4EB <1138-4EB@users.noreply.github.com>2019-11-12 05:50:04 +0000
committertgingold <tgingold@users.noreply.github.com>2019-11-12 06:50:04 +0100
commita16e1f8da63c68292703875c3abff7912572d376 (patch)
tree68f8e95ef1f435a821b81782330a43491cca31da
parent202a2b793474a2c6db7d9cb991e1a47935ef52a5 (diff)
downloadghdl-a16e1f8da63c68292703875c3abff7912572d376.tar.gz
ghdl-a16e1f8da63c68292703875c3abff7912572d376.tar.bz2
ghdl-a16e1f8da63c68292703875c3abff7912572d376.zip
doc: add '.. program:: ghdl' directive (#1017)
-rw-r--r--doc/examples/quick_start/DLXModelSuite.rst1
-rw-r--r--doc/examples/quick_start/README.rst1
-rw-r--r--doc/examples/quick_start/adder/README.rst1
-rw-r--r--doc/examples/quick_start/heartbeat/README.rst1
-rw-r--r--doc/examples/quick_start/hello/README.rst1
-rw-r--r--doc/using/CommandReference.rst1
-rw-r--r--doc/using/Foreign.rst1
-rw-r--r--doc/using/ImplementationOfVHDL.rst1
-rw-r--r--doc/using/ImplementationOfVITAL.rst3
-rw-r--r--doc/using/InvokingGHDL.rst1
-rw-r--r--doc/using/Simulation.rst1
11 files changed, 12 insertions, 1 deletions
diff --git a/doc/examples/quick_start/DLXModelSuite.rst b/doc/examples/quick_start/DLXModelSuite.rst
index 0c8259cac..0cdc8be86 100644
--- a/doc/examples/quick_start/DLXModelSuite.rst
+++ b/doc/examples/quick_start/DLXModelSuite.rst
@@ -1,3 +1,4 @@
+.. program:: ghdl
.. _QuickStart:DLX:
Working with non-trivial designs
diff --git a/doc/examples/quick_start/README.rst b/doc/examples/quick_start/README.rst
index 6399996f5..7fb8f046a 100644
--- a/doc/examples/quick_start/README.rst
+++ b/doc/examples/quick_start/README.rst
@@ -1,3 +1,4 @@
+.. program:: ghdl
.. _USING:QuickStart:
Quick Start Guide
diff --git a/doc/examples/quick_start/adder/README.rst b/doc/examples/quick_start/adder/README.rst
index 6a0bcea91..5ff607801 100644
--- a/doc/examples/quick_start/adder/README.rst
+++ b/doc/examples/quick_start/adder/README.rst
@@ -1,3 +1,4 @@
+.. program:: ghdl
.. _QuickStart:adder:
`Full adder` module and testbench
diff --git a/doc/examples/quick_start/heartbeat/README.rst b/doc/examples/quick_start/heartbeat/README.rst
index 55f1e20c7..dc0fccb44 100644
--- a/doc/examples/quick_start/heartbeat/README.rst
+++ b/doc/examples/quick_start/heartbeat/README.rst
@@ -1,3 +1,4 @@
+.. program:: ghdl
.. _QuickStart:heartbeat:
`Heartbeat` module
diff --git a/doc/examples/quick_start/hello/README.rst b/doc/examples/quick_start/hello/README.rst
index 85d07d2b9..104a12efa 100644
--- a/doc/examples/quick_start/hello/README.rst
+++ b/doc/examples/quick_start/hello/README.rst
@@ -1,3 +1,4 @@
+.. program:: ghdl
.. _QuickStart:hello:
`Hello world` program
diff --git a/doc/using/CommandReference.rst b/doc/using/CommandReference.rst
index d90f9334c..17ae4bc40 100644
--- a/doc/using/CommandReference.rst
+++ b/doc/using/CommandReference.rst
@@ -1,3 +1,4 @@
+.. program:: ghdl
.. _REF:Command:
Command Reference
diff --git a/doc/using/Foreign.rst b/doc/using/Foreign.rst
index 0fe799943..35e007ebc 100644
--- a/doc/using/Foreign.rst
+++ b/doc/using/Foreign.rst
@@ -1,3 +1,4 @@
+.. program:: ghdl
.. FOREIGN:
Interfacing to other languages
diff --git a/doc/using/ImplementationOfVHDL.rst b/doc/using/ImplementationOfVHDL.rst
index f4ecaf40e..8cad2e03e 100644
--- a/doc/using/ImplementationOfVHDL.rst
+++ b/doc/using/ImplementationOfVHDL.rst
@@ -1,3 +1,4 @@
+.. program:: ghdl
.. _REF:ImplVHDL:
Implementation of VHDL
diff --git a/doc/using/ImplementationOfVITAL.rst b/doc/using/ImplementationOfVITAL.rst
index 77e7096c0..325139b26 100644
--- a/doc/using/ImplementationOfVITAL.rst
+++ b/doc/using/ImplementationOfVITAL.rst
@@ -1,3 +1,4 @@
+.. program:: ghdl
.. _REF:ImplVITAL:
****************************
@@ -28,7 +29,7 @@ requirements of VITAL: VITAL 1995 requires the models follow the VHDL
1987 standard, while VITAL 2000 requires the models follow VHDL 1993.
The VITAL 2000 packages were slightly modified so that they conform to
-the VHDL 1993 standard (a few functions are made pure and a few
+the VHDL 1993 standard (a few functions are made pure and a few
impure).
.. _vhdl_restrictions_for_vital:
diff --git a/doc/using/InvokingGHDL.rst b/doc/using/InvokingGHDL.rst
index bd7d98022..48faa3acc 100644
--- a/doc/using/InvokingGHDL.rst
+++ b/doc/using/InvokingGHDL.rst
@@ -1,3 +1,4 @@
+.. program:: ghdl
.. _USING:Invoking:
Invoking GHDL
diff --git a/doc/using/Simulation.rst b/doc/using/Simulation.rst
index 0718fe079..40d48e8e7 100644
--- a/doc/using/Simulation.rst
+++ b/doc/using/Simulation.rst
@@ -1,3 +1,4 @@
+.. program:: ghdl
.. _USING:Simulation:
Simulation and runtime