diff options
Diffstat (limited to 'docs/solidity-in-depth.rst')
-rw-r--r-- | docs/solidity-in-depth.rst | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/solidity-in-depth.rst b/docs/solidity-in-depth.rst new file mode 100644 index 00000000..40704698 --- /dev/null +++ b/docs/solidity-in-depth.rst @@ -0,0 +1,19 @@ +################# +Solidity in Depth +################# + +This section should provide you with all you need to know about Solidity. +If something is missing here, please contact us on +`Gitter <https://gitter.im/ethereum/solidity>`_ or make a pull request on +`Github <https://github.com/ethereum/solidity/pulls>`_. + +.. toctree:: + :maxdepth: 2 + + layout-of-source-files.rst + structure-of-a-contract.rst + types.rst + units-and-global-variables.rst + control-structures.rst + contracts.rst + miscellaneous.rst |