From 1dc43016822707808d003bfdb414a33eaeef208c Mon Sep 17 00:00:00 2001 From: chriseth Date: Thu, 9 Aug 2018 14:31:30 +0200 Subject: Re-group links. --- docs/index.rst | 61 +++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 37 insertions(+), 24 deletions(-) (limited to 'docs') 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 `_ - Browser-based IDE with integrated compiler and Solidity runtime environment without server-side components. +* Generic: -* `IntelliJ IDEA plugin `_ - Solidity plugin for IntelliJ IDEA (and all other JetBrains IDEs) + * `Remix `_ + Browser-based IDE with integrated compiler and Solidity runtime environment without server-side components. + * `Solium `_ + Linter to identify and fix style and security issues in Solidity. -* `Package for SublimeText — Solidity language syntax `_ - Solidity syntax highlighting for SublimeText editor. + * `Solhint `_ + Solidity linter that provides security, style guide and best practice rules for smart contract validation. -* `Etheratom `_ - Plugin for the Atom editor that features syntax highlighting, compilation and a runtime environment (Backend node & VM compatible). +* Atom: -* `Atom Solidity Linter `_ - Plugin for the Atom editor that provides Solidity linting. + * `Etheratom `_ + Plugin for the Atom editor that features syntax highlighting, compilation and a runtime environment (Backend node & VM compatible). -* `Atom Solium Linter `_ - Configurable Solidty linter for Atom using Solium as a base. + * `Atom Solidity Linter `_ + Plugin for the Atom editor that provides Solidity linting. -* `Solium `_ - Linter to identify and fix style and security issues in Solidity. + * `Atom Solium Linter `_ + Configurable Solidty linter for Atom using Solium as a base. -* `Solhint `_ - Solidity linter that provides security, style guide and best practice rules for smart contract validation. +* Emacs: -* `Visual Studio Code extension `_ - Solidity plugin for Microsoft Visual Studio Code that includes syntax highlighting and the Solidity compiler. + * `Emacs Solidity `_ + Plugin for the Emacs editor providing syntax highlighting and compilation error reporting. -* `Emacs Solidity `_ - Plugin for the Emacs editor providing syntax highlighting and compilation error reporting. +* IntelliJ: -* `Vim Solidity `_ - Plugin for the Vim editor providing syntax highlighting. + * `IntelliJ IDEA plugin `_ + Solidity plugin for IntelliJ IDEA (and all other JetBrains IDEs) -* `Vim Syntastic `_ - Plugin for the Vim editor providing compile checking. +* Sublime: + + * `Package for SublimeText — Solidity language syntax `_ + Solidity syntax highlighting for SublimeText editor. + +* Vim: + + * `Vim Solidity `_ + Plugin for the Vim editor providing syntax highlighting. + + * `Vim Syntastic `_ + Plugin for the Vim editor providing compile checking. + +* Visual Studio Code: + + * `Visual Studio Code extension `_ + Solidity plugin for Microsoft Visual Studio Code that includes syntax highlighting and the Solidity compiler. Discontinued: -- cgit v1.2.3