Skip to content

Commit

Permalink
Implement array submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
sandorkertesz committed Apr 24, 2024
1 parent 20ed7a3 commit 140a958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/skip_api_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# define skip rules for autoapi
def _skip_api_items(app, what, name, obj, skip, options):
print(f"{what=} {name=}")
# print(f"{what=} {name=}")

if (
what == "module"
Expand Down

0 comments on commit 140a958

Please sign in to comment.