securefederatedai / openfl

An Open Framework for Federated Learning.
https://openfl.readthedocs.io/en/latest/index.html
Apache License 2.0
728 stars 204 forks source link

Create docstrings for all public functions and create OpenFL API Documentation #893

Closed psfoley closed 3 months ago

psfoley commented 1 year ago

Most of OpenFL functions are documented already, but this task involves making sure that they are all complete and up to date. After that is done, suggest using sphinx-apidoc to automatically generate API documentation and this to the OpenFL documentation.

manuelhsantana commented 11 months ago

PR created: https://github.com/securefederatedai/openfl/pull/900

MasterSkepticista commented 3 months ago

Merged #1005