Skip to content

Commit

Permalink
plug the Overview in index.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
wolovim committed Jul 8, 2020
1 parent 5336f5e commit 441ee67
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
11 changes: 6 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ Getting Started

Your next steps depend on where you're standing:

- Unfamiliar with Ethereum? `ethereum.org`_
- Looking for Ethereum Python tutorials? `ethereum.org/python`_
- Ready to code? :ref:`quickstart`
- Need help debugging? `StackExchange`_
- Want to chat? `Gitter`_
- Unfamiliar with Ethereum? → `ethereum.org`_
- Looking for Ethereum Python tutorials? → `ethereum.org/python`_
- Ready to code? → :ref:`quickstart`
- Interested in a quick tour? → :ref:`overview`
- Need help debugging? → `StackExchange`_
- Want to chat? → `Gitter`_

Table of Contents
-----------------
Expand Down
6 changes: 4 additions & 2 deletions docs/overview.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _overview:

Overview
========

Expand Down Expand Up @@ -105,8 +107,8 @@ Address Helpers
- :meth:`Web3.toChecksumAddress() <web3.Web3.toChecksumAddress>`


Currency Coversions
-------------------
Currency Conversions
--------------------

- :meth:`Web3.fromWei() <web3.Web3.fromWei>`
- :meth:`Web3.toWei() <web3.Web3.toWei>`
Expand Down

0 comments on commit 441ee67

Please sign in to comment.