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
40eb3a2d
Unverified
Commit
40eb3a2d
authored
May 24, 2018
by
yann300
Committed by
GitHub
May 24, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #816 from ethereum/fixDocs
Use rst for index
parents
a7d0c24f
5a8112d8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
70 additions
and
49 deletions
+70
-49
conf.py
docs/conf.py
+1
-1
index.md
docs/index.md
+0
-48
index.rst
docs/index.rst
+69
-0
No files found.
docs/conf.py
View file @
40eb3a2d
...
@@ -42,7 +42,7 @@ templates_path = ['_templates']
...
@@ -42,7 +42,7 @@ templates_path = ['_templates']
# You can specify multiple suffix as a list of string:
# You can specify multiple suffix as a list of string:
# source_suffix = ['.rst', '.md']
# source_suffix = ['.rst', '.md']
source_suffix
=
[
'.md'
]
source_suffix
=
[
'.
rst'
,
'.
md'
]
# The encoding of source files.
# The encoding of source files.
#source_encoding = 'utf-8-sig'
#source_encoding = 'utf-8-sig'
...
...
docs/index.md
deleted
100644 → 0
View file @
a7d0c24f
Welcome to Remix documentation!
===============================
Remix is a powerful, open source tool that helps you write Solidity contracts straight from the browser.
Written in Javascript, Remix supports both usage in the browser or locally.
Remix also supports testing, debugging and deploying of smart contracts and much more.
Our Remix project with all its features is available
at
`http://remix.ethereum.org`
and more information can be found in these
docs. Our tool is available at
`our GitHub repository
<https://github.com/ethereum/remix-id>`
__
.
This set of documents covers instructions on how to use Remix and some tutorials to help you get started.
## Quick start
*
[
Solidity Editor
](
solidity_editor.md
)
*
[
Compile Tab
](
compile_tab.md
)
*
[
Quick start with JavaScript VM
](
quickstart_javascript_vm.md
)
*
[
Settings
](
settings_tab.md
)
## Deploy and test
*
[
Run tab
](
run_tab.md
)
*
[
Interact with contract
](
udapp.md
)
## Other remix features
*
[
File explorer
](
file_explorer.md
)
*
[
Debugger tab
](
debugger_tab.md
)
*
[
Analysis tab
](
analysis_tab.md
)
*
[
Terminal
](
terminal.md
)
## Tutorials and workshops
*
[
Workshop building smart contracts
](
workshop_Building_smart_contracts_with_Remix.md
)
*
[
Use Remix IDE with local files
](
tutorial_connect_remix_with_your_filesystem.md
)
*
[
How to debug a transaction
](
tutorial_debug.md
)
*
[
How to import solidity file
](
tutorial_import.md
)
*
[
How to use Remix IDE in Mist
](
tutorial_mist.md
)
## How to contibute
*
[
Contribution guide
](
code_contribution_guide.md
)
*
[
Support tab
](
support_tab.md
)
*
[
Support chat
](
support.md
)
docs/index.rst
0 → 100644
View file @
40eb3a2d
Welcome to Remix documentation!
===============================
Remix is a powerful, open source tool that helps you write Solidity contracts straight from the browser.
Written in Javascript, Remix supports both usage in the browser or locally.
Remix also supports testing, debugging and deploying of smart contracts and much more.
Our Remix project with all its features is available
at `http://remix.ethereum.org` and more information can be found in these
docs. Our tool is available at `our GitHub repository
<https://github.com/ethereum/remix-id>`__.
This set of documents covers instructions on how to use Remix and some tutorials to help you get started.
.. quick-start:
.. toctree::
:maxdepth: 2
:caption: Quick start
solidity_editor
compile_tab
quickstart_javascript_vm
settings_tab
.. deploy and test:
.. toctree::
:maxdepth: 2
:caption: Deploy and test
run_tab
udapp
.. _other-remix-features:
.. toctree::
:maxdepth: 2
:caption: Other Remix features
file_explorer
debugger_tab
analysis_tab
terminal
.. _tutorials and workshops:
.. toctree::
:maxdepth: 2
:caption: Tutorials and workshops
workshop_Building_smart_contracts_with_Remix
tutorial_connect_remix_with_your_filesystem
tutorial_debug
tutorial_import
tutorial_mist
.. _code-contribution-guide:
.. toctree::
:maxdepth: 2
:caption: Code contribution guide
code_contribution_guide
support
support_tab
\ No newline at end of file
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