Update module_docs.py
This commit is contained in:
parent
632eb3b233
commit
057e29d8a8
@ -110,6 +110,7 @@ def generate_automodules(path, basecls):
|
||||
contents.append("")
|
||||
|
||||
for mod in modules:
|
||||
contents.append(".. _{}:\n".format(mod[0].split(".")[-1]))
|
||||
contents.append(".. automodule:: {}".format(mod[0]))
|
||||
contents.append(" :members: {}\n".format(mod[1]))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user