diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2020-12-28 21:17:56 +0100 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2020-12-28 23:31:16 +0100 |
commit | aec9873b7f2a175611f431b7f67840cdb74eee96 (patch) | |
tree | 8f42a75c9a1941075c1ca06c0f820779af10316b /doc/using/pyGHDL | |
parent | 5220d76eb17d0a2184fc4f5142c702f8e6544dac (diff) | |
download | ghdl-aec9873b7f2a175611f431b7f67840cdb74eee96.tar.gz ghdl-aec9873b7f2a175611f431b7f67840cdb74eee96.tar.bz2 ghdl-aec9873b7f2a175611f431b7f67840cdb74eee96.zip |
doc: update 'using/py' -> 'using/pyGHDL'
Diffstat (limited to 'doc/using/pyGHDL')
-rw-r--r-- | doc/using/pyGHDL/index.rst | 11 | ||||
-rw-r--r-- | doc/using/pyGHDL/libghdl.rst | 49 | ||||
-rw-r--r-- | doc/using/pyGHDL/utils.rst | 4 | ||||
-rw-r--r-- | doc/using/pyGHDL/vhdl.rst | 79 |
4 files changed, 143 insertions, 0 deletions
diff --git a/doc/using/pyGHDL/index.rst b/doc/using/pyGHDL/index.rst new file mode 100644 index 000000000..2b2191798 --- /dev/null +++ b/doc/using/pyGHDL/index.rst @@ -0,0 +1,11 @@ +.. _python_interface: + +Python Interface +################ + +.. toctree:: + :hidden: + + libghdl + vhdl + utils diff --git a/doc/using/pyGHDL/libghdl.rst b/doc/using/pyGHDL/libghdl.rst new file mode 100644 index 000000000..cc73b3a96 --- /dev/null +++ b/doc/using/pyGHDL/libghdl.rst @@ -0,0 +1,49 @@ +libghdl +======= + +.. automodule:: libghdl + +libghdl.errorout +---------------- + +.. automodule:: libghdl.errorout + +libghdl.errorout_console +------------------------ + +.. automodule:: libghdl.errorout_console + +libghdl.errorout_memory +----------------------- + +.. automodule:: libghdl.errorout_memory + +libghdl.files_map +----------------- + +.. automodule:: libghdl.files_map + +libghdl.files_map_editor +------------------------ + +.. automodule:: libghdl.files_map_editor + +libghdl.flags +------------- + +.. automodule:: libghdl.flags + +libghdl.libraries +----------------- + +.. automodule:: libghdl.libraries + +libghdl.name_table +------------------ + +.. automodule:: libghdl.name_table + +libghdl.std_names +----------------- + +.. automodule:: libghdl.std_names diff --git a/doc/using/pyGHDL/utils.rst b/doc/using/pyGHDL/utils.rst new file mode 100644 index 000000000..682cb198b --- /dev/null +++ b/doc/using/pyGHDL/utils.rst @@ -0,0 +1,4 @@ +libghdl.utils +=============== + +.. automodule:: libghdl.utils diff --git a/doc/using/pyGHDL/vhdl.rst b/doc/using/pyGHDL/vhdl.rst new file mode 100644 index 000000000..a18538011 --- /dev/null +++ b/doc/using/pyGHDL/vhdl.rst @@ -0,0 +1,79 @@ +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 |