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
538e1ab9
Commit
538e1ab9
authored
May 23, 2018
by
ninabreznik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Try out links
parent
21b97d73
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
conf.py
docs/conf.py
+6
-5
debugger_tab.md
docs/debugger_tab.md
+4
-1
No files found.
docs/conf.py
View file @
538e1ab9
...
@@ -45,9 +45,8 @@ source_suffix = '.md'
...
@@ -45,9 +45,8 @@ source_suffix = '.md'
master_doc
=
'index'
master_doc
=
'index'
# General information about the project.
# General information about the project.
project
=
u'Remix'
project
=
u'Remix, Ethereum-IDE'
copyright
=
u'2017, yann300'
copyright
=
u'2018, Remix'
author
=
u'yann300'
# The version info for the project you're documenting, acts as replacement for
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# |version| and |release|, also used in various other places throughout the
...
@@ -93,6 +92,8 @@ exclude_patterns = ['_build']
...
@@ -93,6 +92,8 @@ exclude_patterns = ['_build']
# The name of the Pygments (syntax highlighting) style to use.
# The name of the Pygments (syntax highlighting) style to use.
pygments_style
=
'sphinx'
pygments_style
=
'sphinx'
highlight_language
=
'Solidity'
\
# A list of ignored prefixes for module index sorting.
# A list of ignored prefixes for module index sorting.
#modindex_common_prefix = []
#modindex_common_prefix = []
...
@@ -107,7 +108,7 @@ todo_include_todos = False
...
@@ -107,7 +108,7 @@ todo_include_todos = False
# The theme to use for HTML and HTML Help pages. See the documentation for
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
# a list of builtin themes.
html_theme
=
'
alabaster
'
html_theme
=
'
default
'
# Theme options are theme-specific and customize the look and feel of a theme
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# further. For a list of options available for each theme, see the
...
@@ -136,7 +137,7 @@ html_theme = 'alabaster'
...
@@ -136,7 +137,7 @@ html_theme = 'alabaster'
# Add any paths that contain custom static files (such as style sheets) here,
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path
=
[
'_static'
]
html_static_path
=
[]
# Add any extra paths that contain custom files (such as robots.txt or
# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied
# .htaccess) here, relative to this directory. These files are copied
...
...
docs/debugger_tab.md
View file @
538e1ab9
...
@@ -9,4 +9,7 @@ features).
...
@@ -9,4 +9,7 @@ features).


For more information about debugging, click on the following link:
For more information about debugging, click on the following link:
../tutorial
\_
debug
.. toctree::
:maxdepth: 2
tutorial_debug.md
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