Chilipp / autodocsumm

Extending your autodoc API docs with a summary
Apache License 2.0
48 stars 14 forks source link

Instance attr #10

Closed Chilipp closed 5 years ago

Chilipp commented 5 years ago

Closes https://github.com/Chilipp/autodocsumm/issues/8

This PR adds the functionality to document instance attributes in the autosummary table. If the object cannot be imported (as it is the case for InstanceAttributeDocumenter), we use the documenter.fullname for the summary table.

@maeddlae: Can you confirm that this works for you?

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.7%) to 81.053% when pulling 95eaecf1054ec4ac0edd0a776074d4d3cb4e0899 on instance_attr into 23c30e4b7d01160feda5006b8f2d8285080b82a6 on master.

maeddlae commented 5 years ago

Yes, this works perfectly:-)

Chilipp commented 5 years ago

Thanks a lot @maeddlae ! I will make a new release now