import APIGenerator
APIGenerator.make_api("APIGenerator", "api.md"; readme=true)
See docs/api.md to see the generated file.
The generated file includes this README and then includes the docstring of each exported item from APIGenerator (in this case, only make_api
).