mfesiem / msiempy

McAfee SIEM API Python wrapper
https://mfesiem.github.io/docs/msiempy/msiempy.html
MIT License
23 stars 9 forks source link

Use __all__ to list all public objects and move code exemples to classes #95

Closed tristanlatr closed 3 years ago

tristanlatr commented 3 years ago

This PR improves the documentation readability by listing all public classes in the top level summary.

The test docs can be seen here: https://mfesiem.github.io/docs/test/msiempy/msiempy.html

@rhart211