aboutsummaryrefslogtreecommitdiffstats
path: root/doc/using
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2020-12-28 21:17:56 +0100
committerumarcor <unai.martinezcorral@ehu.eus>2020-12-28 23:31:16 +0100
commitaec9873b7f2a175611f431b7f67840cdb74eee96 (patch)
tree8f42a75c9a1941075c1ca06c0f820779af10316b /doc/using
parent5220d76eb17d0a2184fc4f5142c702f8e6544dac (diff)
downloadghdl-aec9873b7f2a175611f431b7f67840cdb74eee96.tar.gz
ghdl-aec9873b7f2a175611f431b7f67840cdb74eee96.tar.bz2
ghdl-aec9873b7f2a175611f431b7f67840cdb74eee96.zip
doc: update 'using/py' -> 'using/pyGHDL'
Diffstat (limited to 'doc/using')
-rw-r--r--doc/using/py/pyutils.rst4
-rw-r--r--doc/using/py/thin.rst48
-rw-r--r--doc/using/py/vhdl.rst79
-rw-r--r--doc/using/pyGHDL/index.rst (renamed from doc/using/py/libghdl.rst)6
-rw-r--r--doc/using/pyGHDL/libghdl.rst49
-rw-r--r--doc/using/pyGHDL/utils.rst4
-rw-r--r--doc/using/pyGHDL/vhdl.rst79
7 files changed, 134 insertions, 135 deletions
diff --git a/doc/using/py/pyutils.rst b/doc/using/py/pyutils.rst
deleted file mode 100644
index 58a84496a..000000000
--- a/doc/using/py/pyutils.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-libghdl.thin.vhdl.pyutils
-=========================
-
-.. automodule:: libghdl.thin.vhdl.pyutils
diff --git a/doc/using/py/thin.rst b/doc/using/py/thin.rst
deleted file mode 100644
index e02b48aec..000000000
--- a/doc/using/py/thin.rst
+++ /dev/null
@@ -1,48 +0,0 @@
-libghdl.thin
-============
-
-libghdl.thin.errorout
----------------------
-
-.. automodule:: libghdl.thin.errorout
-
-libghdl.thin.errorout_console
------------------------------
-
-.. automodule:: libghdl.thin.errorout_console
-
-libghdl.thin.errorout_memory
------------------------------
-
-.. automodule:: libghdl.thin.errorout_memory
-
-libghdl.thin.files_map
-----------------------
-
-.. automodule:: libghdl.thin.files_map
-
-libghdl.thin.files_map_editor
------------------------------
-
-.. automodule:: libghdl.thin.files_map_editor
-
-libghdl.thin.flags
-------------------
-
-.. automodule:: libghdl.thin.flags
-
-libghdl.thin.libraries
-----------------------
-
-.. automodule:: libghdl.thin.libraries
-
-libghdl.thin.name_table
------------------------
-
-.. automodule:: libghdl.thin.name_table
-
-libghdl.thin.std_names
-----------------------
-
-.. automodule:: libghdl.thin.std_names
-
diff --git a/doc/using/py/vhdl.rst b/doc/using/py/vhdl.rst
deleted file mode 100644
index e978cc6e8..000000000
--- a/doc/using/py/vhdl.rst
+++ /dev/null
@@ -1,79 +0,0 @@
-libghdl.thin.vhdl
-=================
-
-.. automodule:: libghdl.thin.vhdl
-
-libghdl.thin.vhdl.canon
------------------------
-
-.. automodule:: libghdl.thin.vhdl.canon
-
-libghdl.thin.vhdl.elocations
-----------------------------
-
-.. automodule:: libghdl.thin.vhdl.elocations
-
-libghdl.thin.vhdl.flists
-------------------------
-
-.. automodule:: libghdl.thin.vhdl.flists
-
-libghdl.thin.vhdl.formatters
-----------------------------
-
-.. automodule:: libghdl.thin.vhdl.formatters
-
-libghdl.thin.vhdl.ieee
-----------------------
-
-.. automodule:: libghdl.thin.vhdl.ieee
-
-libghdl.thin.vhdl.lists
------------------------
-
-.. automodule:: libghdl.thin.vhdl.lists
-
-libghdl.thin.vhdl.nodes
------------------------
-
-.. automodule:: libghdl.thin.vhdl.nodes
-
-libghdl.thin.vhdl.nodes_meta
-----------------------------
-
-.. automodule:: libghdl.thin.vhdl.nodes_meta
-
-libghdl.thin.vhdl.nodes_utils
------------------------------
-
-.. automodule:: libghdl.thin.vhdl.nodes_utils
-
-libghdl.thin.vhdl.parse
------------------------
-
-.. automodule:: libghdl.thin.vhdl.parse
-
-libghdl.thin.vhdl.scanner
--------------------------
-
-.. automodule:: libghdl.thin.vhdl.scanner
-
-libghdl.thin.vhdl.sem
----------------------
-
-.. automodule:: libghdl.thin.vhdl.sem
-
-libghdl.thin.vhdl.sem_lib
--------------------------
-
-.. automodule:: libghdl.thin.vhdl.sem_lib
-
-libghdl.thin.vhdl.std_package
------------------------------
-
-.. automodule:: libghdl.thin.vhdl.std_package
-
-libghdl.thin.vhdl.tokens
-------------------------
-
-.. automodule:: libghdl.thin.vhdl.tokens
diff --git a/doc/using/py/libghdl.rst b/doc/using/pyGHDL/index.rst
index 7c95ab8c1..2b2191798 100644
--- a/doc/using/py/libghdl.rst
+++ b/doc/using/pyGHDL/index.rst
@@ -3,11 +3,9 @@
Python Interface
################
-.. automodule:: libghdl
-
.. toctree::
:hidden:
- thin
+ libghdl
vhdl
- pyutils
+ 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