-
Notifications
You must be signed in to change notification settings - Fork 216
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated modules configuration for docstrings API documentation
Signed-off-by: manuelhsantana <[email protected]>
- Loading branch information
1 parent
deca2ff
commit 14a8deb
Showing
15 changed files
with
239 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
.. # Copyright (C) 2020-2024 Intel Corporation | ||
.. # SPDX-License-Identifier: Apache-2.0 | ||
************************************************* | ||
Component Module | ||
************************************************* | ||
|
||
Component modules reference: | ||
|
||
.. autosummary:: | ||
:toctree: _autosummary | ||
:template: custom-module-template.rst | ||
:recursive: | ||
|
||
openfl.component.aggregator | ||
openfl.component.assigner | ||
openfl.component.collaborator | ||
openfl.component.director | ||
openfl.component.envoy | ||
openfl.component.straggler_handling_functions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
.. # Copyright (C) 2020-2024 Intel Corporation | ||
.. # SPDX-License-Identifier: Apache-2.0 | ||
************************************************* | ||
Cryptography Module | ||
************************************************* | ||
|
||
Cryptography modules reference: | ||
|
||
.. autosummary:: | ||
:toctree: _autosummary | ||
:recursive: | ||
|
||
openfl.cryptography.ca | ||
openfl.cryptography.io | ||
openfl.cryptography.participant |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
.. # Copyright (C) 2020-2024 Intel Corporation | ||
.. # SPDX-License-Identifier: Apache-2.0 | ||
************************************************* | ||
Databases Module | ||
************************************************* | ||
|
||
Databases modules reference: | ||
|
||
.. autosummary:: | ||
:toctree: _autosummary | ||
:template: custom-module-template.rst | ||
:recursive: | ||
|
||
openfl.databases | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
.. # Copyright (C) 2020-2024 Intel Corporation | ||
.. # SPDX-License-Identifier: Apache-2.0 | ||
************************************************* | ||
Experimental Module | ||
************************************************* | ||
|
||
Experimental modules reference: | ||
|
||
.. autosummary:: | ||
:toctree: _autosummary | ||
:template: custom-module-template.rst | ||
:recursive: | ||
|
||
openfl.experimental.interface | ||
openfl.experimental.placement | ||
openfl.experimental.runtime | ||
openfl.experimental.utilities |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
.. # Copyright (C) 2020-2024 Intel Corporation | ||
.. # SPDX-License-Identifier: Apache-2.0 | ||
************************************************* | ||
Federated Module | ||
************************************************* | ||
|
||
Federated modules reference: | ||
|
||
.. autosummary:: | ||
:toctree: _autosummary | ||
:template: custom-module-template.rst | ||
:recursive: | ||
|
||
openfl.federated | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
.. # Copyright (C) 2020-2024 Intel Corporation | ||
.. # SPDX-License-Identifier: Apache-2.0 | ||
************************************************* | ||
Interface Module | ||
************************************************* | ||
|
||
Interface modules reference: | ||
|
||
.. autosummary:: | ||
:toctree: _autosummary | ||
:template: custom-module-template.rst | ||
:recursive: | ||
|
||
openfl.interface | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
.. # Copyright (C) 2020-2024 Intel Corporation | ||
.. # SPDX-License-Identifier: Apache-2.0 | ||
************************************************* | ||
Native Module | ||
************************************************* | ||
|
||
Native modules reference: | ||
|
||
.. autosummary:: | ||
:toctree: _autosummary | ||
:template: custom-module-template.rst | ||
:recursive: | ||
|
||
openfl.native | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
.. # Copyright (C) 2020-2024 Intel Corporation | ||
.. # SPDX-License-Identifier: Apache-2.0 | ||
************************************************* | ||
Pipelines Module | ||
************************************************* | ||
|
||
Pipelines modules reference: | ||
|
||
.. autosummary:: | ||
:toctree: _autosummary | ||
:template: custom-module-template.rst | ||
:recursive: | ||
|
||
openfl.pipelines | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
.. # Copyright (C) 2020-2024 Intel Corporation | ||
.. # SPDX-License-Identifier: Apache-2.0 | ||
************************************************* | ||
Plugins Module | ||
************************************************* | ||
|
||
Plugins modules reference: | ||
|
||
.. autosummary:: | ||
:toctree: _autosummary | ||
:template: custom-module-template.rst | ||
:recursive: | ||
|
||
openfl.plugins | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
.. # Copyright (C) 2020-2024 Intel Corporation | ||
.. # SPDX-License-Identifier: Apache-2.0 | ||
************************************************* | ||
Protocols Module | ||
************************************************* | ||
|
||
Protocols modules reference: | ||
|
||
.. autosummary:: | ||
:toctree: _autosummary | ||
:template: custom-module-template.rst | ||
:recursive: | ||
|
||
openfl.protocols | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
.. # Copyright (C) 2020-2024 Intel Corporation | ||
.. # SPDX-License-Identifier: Apache-2.0 | ||
************************************************* | ||
Transport Module | ||
************************************************* | ||
|
||
Transport modules reference: | ||
|
||
.. autosummary:: | ||
:toctree: _autosummary | ||
:template: custom-module-template.rst | ||
:recursive: | ||
|
||
openfl.transport |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
.. # Copyright (C) 2020-2024 Intel Corporation | ||
.. # SPDX-License-Identifier: Apache-2.0 | ||
************************************************* | ||
Utilities Module | ||
************************************************* | ||
|
||
Utilities modules reference: | ||
|
||
.. autosummary:: | ||
:toctree: _autosummary | ||
:template: custom-module-template.rst | ||
:recursive: | ||
|
||
openfl.utilities | ||
|