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

Overview documentation overhaul #1681

Merged
merged 5 commits into from
Jul 9, 2020
Merged
Show file tree
Hide file tree
Changes from 4 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
2 changes: 2 additions & 0 deletions docs/ens_overview.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _ens_overview:

Ethereum Name Service
================================

Expand Down
2 changes: 2 additions & 0 deletions docs/ethpm.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _ethpm:

ethPM
=====

Expand Down
2 changes: 2 additions & 0 deletions docs/examples.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _examples:

Examples
========

Expand Down
2 changes: 2 additions & 0 deletions docs/filters.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _filtering:

Filtering
=========

Expand Down
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
2 changes: 2 additions & 0 deletions docs/middleware.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ that are in deeper layers).
More information is available in the "Internals: :ref:`internals__middlewares`" section.


.. _default_middleware:

Default Middleware
------------------

Expand Down
Loading