We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91a89cd commit 1b57d52Copy full SHA for 1b57d52
api_builder.py
@@ -1,6 +1,11 @@
1
+"""
2
+ A simple script to generate API documentation for new modules.
3
4
+
5
import os
6
from pathlib import Path
7
8
+# module folder(s) within pycatia
9
modules = ['threed_xml_interfaces']
10
11
cwd = Path(os.getcwd())
0 commit comments