diff --git a/docs/index.rst b/docs/index.rst index 15dea172d..199243018 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -19,11 +19,15 @@ user-defined types among other features. With Solidity you can create contracts for uses such as voting, crowdfunding, blind auctions, and multi-signature wallets. -When deploying contracts, you should use the latest released version of Solidity. This is because breaking changes as well as new features and bug fixes are introduced regularly. We currently use a 0.x version number `to indicate this fast pace of change `_. +When deploying contracts, you should use the latest released +version of Solidity. This is because breaking changes as well as +new features and bug fixes are introduced regularly. We currently use +a 0.x version number `to indicate this fast pace of change `_. .. warning:: - Solidity recently released the 0.5.x version that introduced a lot of breaking changes. Make sure you read :doc:`the full list <050-breaking-changes>`. + Solidity recently released the 0.6.x version that introduced a lot of breaking + changes. Make sure you read :doc:`the full list <060-breaking-changes>`. Language Documentation ---------------------- @@ -31,7 +35,8 @@ Language Documentation If you are new to the concept of smart contracts we recommend you start with :ref:`an example smart contract ` written in Solidity. When you are ready for more detail, we recommend you read the -:doc:`"Solidity by Example" ` and :doc:`"Solidity in Depth" ` sections to learn the core concepts of the language. +:doc:`"Solidity by Example" ` and +:doc:`"Solidity in Depth" ` sections to learn the core concepts of the language. For further reading, try :ref:`the basics of blockchains ` and details of the :ref:`Ethereum Virtual Machine `. @@ -52,9 +57,11 @@ and details of the :ref:`Ethereum Virtual Machine :ref:`security_considerations` section. If you have any questions, you can try searching for answers or asking on the -`Ethereum Stackexchange `_, or our `gitter channel `_. +`Ethereum Stackexchange `_, or +our `gitter channel `_. -Ideas for improving Solidity or this documentation are always welcome, read our :doc:`contributors guide ` for more details. +Ideas for improving Solidity or this documentation are always welcome, +read our :doc:`contributors guide ` for more details. .. _translations: