We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d686ff6 commit 18a0b66Copy full SHA for 18a0b66
1 file changed
mkdocs.yml
@@ -49,7 +49,7 @@ plugins:
49
docstring_section_style: list
50
docstring_style: numpy
51
show_if_no_docstring: true
52
- filters: ["!^_$", "!^_[^_]", "!^__", "__init__"]
+ filters: ["!^_$", "!^_[^_]", "!^__", "__init__", "!^cf$", "!^download$"]
53
members_order: source
54
group_by_category: false
55
show_source: false
0 commit comments