diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2021-01-05 22:34:14 +0100 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2021-02-01 09:25:35 +0100 |
commit | 75ef931f4a7a0a4f3ddca1727d6f63ea6f4d2482 (patch) | |
tree | 3696139763213050943781d144a18272a24997c2 /doc/pyGHDL | |
parent | 835eb73d7c567c3178f6f693153bea3243ecef53 (diff) | |
download | ghdl-75ef931f4a7a0a4f3ddca1727d6f63ea6f4d2482.tar.gz ghdl-75ef931f4a7a0a4f3ddca1727d6f63ea6f4d2482.tar.bz2 ghdl-75ef931f4a7a0a4f3ddca1727d6f63ea6f4d2482.zip |
doc: reorganise and update
Diffstat (limited to 'doc/pyGHDL')
-rw-r--r-- | doc/pyGHDL/index.rst | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/doc/pyGHDL/index.rst b/doc/pyGHDL/index.rst deleted file mode 100644 index 76462fd63..000000000 --- a/doc/pyGHDL/index.rst +++ /dev/null @@ -1,44 +0,0 @@ -Python Interfaces -################# - -.. toctree:: - :hidden: - - pyGHDL - -.. _CMDREF: - -Scripts and Applications -======================== - -The pyVHDLParser package comes with an executables registered by pip in the -search path. - -* ``VHDLParser`` is a wrapper for ``pyVHDLParser.CLI.VHDLParser:main``. - - -.. # - This files requires a Python module called 'Frontend-AutoProgram' to be - located in the 'doc' root folder. It expects a variable 'parser' of type - ArgumentParser. - -.. _CMDREF-ghdlls: - -.. autoprogram:: AutoProgram:lsp_parser - :prog: ghdl-ls - :groups: - :label: CmdRef:ghdlls: - -.. _CMDREF-pnodes: - -.. autoprogram:: AutoProgram:pnodes_parser - :prog: pnodes - :groups: - :label: CmdRef:pnodes: - -.. _CMDREF-pnodespy: - -.. autoprogram:: AutoProgram:pnodespy_parser - :prog: pnodespy - :groups: - :label: CmdRef:pnodespy: |