diff options
author | Divay Prakash <divayprakash@users.noreply.github.com> | 2018-09-08 18:40:42 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-08 18:40:42 +0530 |
commit | d67d50793e8f67d460386483f659ecc219f8e523 (patch) | |
tree | ebbdea5db77685eb735c9bcdf7aef40436096676 | |
parent | afb7102bb6fec1dada0340f32cc6990fc2981747 (diff) | |
parent | 47f49bc28b4546ecbb114e43cdd7ab3378bc1913 (diff) |
Merge pull request #3111 from antonalekseev/solidity-en
[solidity/en] Fix dead link to style guide, mention Emacs mode
-rw-r--r-- | solidity.html.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/solidity.html.markdown b/solidity.html.markdown index b657b6a1..004c225e 100644 --- a/solidity.html.markdown +++ b/solidity.html.markdown @@ -829,7 +829,6 @@ someContractAddress.callcode('function_name'); ## Additional resources - [Solidity Docs](https://solidity.readthedocs.org/en/latest/) - [Smart Contract Best Practices](https://github.com/ConsenSys/smart-contract-best-practices) -- [Solidity Style Guide](https://ethereum.github.io/solidity//docs/style-guide/): Ethereum's style guide is heavily derived from Python's [pep8](https://www.python.org/dev/peps/pep-0008/) style guide. - [EthFiddle - The JsFiddle for Solidity](https://ethfiddle.com/) - [Browser-based Solidity Editor](https://remix.ethereum.org/) - [Gitter Solidity Chat room](https://gitter.im/ethereum/solidity) @@ -850,9 +849,10 @@ someContractAddress.callcode('function_name'); - [Hacking Distributed Blog](http://hackingdistributed.com/) ## Style -- Python's [PEP8](https://www.python.org/dev/peps/pep-0008/) is used as the baseline style guide, including its general philosophy +- [Solidity Style Guide](http://solidity.readthedocs.io/en/latest/style-guide.html): Ethereum's style guide is heavily derived from Python's [PEP 8](https://www.python.org/dev/peps/pep-0008/) style guide. ## Editors +- [Emacs Solidity Mode](https://github.com/ethereum/emacs-solidity) - [Vim Solidity](https://github.com/tomlion/vim-solidity) - Editor Snippets ([Ultisnips format](https://gist.github.com/nemild/98343ce6b16b747788bc)) |