aboutsummaryrefslogtreecommitdiffstats
path: root/doc/development/Scripts.rst
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2021-01-05 22:34:14 +0100
committerumarcor <unai.martinezcorral@ehu.eus>2021-02-01 09:25:35 +0100
commit75ef931f4a7a0a4f3ddca1727d6f63ea6f4d2482 (patch)
tree3696139763213050943781d144a18272a24997c2 /doc/development/Scripts.rst
parent835eb73d7c567c3178f6f693153bea3243ecef53 (diff)
downloadghdl-75ef931f4a7a0a4f3ddca1727d6f63ea6f4d2482.tar.gz
ghdl-75ef931f4a7a0a4f3ddca1727d6f63ea6f4d2482.tar.bz2
ghdl-75ef931f4a7a0a4f3ddca1727d6f63ea6f4d2482.zip
doc: reorganise and update
Diffstat (limited to 'doc/development/Scripts.rst')
-rw-r--r--doc/development/Scripts.rst23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/development/Scripts.rst b/doc/development/Scripts.rst
new file mode 100644
index 000000000..85695358e
--- /dev/null
+++ b/doc/development/Scripts.rst
@@ -0,0 +1,23 @@
+.. _DEV:Scripts:
+
+Scripts
+#######
+
+.. #
+ 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-pnodes:
+
+.. autoprogram:: AutoProgram:pnodes_parser
+ :prog: pnodes
+ :groups:
+ :label: CmdRef:pnodes:
+
+.. _CMDREF-pnodespy:
+
+.. autoprogram:: AutoProgram:pnodespy_parser
+ :prog: pnodespy
+ :groups:
+ :label: CmdRef:pnodespy: