diff options
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/quick_start/DLXModelSuite.rst | 1 | ||||
-rw-r--r-- | doc/examples/quick_start/README.rst | 1 | ||||
-rw-r--r-- | doc/examples/quick_start/adder/README.rst | 1 | ||||
-rw-r--r-- | doc/examples/quick_start/heartbeat/README.rst | 1 | ||||
-rw-r--r-- | doc/examples/quick_start/hello/README.rst | 1 |
5 files changed, 5 insertions, 0 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 |