aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-09-07 00:00:15 +0800
committerGitHub <noreply@github.com>2018-09-07 00:00:15 +0800
commit23ad225126b956a45668cb573855289582ec48f9 (patch)
tree01be8840182e9508b36c0d21394d640e72da7e08
parentf5d289b9373e864641a237229e61c05ad38dbffa (diff)
parent160f3bf2ae8fe00a960b658ea9d16b4e13d2fbde (diff)
downloaddexon-solidity-23ad225126b956a45668cb573855289582ec48f9.tar
dexon-solidity-23ad225126b956a45668cb573855289582ec48f9.tar.gz
dexon-solidity-23ad225126b956a45668cb573855289582ec48f9.tar.bz2
dexon-solidity-23ad225126b956a45668cb573855289582ec48f9.tar.lz
dexon-solidity-23ad225126b956a45668cb573855289582ec48f9.tar.xz
dexon-solidity-23ad225126b956a45668cb573855289582ec48f9.tar.zst
dexon-solidity-23ad225126b956a45668cb573855289582ec48f9.zip
Merge pull request #4903 from ethereum/chriseth-patch-1
Some tuning of the documentation index.
-rw-r--r--docs/index.rst22
1 files changed, 13 insertions, 9 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 9f2844c7..a19a0bd3 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -34,7 +34,8 @@ crowdfunding, blind auctions, multi-signature wallets and more.
Translations
------------
-This documentation is translated into several languages by community volunteers, but the English version stands as a reference.
+This documentation is translated into several languages by community volunteers
+with varying degrees of completeness and up-to-dateness. The English version stands as a reference.
* `Simplified Chinese <http://solidity-cn.readthedocs.io>`_ (in progress)
* `Spanish <https://solidity-es.readthedocs.io>`_
@@ -45,20 +46,23 @@ This documentation is translated into several languages by community volunteers,
Useful links
------------
+General
+~~~~~~~
+
* `Ethereum <https://ethereum.org>`_
* `Changelog <https://github.com/ethereum/solidity/blob/develop/Changelog.md>`_
-* `Story Backlog <https://www.pivotaltracker.com/n/projects/1189488>`_
-
* `Source Code <https://github.com/ethereum/solidity/>`_
* `Ethereum Stackexchange <https://ethereum.stackexchange.com/>`_
-* `Gitter Chat <https://gitter.im/ethereum/solidity/>`_
+* `Language Users Chat <https://gitter.im/ethereum/solidity/>`_
+
+* `Compiler Developers Chat <https://gitter.im/ethereum/solidity-dev/>`_
Available Solidity Integrations
--------------------------------
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Generic:
@@ -122,7 +126,7 @@ Discontinued:
Solidity plugin for Microsoft Visual Studio that includes the Solidity compiler.
Solidity Tools
---------------
+~~~~~~~~~~~~~~
* `Dapp <https://dapp.tools/dapp/>`_
Build tool, package manager, and deployment assistant for Solidity.
@@ -155,7 +159,7 @@ Solidity Tools
Information like variable names, comments, and source code formatting is lost in the compilation process and it is not possible to completely recover the original source code. Decompiling smart contracts to view the original source code might not be possible, or the end result that useful.
Third-Party Solidity Parsers and Grammars
------------------------------------------
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* `solidity-parser <https://github.com/ConsenSys/solidity-parser>`_
Solidity parser for JavaScript
@@ -171,11 +175,11 @@ in Solidity followed by the basics about :ref:`blockchains <blockchain-basics>`
and the :ref:`Ethereum Virtual Machine <the-ethereum-virtual-machine>`.
The next section will explain several *features* of Solidity by giving
-useful :ref:`example contracts <voting>`
+useful :ref:`example contracts <voting>`.
Remember that you can always try out the contracts
`in your browser <https://remix.ethereum.org>`_!
-The last and most extensive section will cover all aspects of Solidity in depth.
+The fourth and most extensive section will cover all aspects of Solidity in depth.
If you still have questions, you can try searching or asking on the
`Ethereum Stackexchange <https://ethereum.stackexchange.com/>`_