diff options
Diffstat (limited to 'doc/using')
-rw-r--r-- | doc/using/pyGHDL/index.rst | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/using/pyGHDL/index.rst b/doc/using/pyGHDL/index.rst index ed055957a..e22822ce6 100644 --- a/doc/using/pyGHDL/index.rst +++ b/doc/using/pyGHDL/index.rst @@ -39,6 +39,7 @@ this is provided from a ``pyGHDL`` packages with four sub-packages: .. toctree:: + :hidden: ../../pyGHDL/pyGHDL.cli ../../pyGHDL/pyGHDL.dom @@ -64,7 +65,15 @@ search path. .. _CMDREF-ghdlls: -.. autoprogram:: LSP-AutoProgram:parser +.. autoprogram:: AutoProgram:lsp_parser + :prog: ghdl-ls + :groups: + :label: CmdRef:ghdlls: + +.. _CMDREF-pnodes: + +.. # + autoprogram:: AutoProgram:pnodes_parser :prog: ghdl-ls :groups: :label: CmdRef:ghdlls: |