Skip to content

Commit

Permalink
Documentation changes
Browse files Browse the repository at this point in the history
Signed-off-by: yes <[email protected]>
  • Loading branch information
tanwarsh committed Nov 13, 2024
1 parent f8845d8 commit 7b90873
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 24 deletions.
17 changes: 0 additions & 17 deletions docs/about/features_index/pynative.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/developer_guide/advanced_topics/overriding_agg_fn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Override Aggregation Function
With the aggregator-based workflow, you can use custom aggregation functions for each task via Python\*\ API or command line interface.


Python API
Python API (Deprecated)
==========

1. Create an implementation of :class:`openfl.interface.aggregation_functions.core.AggregationFunction`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ With the director-based workflow, you can use custom plan settings before starti
When using Python API or Director Envoy based interactive API, **override_config** can be used to update plan settings.


Python API
Python API (Deprecated)
==========

Modify the plan settings:
Expand Down
2 changes: 1 addition & 1 deletion docs/developer_guide/running_the_federation.notebook.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.. _running_notebook:

**********************************
Aggregator-Based Workflow Tutorial
Aggregator-Based Workflow Tutorial (Deprecated)
**********************************

You will start a Jupyter\* \ lab server and receive a URL you can use to access the tutorials. Jupyter notebooks are provided for PyTorch\* \ and TensorFlow\* \ that simulate a federation on a local machine.
Expand Down
2 changes: 1 addition & 1 deletion docs/developer_guide/utilities/splitters_data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Dataset Splitters
You may apply data splitters differently depending on the |productName| workflow that you follow.


OPTION 1: Use **Native Python API** (Aggregator-Based Workflow) Functions to Split the Data
OPTION 1: Use **Native Python API** (Aggregator-Based Workflow) Functions to Split the Data (Deprecated)
===========================================================================================

Predefined |productName| data splitters functions are as follows:
Expand Down
2 changes: 1 addition & 1 deletion docs/get_started/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ See :ref:`running_the_task_runner`
:ref:`running_the_task_runner`

-------------------------
Python Native API
Python Native API (Deprecated)
-------------------------
Intended for quick simulation purposes

Expand Down
2 changes: 1 addition & 1 deletion docs/get_started/examples/python_native_pytorch_mnist.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.. _python_native_pytorch_mnist:

==========================================
Python Native API: Federated PyTorch MNIST
Python Native API: Federated PyTorch MNIST (Deprecated)
==========================================

In this tutorial, we will set up a federation and train a basic PyTorch model on the MNIST dataset using the Python Native API.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/api/openfl_native.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.. # SPDX-License-Identifier: Apache-2.0
*************************************************
Native Module
Native Module (Deprecated)
*************************************************

Native modules reference:
Expand Down

0 comments on commit 7b90873

Please sign in to comment.