diff --git a/docs/web3-eth-admin.rst b/docs/web3-eth-admin.rst index e9d682cf..c5c6627d 100644 --- a/docs/web3-eth-admin.rst +++ b/docs/web3-eth-admin.rst @@ -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. diff --git a/docs/web3-eth-debug.rst b/docs/web3-eth-debug.rst index 929c7291..cc1f29b9 100644 --- a/docs/web3-eth-debug.rst +++ b/docs/web3-eth-debug.rst @@ -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 diff --git a/docs/web3-eth-miner.rst b/docs/web3-eth-miner.rst index f2d2a92c..4d8c257d 100644 --- a/docs/web3-eth-miner.rst +++ b/docs/web3-eth-miner.rst @@ -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 ------------------------------------------------------------------------------- \ No newline at end of file +------------------------------------------------------------------------------ diff --git a/docs/web3-eth-txpool.rst b/docs/web3-eth-txpool.rst index 75051444..ce338da5 100644 --- a/docs/web3-eth-txpool.rst +++ b/docs/web3-eth-txpool.rst @@ -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