Skip to content

Commit

Permalink
Merge pull request #91 from daizutabi/feature-docs
Browse files Browse the repository at this point in the history
Update docs
  • Loading branch information
daizutabi authored Feb 11, 2024
2 parents deb2c42 + d331202 commit 3e61f97
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions docs/usage/object.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,17 +140,6 @@ to distinct these two classes.
The **Classes** section shows these alias names, but you can check
the unaliased fullname by hovering mouse cursor on the names.

!!! Note
Currently, MkAPI doesn't support dynamic assignment to `__all__`.
For example, the below codes are just ignored:

```python
def get_all():
return ["a", "b", "c"]

__all__ = get_all()
```

## Module

Python module has classes, functions, or attributes as its members.
Expand Down

0 comments on commit 3e61f97

Please sign in to comment.