apache / streampipes

Apache StreamPipes - A self-service (Industrial) IoT toolbox to enable non-technical users to connect, analyze and explore IoT data streams.
https://streampipes.apache.org
Apache License 2.0
560 stars 172 forks source link

feat(#963): Display inherited methods and docstrings in client python #2859

Closed ittuann closed 2 weeks ago

ittuann commented 2 weeks ago

Purpose

This pull request enhances the python client documentation site by displaying inherited methods along with their respective docstrings. This improvement aims to provide users with a more comprehensive understanding of the library's functionality without needing to navigate away to parent class documentation.

Additional changes include linting the YAML configuration files to improve readability and maintain coding standards.

Remarks

PR introduces (a) breaking change(s): <yes/no> no PR introduces (a) deprecation(s): <yes/no> no