aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAdrianClv <adrianclv@gmail.com>2017-04-29 23:22:01 +0800
committerAdrianClv <adrianclv@gmail.com>2017-04-29 23:22:01 +0800
commit4658c4f28bbfef919583b5885aa5742e6b55bdd8 (patch)
tree0e0240622b34c8545257b4ba2ac8d00900db8cc2 /docs
parentf33614e1f7c85126b8f1a6d007f5824f6dce237d (diff)
downloaddexon-solidity-4658c4f28bbfef919583b5885aa5742e6b55bdd8.tar
dexon-solidity-4658c4f28bbfef919583b5885aa5742e6b55bdd8.tar.gz
dexon-solidity-4658c4f28bbfef919583b5885aa5742e6b55bdd8.tar.bz2
dexon-solidity-4658c4f28bbfef919583b5885aa5742e6b55bdd8.tar.lz
dexon-solidity-4658c4f28bbfef919583b5885aa5742e6b55bdd8.tar.xz
dexon-solidity-4658c4f28bbfef919583b5885aa5742e6b55bdd8.tar.zst
dexon-solidity-4658c4f28bbfef919583b5885aa5742e6b55bdd8.zip
Added Doxity in the Solidity Tools section
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 7ffec806..1312864a 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -53,7 +53,7 @@ Available Solidity Integrations
* `Atom Solidity Linter <https://atom.io/packages/linter-solidity>`_
Plugin for the Atom editor that provides Solidity linting.
-
+
* `Solium <https://github.com/duaraghav8/Solium/>`_
A commandline linter for Solidity which strictly follows the rules prescribed by the `Solidity Style Guide <http://solidity.readthedocs.io/en/latest/style-guide.html>`_.
@@ -90,6 +90,9 @@ Solidity Tools
* `evmdis <https://github.com/Arachnid/evmdis>`_
EVM Disassembler that performs static analysis on the bytecode to provide a higher level of abstraction than raw EVM operations.
+* `Doxity <https://github.com/DigixGlobal/doxity>`_
+ Documentation Generator for Solidity.
+
Third-Party Solidity Parsers and Grammars
-----------------------------------------