From c006aa8dedeba836b8e9a9138230f8762b1450d0 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Mon, 4 Jan 2021 21:07:22 +0100 Subject: Removed old Python documentation. --- doc/using/pyGHDL/index.rst | 16 +++------ doc/using/pyGHDL/libghdl.rst | 49 --------------------------- doc/using/pyGHDL/utils.rst | 4 --- doc/using/pyGHDL/vhdl.rst | 79 -------------------------------------------- 4 files changed, 4 insertions(+), 144 deletions(-) delete mode 100644 doc/using/pyGHDL/libghdl.rst delete mode 100644 doc/using/pyGHDL/utils.rst delete mode 100644 doc/using/pyGHDL/vhdl.rst (limited to 'doc/using') diff --git a/doc/using/pyGHDL/index.rst b/doc/using/pyGHDL/index.rst index a30beea7a..27c4f9a03 100644 --- a/doc/using/pyGHDL/index.rst +++ b/doc/using/pyGHDL/index.rst @@ -31,11 +31,11 @@ this is provided from a ``pyGHDL`` packages with four sub-packages: The DOM is using ``libghdl`` for file analysis and parsing. -.. topic:: pyGHDL.dom +.. topic:: pyGHDL.lsp - *pyGHDL.dom* is language server protocol (LSP) written in Python. The - implementation offers an HTTPS service that can be used e.g. by editors and - IDEs supporting LSP. + *pyGHDL.dom* is `language server protocol `__ + (LSP) written in Python. The implementation offers an HTTPS service that can + be used e.g. by editors and IDEs supporting LSP. .. toctree:: @@ -45,11 +45,3 @@ this is provided from a ``pyGHDL`` packages with four sub-packages: ../../pyGHDL/pyGHDL.dom ../../pyGHDL/pyGHDL.libghdl ../../pyGHDL/pyGHDL.lsp - - -.. toctree:: - :hidden: - - libghdl - vhdl - utils diff --git a/doc/using/pyGHDL/libghdl.rst b/doc/using/pyGHDL/libghdl.rst deleted file mode 100644 index cc73b3a96..000000000 --- a/doc/using/pyGHDL/libghdl.rst +++ /dev/null @@ -1,49 +0,0 @@ -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 deleted file mode 100644 index 682cb198b..000000000 --- a/doc/using/pyGHDL/utils.rst +++ /dev/null @@ -1,4 +0,0 @@ -libghdl.utils -=============== - -.. automodule:: libghdl.utils 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 -- cgit v1.2.3