Skip to content

Commit

Permalink
docs: add configuration for automatic filters docs generation
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Jun 4, 2024
1 parent 16de16c commit 734207c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
10 changes: 10 additions & 0 deletions docs/reference/filters.rst
Original file line number Diff line number Diff line change
@@ -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:
1 change: 1 addition & 0 deletions docs/reference/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ References
:caption: Contents:

django-plugins-and-filters
filters

0 comments on commit 734207c

Please sign in to comment.