diff --git a/docs/index.rst b/docs/index.rst index 7ffec8066..1312864a5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -53,7 +53,7 @@ Available Solidity Integrations * `Atom Solidity Linter `_ Plugin for the Atom editor that provides Solidity linting. - + * `Solium `_ A commandline linter for Solidity which strictly follows the rules prescribed by the `Solidity Style Guide `_. @@ -90,6 +90,9 @@ Solidity Tools * `evmdis `_ EVM Disassembler that performs static analysis on the bytecode to provide a higher level of abstraction than raw EVM operations. +* `Doxity `_ + Documentation Generator for Solidity. + Third-Party Solidity Parsers and Grammars -----------------------------------------