Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
772fb3b8
Commit
772fb3b8
authored
Apr 09, 2020
by
aniket-engg
Committed by
Aniket
Apr 10, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ide docs layout updated
parent
e563a9ca
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
22 additions
and
28 deletions
+22
-28
code_contribution_guide.md
docs/code_contribution_guide.md
+1
-1
community.md
docs/community.md
+1
-1
conf.py
docs/conf.py
+1
-1
examples.md
docs/examples.md
+5
-0
index.rst
docs/index.rst
+10
-21
remix_tutorials_github.md
docs/remix_tutorials_github.md
+1
-1
remixd.md
docs/remixd.md
+1
-1
tutorial_debug.md
docs/tutorial_debug.md
+1
-1
unittesting.md
docs/unittesting.md
+1
-1
No files found.
docs/code_contribution_guide.md
View file @
772fb3b8
Code
contribution g
uide
Code
Contribution G
uide
=======================
=======================
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.
...
...
docs/community.md
View file @
772fb3b8
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.
...
...
docs/conf.py
View file @
772fb3b8
...
@@ -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'
]
...
...
docs/examples.md
0 → 100644
View file @
772fb3b8
Examples
============
coming soon
\ No newline at end of file
docs/index.rst
View file @
772fb3b8
...
@@ -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 & Download
s
:caption:
Miscellaneou
s
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
docs/remix_tutorials_github.md
View file @
772fb3b8
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
)
.
...
...
docs/remixd.md
View file @
772fb3b8
Remixd:
Get access your local f
ilesystem
Remixd:
Access your Local F
ilesystem
=========================================
=========================================
`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
...
...
docs/tutorial_debug.md
View file @
772fb3b8
Debugging
t
ransactions
Debugging
T
ransactions
======================
======================
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.
...
...
docs/unittesting.md
View file @
772fb3b8
Unit Testing
Unit Testing
Plugin
============
============
Click the
Click the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment