diff options
author | chriseth <chris@ethereum.org> | 2017-06-14 23:25:31 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-14 23:25:31 +0800 |
commit | bab470086c8213555eade30f65b161db82475b07 (patch) | |
tree | 456fa29672057afe2f5431e37546f86ebd6d7bc3 /docs/index.rst | |
parent | 5609d2b4a88150c380c0aab6db70557cc7d9e25a (diff) | |
parent | 1d644bed3159c5557623a5f40fe101b517731a9a (diff) | |
download | dexon-solidity-bab470086c8213555eade30f65b161db82475b07.tar.gz dexon-solidity-bab470086c8213555eade30f65b161db82475b07.tar.zst dexon-solidity-bab470086c8213555eade30f65b161db82475b07.zip |
Merge pull request #2364 from VoR0220/abiSpec
Bring ABI Spec Into Solidity Documentation
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index 3e500973..3cdda62d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -145,6 +145,7 @@ Contents solidity-in-depth.rst security-considerations.rst using-the-compiler.rst + abi-spec.rst style-guide.rst common-patterns.rst bugs.rst |