Skip to content

Commit 1b57d52

Browse files
committed
added comments to api generation script
1 parent 91a89cd commit 1b57d52

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

api_builder.py

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
"""
2+
A simple script to generate API documentation for new modules.
3+
"""
4+
15
import os
26
from pathlib import Path
37

8+
# module folder(s) within pycatia
49
modules = ['threed_xml_interfaces']
510

611
cwd = Path(os.getcwd())

0 commit comments

Comments
 (0)