diff --git a/docs/conf.py b/docs/conf.py index 1b553424..869533a1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -35,6 +35,8 @@ 'sphinx_copybutton', 'sphinx.ext.graphviz', 'sphinxcontrib.mermaid', + 'sphinx.ext.autodoc', + 'sphinx.ext.autosummary', ] # Add any paths that contain templates here, relative to this directory. diff --git a/docs/reference/filters.rst b/docs/reference/filters.rst new file mode 100644 index 00000000..218dc46b --- /dev/null +++ b/docs/reference/filters.rst @@ -0,0 +1,10 @@ +Filters +======= + +This is the list of Open edX Filters found in this repository. + +.. note:: + Filters can be created in other projects and plugins as well, but these default filters are guaranteed to exist. + +.. automodule:: openedx_filters.learning.filters + :members: diff --git a/docs/reference/index.rst b/docs/reference/index.rst index 06f61ee5..f7697f2c 100644 --- a/docs/reference/index.rst +++ b/docs/reference/index.rst @@ -6,3 +6,4 @@ References :caption: Contents: django-plugins-and-filters + filters