diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-01-04 21:07:22 +0100 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2021-01-05 18:50:44 +0100 |
commit | c006aa8dedeba836b8e9a9138230f8762b1450d0 (patch) | |
tree | 1bbe7c8e2bbed8ec346c5b56abcccdb6cc54fcd5 /doc/using/pyGHDL/vhdl.rst | |
parent | eeefd352b943e5c70bfb113a47d20f4e0c3c5014 (diff) | |
download | ghdl-c006aa8dedeba836b8e9a9138230f8762b1450d0.tar.gz ghdl-c006aa8dedeba836b8e9a9138230f8762b1450d0.tar.bz2 ghdl-c006aa8dedeba836b8e9a9138230f8762b1450d0.zip |
Removed old Python documentation.
Diffstat (limited to 'doc/using/pyGHDL/vhdl.rst')
-rw-r--r-- | doc/using/pyGHDL/vhdl.rst | 79 |
1 files changed, 0 insertions, 79 deletions
diff --git a/doc/using/pyGHDL/vhdl.rst b/doc/using/pyGHDL/vhdl.rst deleted file mode 100644 index a18538011..000000000 --- a/doc/using/pyGHDL/vhdl.rst +++ /dev/null @@ -1,79 +0,0 @@ -libghdl.vhdl -============ - -.. automodule:: libghdl.vhdl - -libghdl.vhdl.canon ------------------- - -.. automodule:: libghdl.vhdl.canon - -libghdl.vhdl.elocations ------------------------ - -.. automodule:: libghdl.vhdl.elocations - -libghdl.vhdl.flists -------------------- - -.. automodule:: libghdl.vhdl.flists - -libghdl.vhdl.formatters ------------------------ - -.. automodule:: libghdl.vhdl.formatters - -libghdl.vhdl.ieee ------------------ - -.. automodule:: libghdl.vhdl.ieee - -libghdl.vhdl.lists ------------------- - -.. automodule:: libghdl.vhdl.lists - -libghdl.vhdl.nodes ------------------- - -.. automodule:: libghdl.vhdl.nodes - -libghdl.vhdl.nodes_meta ------------------------ - -.. automodule:: libghdl.vhdl.nodes_meta - -libghdl.vhdl.nodes_utils ------------------------- - -.. automodule:: libghdl.vhdl.nodes_utils - -libghdl.vhdl.parse ------------------- - -.. automodule:: libghdl.vhdl.parse - -libghdl.vhdl.scanner --------------------- - -.. automodule:: libghdl.vhdl.scanner - -libghdl.vhdl.sem ----------------- - -.. automodule:: libghdl.vhdl.sem - -libghdl.vhdl.sem_lib --------------------- - -.. automodule:: libghdl.vhdl.sem_lib - -libghdl.vhdl.std_package ------------------------- - -.. automodule:: libghdl.vhdl.std_package - -libghdl.vhdl.tokens -------------------- - -.. automodule:: libghdl.vhdl.tokens |