Skip to content

Commit

Permalink
fix: remove unnecessary math directive
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Nov 18, 2024
1 parent 3dca3cb commit b10058d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/openedx-filters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Open edX Filters are implemented using an accumulative pipeline mechanism, which

#. The ``run_filter`` method calls the **Pipeline Tooling** under the hood, which manages the execution of the filter's pipeline.

#. The filter's tooling retrieves the configuration from ``OPEN_EDX_FILTERS_CONFIG``, which defines a list of N functions :math::math:`f_1, f_2, \ldots, f_{n}` that will be executed.
#. The filter's tooling retrieves the configuration from ``OPEN_EDX_FILTERS_CONFIG``, which defines a list of N functions :math:`f_1, f_2, \ldots, f_{n}` that will be executed.

#. The tooling then executes each function in the pipeline sequentially, starting with :math:`f_1`, which processes the input arguments and applies the developer's operations, returning potentially modified arguments.

Expand Down

0 comments on commit b10058d

Please sign in to comment.