Skip to content

Commit 37ecb17

Browse files
committed
sphinx ignore __all__
1 parent 965f634 commit 37ecb17

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

docs/source/_custom_js/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/source/_exts/autogen_api_docs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@
2222
AUTODOC_TEMPLATE_WITH_MEMBERS = """\
2323
.. automodule:: {module}
2424
:members:
25+
:ignore-module-all:
2526
"""
2627

2728
AUTODOC_TEMPLATE_WITHOUT_MEMBERS = """\
2829
.. automodule:: {module}
30+
:ignore-module-all:
2931
"""
3032

3133
TITLE = """\

src/idom/types.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
"""Exports common types from:
2+
3+
- :mod:`idom.core.types`
4+
- :mod:`idom.server.types`
5+
"""
6+
17
from .core.types import (
28
ComponentConstructor,
39
ComponentType,

0 commit comments

Comments
 (0)