Added python API docs indexing

This commit is contained in:
Dgabri 2023-10-29 21:18:07 +01:00
parent 1b73a56dd5
commit 694f55c097
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,8 @@
# Ntopng Python API docs
Inside this folder you can find documentation on how to use the ntopng python API, please refer to these resources to learn more:
- [Historical] (https://github.com/ntop/ntopng/blob/dev/python/docs/python_API_Historical.md)
- [Host] (https://github.com/ntop/ntopng/blob/dev/python/docs/python_API_Host.md)
- [Network_Interface] (https://github.com/ntop/ntopng/blob/dev/python/docs/python_API_interface.md)
- [Ntopng] (https://github.com/ntop/ntopng/blob/dev/python/docs/python_API_ntopng.md)