Commit 772fb3b8 authored by aniket-engg's avatar aniket-engg Committed by Aniket

ide docs layout updated

parent e563a9ca
Code contribution guide
Code Contribution Guide
=======================
Remix is an open source tool and we encourage anyone to help us improve our tool.
......
Community
Community Support
=======================
We know that blockchain ecosystem is very new and that lots of information is scattered around the web.
......
......@@ -30,7 +30,7 @@ import os
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = []
extensions = ['recommonmark'] # required for sphinx v3.0.0
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
......
Examples
============
coming soon
\ No newline at end of file
......@@ -55,40 +55,29 @@ Useful links:
.. toctree::
:maxdepth: 2
:caption: Solidity Unit Testing
unittesting
assert_library
examples
.. toctree::
:maxdepth: 2
:caption: Using Remix
contract_metadata
create_deploy
tutorial_debug
FAQ
import
remix_commands
remixd
unittesting
assert_library
.. toctree::
:maxdepth: 2
:caption: Building Plugins
remix_plugin.md
FAQ
.. toctree::
:maxdepth: 2
:caption: URLs & Downloads
:caption: Miscellaneous
locations
.. toctree::
:maxdepth: 2
:caption: Tutorials and workshops
remix_tutorials_github
.. toctree::
:maxdepth: 2
:caption: Code contribution guide
code_contribution_guide
community
support
Remix Tutorials
Remix Github Tutorials
=======================
There are a series of tutorials in our github repo [remix-workshops](https://github.com/ethereum/remix-workshops).
......
Remixd: Get access your local filesystem
Remixd: Access your Local Filesystem
=========================================
`remixd` is an npm module. Its purpose is to give the remix web
......
Debugging transactions
Debugging Transactions
======================
There are two ways to start debugging, each one corresponds to a different use case.
......
Unit Testing
Unit Testing Plugin
============
Click the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment