Skip to content

Commit

Permalink
docs(api): hide dunder methods in API docs
Browse files Browse the repository at this point in the history
Possibly controversial, but I think the API docs are much less cluttered
with the dunder methods hidden.
  • Loading branch information
gforsyth authored and cpcloud committed Jun 10, 2023
1 parent c83d783 commit 6724b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs.yml
Expand Up @@ -74,7 +74,7 @@ plugins:
docstring_style: numpy
filters:
- "!^_"
- "__.+"
- "!^__"
- "!^ast_schema"
- "!^backend_table_type"
- "!^column$"
Expand Down

0 comments on commit 6724b7b

Please sign in to comment.