Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 462 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 462 Bytes

APIGenerator

Build Status

Example

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).