ide docs layout updated

pull/1/head
aniket-engg 5 years ago committed by Aniket
parent e563a9caa2
commit 772fb3b8e2
  1. 2
      docs/code_contribution_guide.md
  2. 2
      docs/community.md
  3. 2
      docs/conf.py
  4. 4
      docs/examples.md
  5. 31
      docs/index.rst
  6. 2
      docs/remix_tutorials_github.md
  7. 2
      docs/remixd.md
  8. 2
      docs/tutorial_debug.md
  9. 2
      docs/unittesting.md

@ -1,4 +1,4 @@
Code contribution guide
Code Contribution Guide
=======================
Remix is an open source tool and we encourage anyone to help us improve our tool.

@ -1,4 +1,4 @@
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']

@ -0,0 +1,4 @@
Examples
============
coming soon

@ -53,6 +53,14 @@ Useful links:
debugger
static_analysis
.. toctree::
:maxdepth: 2
:caption: Solidity Unit Testing
unittesting
assert_library
examples
.. toctree::
:maxdepth: 2
:caption: Using Remix
@ -60,35 +68,16 @@ Useful links:
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

@ -1,4 +1,4 @@
Remix Tutorials
Remix Github Tutorials
=======================
There are a series of tutorials in our github repo [remix-workshops](https://github.com/ethereum/remix-workshops).

@ -1,4 +1,4 @@
Remixd: Get access your local filesystem
Remixd: Access your Local Filesystem
=========================================
`remixd` is an npm module. Its purpose is to give the remix web

@ -1,4 +1,4 @@
Debugging transactions
Debugging Transactions
======================
There are two ways to start debugging, each one corresponds to a different use case.

@ -1,4 +1,4 @@
Unit Testing
Unit Testing Plugin
============
Click the

Loading…
Cancel
Save