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. 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. We know that blockchain ecosystem is very new and that lots of information is scattered around the web.
......
...@@ -30,7 +30,7 @@ import os ...@@ -30,7 +30,7 @@ import os
# Add any Sphinx extension module names here, as strings. They can be # Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones. # ones.
extensions = [] extensions = ['recommonmark'] # required for sphinx v3.0.0
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates'] templates_path = ['_templates']
......
Examples
============
coming soon
\ No newline at end of file
...@@ -55,40 +55,29 @@ Useful links: ...@@ -55,40 +55,29 @@ Useful links:
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
:caption: Solidity Unit Testing
unittesting
assert_library
examples
.. toctree::
:maxdepth: 2
:caption: Using Remix :caption: Using Remix
contract_metadata contract_metadata
create_deploy create_deploy
tutorial_debug tutorial_debug
FAQ
import import
remix_commands remix_commands
remixd remixd
unittesting FAQ
assert_library
.. toctree::
:maxdepth: 2
:caption: Building Plugins
remix_plugin.md
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
:caption: URLs & Downloads :caption: Miscellaneous
locations locations
.. toctree::
:maxdepth: 2
:caption: Tutorials and workshops
remix_tutorials_github remix_tutorials_github
.. toctree::
:maxdepth: 2
:caption: Code contribution guide
code_contribution_guide code_contribution_guide
community 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). 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 `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. There are two ways to start debugging, each one corresponds to a different use case.
......
Unit Testing Unit Testing Plugin
============ ============
Click the 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