Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove beacon docs #1825

Merged
merged 4 commits into from
Jan 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 1 addition & 12 deletions docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,6 @@ v5 Breaking Changes Summary

.. towncrier release notes start

v5.14.0 (2021-01-04)
--------------------

Misc
~~~~

- `#1816 <https://github.com/ethereum/web3.py/issues/1816>`__


v5.14.0 (2020-12-21)
--------------------

Features
~~~~~~~~
Expand All @@ -28,7 +17,7 @@ Features
Misc
~~~~

- `#1815 <https://github.com/ethereum/web3.py/issues/1815>`__
- `#1815 <https://github.com/ethereum/web3.py/issues/1815>`__, `#1816 <https://github.com/ethereum/web3.py/issues/1816>`__


v5.13.1 (2020-12-03)
Expand Down
7 changes: 3 additions & 4 deletions docs/web3.beacon.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Web3 Eth 2.0 Beacon API
Module contents
---------------

.. automodule:: web3.beacon.main
:members:
:undoc-members:
:show-inheritance:
Docs coming soon!

See ``web3/beacon/main.py`` for available methods.
1 change: 1 addition & 0 deletions newsfragments/1825.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove auto-documenting from the Beacon API
4 changes: 0 additions & 4 deletions web3/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@
from web3._utils.normalizers import (
abi_ens_resolver,
)
from web3.beacon import (
Beacon,
)
from web3.eth import (
Eth,
)
Expand Down Expand Up @@ -123,7 +120,6 @@ def get_default_modules() -> Dict[str, Sequence[Any]]:
"txpool": (GethTxPool,),
}),
"testing": (Testing,),
"beacon": (Beacon,),
}


Expand Down