Thanks for the feedback. I haven’t compiled any html documentation, but most of the functions and classes have python doc-strings with extra examples. So generating an overview should be easy. I will look into it.
You can get the python documentation for the functions.
print app.start_macro.__doc__
Or if you use IPython:
?app.start_macro
I host AnyPyTools on GitHub, so you can ask further questions there. You are also welcome to add stuff to the documentation if you think something is missing.