aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Summerwill <bob@summerwill.net>2016-07-28 16:30:17 +0800
committerGitHub <noreply@github.com>2016-07-28 16:30:17 +0800
commitea4fd3c6e25517180a773a6e4b51de0505e781ec (patch)
tree693f3a1cfd9e02481e0db784e198d957d2b3ce11
parentb72a693e39247e01a82a328e4511b2296ae3396c (diff)
parent4f0f9fcdbe0d33e8f88881057ca786e4ff8ffafd (diff)
downloaddexon-solidity-ea4fd3c6e25517180a773a6e4b51de0505e781ec.tar.gz
dexon-solidity-ea4fd3c6e25517180a773a6e4b51de0505e781ec.tar.zst
dexon-solidity-ea4fd3c6e25517180a773a6e4b51de0505e781ec.zip
Merge pull request #751 from ethereum/chriseth-patch-3
Mix is discontinued
-rw-r--r--docs/index.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 940fe5e7..5ca5c4a9 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -38,9 +38,6 @@ Available Solidity Integrations
* `Visual Studio Extension <https://visualstudiogallery.msdn.microsoft.com/96221853-33c4-4531-bdd5-d2ea5acc4799/>`_
Solidity plugin for Microsoft Visual Studio that includes the Solidity compiler.
-* `Mix IDE <https://github.com/ethereum/mix/>`_
- Qt based IDE for designing, debugging and testing solidity smart contracts.
-
* `Package for SublimeText — Solidity language syntax <https://packagecontrol.io/packages/Ethereum/>`_
Solidity syntax highlighting for SublimeText editor.
@@ -59,6 +56,12 @@ Available Solidity Integrations
* `Vim Solidity <https://github.com/tomlion/vim-solidity/>`_
Plugin for the Vim editor providing syntax highlighting.
+Discontinued:
+
+* `Mix IDE <https://github.com/ethereum/mix/>`_
+ Qt based IDE for designing, debugging and testing solidity smart contracts.
+
+
Solidity Tools
-------------------------------