Skip to content

Commit

Permalink
reference
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzhiyong0410 committed Nov 24, 2020
1 parent 8aca38a commit 67ca160
Show file tree
Hide file tree
Showing 98 changed files with 1,179 additions and 457 deletions.
Binary file modified build/doctrees/environment.pickle
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified build/doctrees/index.doctree
Binary file not shown.
Binary file modified build/doctrees/reference-for-block/basic.doctree
Binary file not shown.
Binary file modified build/doctrees/reference-for-block/block.doctree
Binary file not shown.
Binary file modified build/doctrees/reference-for-block/lists.doctree
Binary file not shown.
Binary file modified build/doctrees/reference-for-block/logic.doctree
Binary file not shown.
Binary file modified build/doctrees/reference-for-block/loops.doctree
Binary file not shown.
Binary file modified build/doctrees/reference-for-block/math.doctree
Binary file not shown.
Binary file added build/doctrees/reference-for-block/music.doctree
Binary file not shown.
Binary file modified build/doctrees/reference-for-block/text.doctree
Binary file not shown.
Binary file modified build/doctrees/reference-for-python/ezblock.doctree
Binary file not shown.
Binary file added build/doctrees/reference.doctree
Binary file not shown.
Binary file modified build/doctrees/tutorial.doctree
Binary file not shown.
Binary file added build/html/_images/beat.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/html/_images/lowc.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/html/_images/settempoto.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,20 +1,7 @@
# function Introduction

# Get Started
![a](./img/ezblock2.0-gettingstart.png)
## log in
![a](./img/ezblock2.0-gettingstart2.png)
## create project
![a](./img/ezblock2.0-gettingstart3.png)
## Block programming illustrate
![a](./img/ezblock2.0-gettingstart4.png)
## Project Management
![a](./img/ezblock2.0-gettingstart5.png)
## example
![a](./img/ezblock2.0-gettingstart6.png)
## remote control
![a](./img/ezblock2.0-gettingstart7.png)
![a](./img/ezblock2.0-gettingstart8.png)
![a](./img/ezblock2.0-gettingstart9.png)
![a](./img/ezblock2.0-gettingstart10.png)
![a](./img/ezblock2.0-gettingstart11.png)
![a](./img/ezblock2.0-gettingstart12.png)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Remote Control
![a](./img/ezblock2.0-gettingstart7.png)
![a](./img/ezblock2.0-gettingstart8.png)
![a](./img/ezblock2.0-gettingstart9.png)
![a](./img/ezblock2.0-gettingstart10.png)
![a](./img/ezblock2.0-gettingstart11.png)
![a](./img/ezblock2.0-gettingstart12.png)
1 change: 1 addition & 0 deletions build/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ Ezblock Technical documentation
:maxdepth: 2

tutorial
reference

2 changes: 1 addition & 1 deletion build/html/_sources/reference-for-block/basic.md.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# basic
# Basic


## ![a](./img/basic/Start.jpg)
Expand Down
6 changes: 2 additions & 4 deletions build/html/_sources/reference-for-block/block.rst.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
Reference for Block
Block
====================

This article introduces the use and annotation of blocks in block programming

Product
^^^^^^^

.. toctree::
:maxdepth: 1

Expand All @@ -15,3 +12,4 @@ Product
math
text
lists
music
2 changes: 1 addition & 1 deletion build/html/_sources/reference-for-block/lists.md.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# lists
# Lists
## ![a](./img/lists/createemptylist.jpg)
- **effect:** More often, an empty list is assigned to a variable, or it can be output directly.
***
Expand Down
2 changes: 1 addition & 1 deletion build/html/_sources/reference-for-block/logic.md.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# logic
# Logic

## ![a](./img/logic/ifdo.jpg)
- **effect:** Used to capture changes in variables to respond When the condition is met, that is, when the parameter value is true, the content of the block will be executed
Expand Down
2 changes: 1 addition & 1 deletion build/html/_sources/reference-for-block/loops.md.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# loops
# Loops

## ![a](./img/loops/repeat.jpg)
- **effect:** The code in the block will be executed a certain number of times
Expand Down
2 changes: 1 addition & 1 deletion build/html/_sources/reference-for-block/math.md.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# math
# Math

## ![a](./img/math/ling.jpg)
- **effect:** Usually a digital block for assignment, the parameter can be negative or decimals.
Expand Down
16 changes: 16 additions & 0 deletions build/html/_sources/reference-for-block/music.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Music

## prefac
__These blocks can only be used in conjunction with some specific blocks, such as picar-x car__

##![a](./img/music/lowc.jpg)
- **effect:** Set tone
***

##![a](./img/music/settempoto.jpg)
- **effect:** Set music speed
***

##![a](./img/music/beat.jpg)
- **effect:** Set the beat
***
2 changes: 1 addition & 1 deletion build/html/_sources/reference-for-block/text.md.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# basic
# Basic

## ![a](./img/text/diandian.jpg)
- **effect:** String value, generally used for assignment or judgment
Expand Down
2 changes: 1 addition & 1 deletion build/html/_sources/reference-for-python/ezblock.rst.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Reference for Python
Python
====================

ezblock
Expand Down
8 changes: 8 additions & 0 deletions build/html/_sources/reference.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
References
==========

.. toctree::
:maxdepth: 1

reference-for-block/block
reference-for-python/ezblock
7 changes: 3 additions & 4 deletions build/html/_sources/tutorial.rst.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
Tutorial
========
Tutorials
=========

.. toctree::
:maxdepth: 1

get-started-with-ezblock2.0/get-started-with-ezblock2.0
reference-for-python/ezblock
reference-for-block/block
get-started-with-ezblock2.0/remote-control
3 changes: 2 additions & 1 deletion build/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@


<ul>
<li class="toctree-l1"><a class="reference internal" href="tutorial.html">Tutorial</a></li>
<li class="toctree-l1"><a class="reference internal" href="tutorial.html">Tutorials</a></li>
<li class="toctree-l1"><a class="reference internal" href="reference.html">References</a></li>
</ul>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>function Introduction &mdash; Ezblock documentation</title>
<title>Get Started &mdash; Ezblock documentation</title>



Expand All @@ -35,8 +35,8 @@
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="Reference for Python" href="../reference-for-python/ezblock.html" />
<link rel="prev" title="Tutorial" href="../tutorial.html" />
<link rel="next" title="Remote Control" href="remote-control.html" />
<link rel="prev" title="Tutorials" href="../tutorial.html" />
</head>

<body class="wy-body-for-nav">
Expand Down Expand Up @@ -81,20 +81,12 @@


<ul class="current">
<li class="toctree-l1 current"><a class="reference internal" href="../tutorial.html">Tutorial</a><ul class="current">
<li class="toctree-l2 current"><a class="current reference internal" href="#">function Introduction</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#log-in">log in</a></li>
<li class="toctree-l3"><a class="reference internal" href="#create-project">create project</a></li>
<li class="toctree-l3"><a class="reference internal" href="#block-programming-illustrate">Block programming illustrate</a></li>
<li class="toctree-l3"><a class="reference internal" href="#project-management">Project Management</a></li>
<li class="toctree-l3"><a class="reference internal" href="#example">example</a></li>
<li class="toctree-l3"><a class="reference internal" href="#remote-control">remote control</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="../reference-for-python/ezblock.html">Reference for Python</a></li>
<li class="toctree-l2"><a class="reference internal" href="../reference-for-block/block.html">Reference for Block</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="../tutorial.html">Tutorials</a><ul class="current">
<li class="toctree-l2 current"><a class="current reference internal" href="#">Get Started</a></li>
<li class="toctree-l2"><a class="reference internal" href="remote-control.html">Remote Control</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../reference.html">References</a></li>
</ul>


Expand Down Expand Up @@ -140,9 +132,9 @@

<li><a href="../index.html">Docs</a> &raquo;</li>

<li><a href="../tutorial.html">Tutorial</a> &raquo;</li>
<li><a href="../tutorial.html">Tutorials</a> &raquo;</li>

<li>function Introduction</li>
<li>Get Started</li>


<li class="wy-breadcrumbs-aside">
Expand All @@ -161,38 +153,14 @@
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">

<div class="section" id="function-introduction">
<h1>function Introduction<a class="headerlink" href="#function-introduction" title="Permalink to this headline"></a></h1>
<p><img alt="a" src="../_images/ezblock2.0-gettingstart.png" /></p>
<div class="section" id="log-in">
<h2>log in<a class="headerlink" href="#log-in" title="Permalink to this headline"></a></h2>
<p><img alt="a" src="../_images/ezblock2.0-gettingstart2.png" /></p>
</div>
<div class="section" id="create-project">
<h2>create project<a class="headerlink" href="#create-project" title="Permalink to this headline"></a></h2>
<p><img alt="a" src="../_images/ezblock2.0-gettingstart3.png" /></p>
</div>
<div class="section" id="block-programming-illustrate">
<h2>Block programming illustrate<a class="headerlink" href="#block-programming-illustrate" title="Permalink to this headline"></a></h2>
<p><img alt="a" src="../_images/ezblock2.0-gettingstart4.png" /></p>
</div>
<div class="section" id="project-management">
<h2>Project Management<a class="headerlink" href="#project-management" title="Permalink to this headline"></a></h2>
<p><img alt="a" src="../_images/ezblock2.0-gettingstart5.png" /></p>
</div>
<div class="section" id="example">
<h2>example<a class="headerlink" href="#example" title="Permalink to this headline"></a></h2>
<p><img alt="a" src="../_images/ezblock2.0-gettingstart6.png" /></p>
</div>
<div class="section" id="remote-control">
<h2>remote control<a class="headerlink" href="#remote-control" title="Permalink to this headline"></a></h2>
<p><img alt="a" src="../_images/ezblock2.0-gettingstart7.png" />
<img alt="a" src="../_images/ezblock2.0-gettingstart8.png" />
<img alt="a" src="../_images/ezblock2.0-gettingstart9.png" />
<img alt="a" src="../_images/ezblock2.0-gettingstart10.png" />
<img alt="a" src="../_images/ezblock2.0-gettingstart11.png" />
<img alt="a" src="../_images/ezblock2.0-gettingstart12.png" /></p>
</div>
<div class="section" id="get-started">
<h1>Get Started<a class="headerlink" href="#get-started" title="Permalink to this headline"></a></h1>
<p><img alt="a" src="../_images/ezblock2.0-gettingstart.png" />
<img alt="a" src="../_images/ezblock2.0-gettingstart2.png" />
<img alt="a" src="../_images/ezblock2.0-gettingstart3.png" />
<img alt="a" src="../_images/ezblock2.0-gettingstart4.png" />
<img alt="a" src="../_images/ezblock2.0-gettingstart5.png" />
<img alt="a" src="../_images/ezblock2.0-gettingstart6.png" /></p>
</div>


Expand All @@ -203,10 +171,10 @@ <h2>remote control<a class="headerlink" href="#remote-control" title="Permalink

<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">

<a href="../reference-for-python/ezblock.html" class="btn btn-neutral float-right" title="Reference for Python" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
<a href="remote-control.html" class="btn btn-neutral float-right" title="Remote Control" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>


<a href="../tutorial.html" class="btn btn-neutral float-left" title="Tutorial" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
<a href="../tutorial.html" class="btn btn-neutral float-left" title="Tutorials" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>

</div>

Expand Down

0 comments on commit 67ca160

Please sign in to comment.