Skip to content

Commit 849cce8

Browse files
authored
docs: banner image and sign-up links (#3522)
1 parent 49f3b1c commit 849cce8

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

docs/_static/banner/banner-snek.jpg

179 KB
Loading

docs/index.rst

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@
44
gm
55
==
66

7+
.. image:: _static/banner/banner-snek.jpg
8+
:alt: Banner Image
9+
710
**web3.py** is a Python library for interacting with Ethereum.
811

912
It's commonly found in `decentralized apps (dapps)`_ to help with
1013
sending transactions, interacting with smart contracts, reading
1114
block data, and a variety of other use cases.
1215

13-
The original API was derived from the `Web3.js`_ Javascript API,
14-
but has since evolved toward the needs and creature comforts of
15-
Python developers.
16+
For project updates, follow `@EthereumPython`_ and sign up
17+
for new post notifications on the `blog`_.
1618

1719

1820
Getting Started
@@ -27,19 +29,20 @@ Getting Started
2729
3. Try building a little something!
2830

2931
- Ready to code? → :ref:`quickstart`
30-
- Interested in a quick tour? → :ref:`overview`
31-
- Need help debugging? → `StackExchange`_
32-
- Found a bug? → :ref:`Contribute <contributing>`
33-
- Want to chat? → `Discord`_
34-
- Read the source? → `Github`_
32+
- Quick tour? → :ref:`overview`
33+
- Synchronous help? → `Discord`_
34+
- Asynchronous help? → `StackExchange`_
35+
- Report a bug? → `Github`_
36+
- Want to help us? → :ref:`Contribute <contributing>`
3537
- Looking for inspiration? → :ref:`resources`
3638

3739
.. include:: toc.rst
3840

3941

4042
.. _decentralized apps (dapps): https://ethereum.org/dapps/
41-
.. _Web3.js: https://web3js.readthedocs.io/
43+
.. _@EthereumPython: https://twitter.com/EthereumPython
44+
.. _blog: https://snakecharmers.ethereum.org/
4245
.. _blog post series: https://snakecharmers.ethereum.org/a-developers-guide-to-ethereum-pt-1
4346
.. _StackExchange: https://ethereum.stackexchange.com/questions/tagged/web3.py
4447
.. _Discord: https://discord.gg/GHryRvPB84
45-
.. _Github: https://github.com/ethereum/web3.py
48+
.. _Github: https://github.com/ethereum/web3.py/issues

newsfragments/3522.docs.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Polish docs index page

0 commit comments

Comments
 (0)