aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-08-09 20:31:30 +0800
committerchriseth <chris@ethereum.org>2018-08-09 20:31:30 +0800
commit1dc43016822707808d003bfdb414a33eaeef208c (patch)
tree6bc996cd574813b3bb48c3208d6b9e7e076735c5 /docs/index.rst
parent8b066b28fa8d35dc7b736e51552f3ea36f34cdcb (diff)
downloaddexon-solidity-1dc43016822707808d003bfdb414a33eaeef208c.tar.gz
dexon-solidity-1dc43016822707808d003bfdb414a33eaeef208c.tar.zst
dexon-solidity-1dc43016822707808d003bfdb414a33eaeef208c.zip
Re-group links.
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst61
1 files changed, 37 insertions, 24 deletions
diff --git a/docs/index.rst b/docs/index.rst
index c197f7ab..d59d476e 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -60,42 +60,55 @@ Useful links
Available Solidity Integrations
-------------------------------
-* `Remix <https://remix.ethereum.org/>`_
- Browser-based IDE with integrated compiler and Solidity runtime environment without server-side components.
+* Generic:
-* `IntelliJ IDEA plugin <https://plugins.jetbrains.com/plugin/9475-intellij-solidity>`_
- Solidity plugin for IntelliJ IDEA (and all other JetBrains IDEs)
+ * `Remix <https://remix.ethereum.org/>`_
+ Browser-based IDE with integrated compiler and Solidity runtime environment without server-side components.
+ * `Solium <https://github.com/duaraghav8/Solium/>`_
+ Linter to identify and fix style and security issues in Solidity.
-* `Package for SublimeText — Solidity language syntax <https://packagecontrol.io/packages/Ethereum/>`_
- Solidity syntax highlighting for SublimeText editor.
+ * `Solhint <https://github.com/protofire/solhint>`_
+ Solidity linter that provides security, style guide and best practice rules for smart contract validation.
-* `Etheratom <https://github.com/0mkara/etheratom>`_
- Plugin for the Atom editor that features syntax highlighting, compilation and a runtime environment (Backend node & VM compatible).
+* Atom:
-* `Atom Solidity Linter <https://atom.io/packages/linter-solidity>`_
- Plugin for the Atom editor that provides Solidity linting.
+ * `Etheratom <https://github.com/0mkara/etheratom>`_
+ Plugin for the Atom editor that features syntax highlighting, compilation and a runtime environment (Backend node & VM compatible).
-* `Atom Solium Linter <https://atom.io/packages/linter-solium>`_
- Configurable Solidty linter for Atom using Solium as a base.
+ * `Atom Solidity Linter <https://atom.io/packages/linter-solidity>`_
+ Plugin for the Atom editor that provides Solidity linting.
-* `Solium <https://github.com/duaraghav8/Solium/>`_
- Linter to identify and fix style and security issues in Solidity.
+ * `Atom Solium Linter <https://atom.io/packages/linter-solium>`_
+ Configurable Solidty linter for Atom using Solium as a base.
-* `Solhint <https://github.com/protofire/solhint>`_
- Solidity linter that provides security, style guide and best practice rules for smart contract validation.
+* Emacs:
-* `Visual Studio Code extension <http://juan.blanco.ws/solidity-contracts-in-visual-studio-code/>`_
- Solidity plugin for Microsoft Visual Studio Code that includes syntax highlighting and the Solidity compiler.
+ * `Emacs Solidity <https://github.com/ethereum/emacs-solidity/>`_
+ Plugin for the Emacs editor providing syntax highlighting and compilation error reporting.
-* `Emacs Solidity <https://github.com/ethereum/emacs-solidity/>`_
- Plugin for the Emacs editor providing syntax highlighting and compilation error reporting.
+* IntelliJ:
-* `Vim Solidity <https://github.com/tomlion/vim-solidity/>`_
- Plugin for the Vim editor providing syntax highlighting.
+ * `IntelliJ IDEA plugin <https://plugins.jetbrains.com/plugin/9475-intellij-solidity>`_
+ Solidity plugin for IntelliJ IDEA (and all other JetBrains IDEs)
-* `Vim Syntastic <https://github.com/scrooloose/syntastic>`_
- Plugin for the Vim editor providing compile checking.
+* Sublime:
+
+ * `Package for SublimeText — Solidity language syntax <https://packagecontrol.io/packages/Ethereum/>`_
+ Solidity syntax highlighting for SublimeText editor.
+
+* Vim:
+
+ * `Vim Solidity <https://github.com/tomlion/vim-solidity/>`_
+ Plugin for the Vim editor providing syntax highlighting.
+
+ * `Vim Syntastic <https://github.com/scrooloose/syntastic>`_
+ Plugin for the Vim editor providing compile checking.
+
+* Visual Studio Code:
+
+ * `Visual Studio Code extension <http://juan.blanco.ws/solidity-contracts-in-visual-studio-code/>`_
+ Solidity plugin for Microsoft Visual Studio Code that includes syntax highlighting and the Solidity compiler.
Discontinued: