diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-01-05 17:05:01 +0100 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2021-01-05 18:50:44 +0100 |
commit | 156c2fe69ef9a08084196721cc13df8ea2a694e6 (patch) | |
tree | 412e2d045423c675f91841900661ee5d79527b8a /doc/pyGHDL | |
parent | d62ac2d4973b6f6f34ab804c91ab8be5ddb2f86f (diff) | |
download | ghdl-156c2fe69ef9a08084196721cc13df8ea2a694e6.tar.gz ghdl-156c2fe69ef9a08084196721cc13df8ea2a694e6.tar.bz2 ghdl-156c2fe69ef9a08084196721cc13df8ea2a694e6.zip |
Also auto document options from 'pnodes' and 'pnodespy'.
Diffstat (limited to 'doc/pyGHDL')
-rw-r--r-- | doc/pyGHDL/index.rst | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/doc/pyGHDL/index.rst b/doc/pyGHDL/index.rst index e22822ce6..549cc8c42 100644 --- a/doc/pyGHDL/index.rst +++ b/doc/pyGHDL/index.rst @@ -72,8 +72,14 @@ search path. .. _CMDREF-pnodes: -.. # - autoprogram:: AutoProgram:pnodes_parser - :prog: ghdl-ls +.. autoprogram:: AutoProgram:pnodes_parser + :prog: pnodes :groups: - :label: CmdRef:ghdlls: + :label: CmdRef:pnodes: + +.. _CMDREF-pnodespy: + +.. autoprogram:: AutoProgram:pnodespy_parser + :prog: pnodespy + :groups: + :label: CmdRef:pnodespy: |