Skip to content

Commit

Permalink
feat!: collapse extraneous XBlock mixins
Browse files Browse the repository at this point in the history
WIP

Closes: #714
  • Loading branch information
kdmccormick committed Feb 12, 2024
1 parent 44d53e0 commit 9c06865
Show file tree
Hide file tree
Showing 9 changed files with 786 additions and 891 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
('py:class', 'aside'),
('py:class', 'aside_fn'),
('py:class', 'webob.Request'),
('py:class', 'webob.Response'),
]

suppress_warnings = [
Expand Down
4 changes: 3 additions & 1 deletion docs/xblock.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ XBlock API

.. autoclass:: xblock.core.XBlock
:members:
:inherited-members:

.. autoclass:: xblock.core.XBlockAside
:members:

.. autoclass:: xblock.core.Blocklike
:members:
:inherited-members:
Loading

0 comments on commit 9c06865

Please sign in to comment.