doc titles updated

This commit is contained in:
Samuel Furter
2019-04-25 12:22:59 +02:00
parent 22a054a198
commit c3aa3dae84
4 changed files with 17 additions and 17 deletions
+3 -3
View File
@@ -2,9 +2,9 @@
.. include:: include_announcement.rst
=================
Web3 Admin Module
=================
============
Admin Module
============
The ``web3-eth-admin`` package allows you to interact with the Ethereum node's admin management.
+4 -4
View File
@@ -2,12 +2,12 @@
.. include:: include_announcement.rst
=================
Web3 Debug Module
=================
============
Debug Module
============
The ``web3-eth-debug`` package allows you to interact with the Ethereum node's debug methods.
The ``web3-eth-debug`` module allows you to interact with the Ethereum node's debug methods.
.. code-block:: javascript
+4 -4
View File
@@ -2,9 +2,9 @@
.. include:: include_announcement.rst
=================
Web3 Miner Module
=================
============
Miner Module
============
The ``web3-eth-miner`` package allows you to remote control the node's mining operation and set various mining specific settings.
@@ -225,4 +225,4 @@ Example
miner.stop().then(console.log);
> true
------------------------------------------------------------------------------
------------------------------------------------------------------------------
+6 -6
View File
@@ -2,9 +2,9 @@
.. include:: include_announcement.rst
==================
Web3 TxPool Module
==================
=============
TxPool Module
=============
The ``web3-eth-txpool`` package gives you access to several non-standard RPC methods to inspect the contents of the transaction pool containing all the currently pending transactions as well as the ones queued for future processing.
@@ -31,7 +31,7 @@ The ``web3-eth-txpool`` package gives you access to several non-standard RPC met
.. _txpool-content:
getContent
=========
==========
.. code-block:: javascript
@@ -145,7 +145,7 @@ Example
getInspection
=====================
=============
.. code-block:: javascript
@@ -235,7 +235,7 @@ Example
getStatus
=====================
=========
.. code-block:: javascript