Skip to content

Commit

Permalink
fix: remove duplicate title
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Nov 28, 2024
1 parent adcc7e2 commit 1218e42
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/concepts/openedx-filters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This pipeline mechanism is implemented by the `OpenEdxPublicFilter`_ class, whic
Architectural Diagram
*********************

In this diagram, we illustrate the workflow of triggering an Open edX Filter:
In this diagram, we illustrate the workflow of triggering an Open edX Filter in an application with N pipeline steps configured:

.. image:: ../_images/openedx-filters-workflow.png
:alt: Open edX Filters Workflow
Expand All @@ -39,8 +39,6 @@ Components
Workflow
~~~~~~~~

The workflow of triggering an Open edX Filter in an application with N pipeline steps configured is as follows:

#. An application component (caller) invokes the filter during its execution by calling the ``run_filter`` method implemented by its :term:`filter definition<Filter Definition>`.

#. The caller passes the input data to the filter through the ``run_filter`` method, this data are in-memory platform objects that the filter will process.
Expand Down

0 comments on commit 1218e42

Please sign in to comment.