diff options
author | Denton Liu <liu.denton+github@gmail.com> | 2016-05-25 00:09:59 +0800 |
---|---|---|
committer | Denton Liu <liu.denton+github@gmail.com> | 2016-05-30 21:44:33 +0800 |
commit | 5d084afa81bf2ca78496b784d61a738153496052 (patch) | |
tree | 70173f350a030c334f1f6092fb35ade2222358b3 /docs/index.rst | |
parent | a67317928a6b13cc20faebbaef2b1aee6d4ed489 (diff) | |
download | dexon-solidity-5d084afa81bf2ca78496b784d61a738153496052.tar.gz dexon-solidity-5d084afa81bf2ca78496b784d61a738153496052.tar.zst dexon-solidity-5d084afa81bf2ca78496b784d61a738153496052.zip |
Fixed whitespacing issues
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/index.rst b/docs/index.rst index ccc01654..178f34d9 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -30,34 +30,34 @@ Available Solidity Integrations ------------------------------- * `Browser-Based Compiler <https://ethereum.github.io/browser-solidity/>`_ - Browser-based IDE with integrated compiler and Solidity runtime environment without server-side components. + Browser-based IDE with integrated compiler and Solidity runtime environment without server-side components. * `Ethereum Studio <https://live.ether.camp/>`_ - Specialized web IDE that also provides shell access to a complete Ethereum environment. + Specialized web IDE that also provides shell access to a complete Ethereum environment. * `Visual Studio Extension <https://visualstudiogallery.msdn.microsoft.com/96221853-33c4-4531-bdd5-d2ea5acc4799/>`_ - Solidity plugin for Microsoft Visual Studio that includes the Solidity compiler. + 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. + 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. + Solidity syntax highlighting for SublimeText editor. * `Atom Solidity package <https://github.com/gmtcreators/atom-solidity/>`_ - Plugin for the atom editor that features syntax highlighting, compilation and a runtime environment (requires backend node). + Plugin for the atom editor that features syntax highlighting, compilation and a runtime environment (requires backend node). * `Atom Solidity Linter <https://atom.io/packages/linter-solidity>`_ - Plugin for the atom editor that provides solidity linting + Plugin for the atom editor that provides solidity linting * `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. + 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. + Plugin for the emacs editor providing syntax highlighting and compilation error reporting. * `VIM Solidity <https://github.com/tomlion/vim-solidity/>`_ - Plugin for the VIM editor providing syntax highlighting. + Plugin for the VIM editor providing syntax highlighting. Language Documentation ---------------------- |