diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-01-05 00:07:53 +0100 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2021-01-05 18:50:44 +0100 |
commit | 49bb019a9f57e52397c5f1b2bbfb20cd83645231 (patch) | |
tree | 20145013e6586e67e7b738e6a440fb38244d62b4 /doc/using | |
parent | f885f0794e77e0a6e8e0bd884dd4ec57890a5ddf (diff) | |
download | ghdl-49bb019a9f57e52397c5f1b2bbfb20cd83645231.tar.gz ghdl-49bb019a9f57e52397c5f1b2bbfb20cd83645231.tar.bz2 ghdl-49bb019a9f57e52397c5f1b2bbfb20cd83645231.zip |
Run AutoProgram to extract ghdl-ls CLI options. Add a link to gnatdoc.
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: |