This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new aa0c3ae  Automated deployment: ec32209a0f60c0f899d897677924bdd1388f566c
aa0c3ae is described below

commit aa0c3aee39a8b158abe4e1f965090a37e004b15a
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 30 10:06:41 2021 +0000

    Automated deployment: ec32209a0f60c0f899d897677924bdd1388f566c
---
 en-us/docs/2.0.0/user_doc/guide/task/python.html  | 3 ++-
 en-us/docs/2.0.0/user_doc/guide/task/python.json  | 2 +-
 en-us/docs/dev/user_doc/guide/task/python.html    | 3 ++-
 en-us/docs/dev/user_doc/guide/task/python.json    | 2 +-
 en-us/docs/latest/user_doc/guide/task/python.html | 3 ++-
 en-us/docs/latest/user_doc/guide/task/python.json | 2 +-
 zh-cn/docs/2.0.0/user_doc/guide/task/python.html  | 3 ++-
 zh-cn/docs/2.0.0/user_doc/guide/task/python.json  | 2 +-
 zh-cn/docs/dev/user_doc/guide/task/python.html    | 3 ++-
 zh-cn/docs/dev/user_doc/guide/task/python.json    | 2 +-
 zh-cn/docs/latest/user_doc/guide/task/python.html | 3 ++-
 zh-cn/docs/latest/user_doc/guide/task/python.json | 2 +-
 12 files changed, 18 insertions(+), 12 deletions(-)

diff --git a/en-us/docs/2.0.0/user_doc/guide/task/python.html 
b/en-us/docs/2.0.0/user_doc/guide/task/python.html
index 2c236ed..47a3d3e 100644
--- a/en-us/docs/2.0.0/user_doc/guide/task/python.html
+++ b/en-us/docs/2.0.0/user_doc/guide/task/python.html
@@ -22,9 +22,10 @@
  </p>
 <ul>
 <li>Script: Python program developed by the user</li>
+<li>Environment Name: Specific which Python interpreter would be use and run 
<code>Script</code>. If you want to use Python virtualenv, you should create 
multiply environments for each virtualenv.</li>
 <li>Resources: refers to the list of resource files that need to be called in 
the script</li>
 <li>User-defined parameter: It is a local user-defined parameter of Python, 
which will replace the content with ${variable} in the script</li>
-<li>Note: If you import the python file under the resource directory tree, you 
need to add the <strong>init</strong>.py file</li>
+<li>Note: If you import the python file under the resource directory tree, you 
need to add the <code>__init__.py</code> file</li>
 </ul>
 </div></section><footer class="footer-container"><div 
class="footer-body"><div><h3>About us</h3><h4>Do you need feedback? Please 
contact us through the following ways.</h4></div><div 
class="contact-container"><ul><li><img class="img-base" 
src="/img/emailgray.png"/><img class="img-change" src="/img/emailblue.png"/><a 
href="/en-us/community/development/subscribe.html"><p>Email 
List</p></a></li><li><img class="img-base" src="/img/twittergray.png"/><img 
class="img-change" src="/img/twitterbl [...]
   <script 
src="//cdn.jsdelivr.net/npm/[email protected]/dist/react-with-addons.min.js"></script>
diff --git a/en-us/docs/2.0.0/user_doc/guide/task/python.json 
b/en-us/docs/2.0.0/user_doc/guide/task/python.json
index 8bef23a..94f6d60 100644
--- a/en-us/docs/2.0.0/user_doc/guide/task/python.json
+++ b/en-us/docs/2.0.0/user_doc/guide/task/python.json
@@ -1,6 +1,6 @@
 {
   "filename": "python.md",
-  "__html": "<h1>Python</h1>\n<ul>\n<li>Using python nodes, you can directly 
execute python scripts. For python nodes, workers will use <code>python 
**</code> to submit tasks.</li>\n</ul>\n<blockquote>\n<p>Drag in the 
toolbar<img 
src=\"https://analysys.github.io/easyscheduler_docs_cn/images/toolbar_PYTHON.png\";
 alt=\"PNG\">The task node to the drawing board, as shown in the following 
figure:</p>\n</blockquote>\n<p align=\"center\">\n   <img 
src=\"/img/python-en.png\" width=\"80%\" />\n < [...]
+  "__html": "<h1>Python</h1>\n<ul>\n<li>Using python nodes, you can directly 
execute python scripts. For python nodes, workers will use <code>python 
**</code> to submit tasks.</li>\n</ul>\n<blockquote>\n<p>Drag in the 
toolbar<img 
src=\"https://analysys.github.io/easyscheduler_docs_cn/images/toolbar_PYTHON.png\";
 alt=\"PNG\">The task node to the drawing board, as shown in the following 
figure:</p>\n</blockquote>\n<p align=\"center\">\n   <img 
src=\"/img/python-en.png\" width=\"80%\" />\n < [...]
   "link": "/dist/en-us/docs/2.0.0/user_doc/guide/task/python.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/en-us/docs/dev/user_doc/guide/task/python.html 
b/en-us/docs/dev/user_doc/guide/task/python.html
index 1f69921..f9a273f 100644
--- a/en-us/docs/dev/user_doc/guide/task/python.html
+++ b/en-us/docs/dev/user_doc/guide/task/python.html
@@ -22,9 +22,10 @@
  </p>
 <ul>
 <li>Script: Python program developed by the user</li>
+<li>Environment Name: Specific which Python interpreter would be use and run 
<code>Script</code>. If you want to use Python virtualenv, you should create 
multiply environments for each virtualenv.</li>
 <li>Resources: refers to the list of resource files that need to be called in 
the script</li>
 <li>User-defined parameter: It is a local user-defined parameter of Python, 
which will replace the content with ${variable} in the script</li>
-<li>Note: If you import the python file under the resource directory tree, you 
need to add the <strong>init</strong>.py file</li>
+<li>Note: If you import the python file under the resource directory tree, you 
need to add the <code>__init__.py</code> file</li>
 </ul>
 </div></section><footer class="footer-container"><div 
class="footer-body"><div><h3>About us</h3><h4>Do you need feedback? Please 
contact us through the following ways.</h4></div><div 
class="contact-container"><ul><li><img class="img-base" 
src="/img/emailgray.png"/><img class="img-change" src="/img/emailblue.png"/><a 
href="/en-us/community/development/subscribe.html"><p>Email 
List</p></a></li><li><img class="img-base" src="/img/twittergray.png"/><img 
class="img-change" src="/img/twitterbl [...]
   <script 
src="//cdn.jsdelivr.net/npm/[email protected]/dist/react-with-addons.min.js"></script>
diff --git a/en-us/docs/dev/user_doc/guide/task/python.json 
b/en-us/docs/dev/user_doc/guide/task/python.json
index b9a82b7..9e08fa5 100644
--- a/en-us/docs/dev/user_doc/guide/task/python.json
+++ b/en-us/docs/dev/user_doc/guide/task/python.json
@@ -1,6 +1,6 @@
 {
   "filename": "python.md",
-  "__html": "<h1>Python</h1>\n<ul>\n<li>Using python nodes, you can directly 
execute python scripts. For python nodes, workers will use <code>python 
**</code> to submit tasks.</li>\n</ul>\n<blockquote>\n<p>Drag in the 
toolbar<img 
src=\"https://analysys.github.io/easyscheduler_docs_cn/images/toolbar_PYTHON.png\";
 alt=\"PNG\">The task node to the drawing board, as shown in the following 
figure:</p>\n</blockquote>\n<p align=\"center\">\n   <img 
src=\"/img/python-en.png\" width=\"80%\" />\n < [...]
+  "__html": "<h1>Python</h1>\n<ul>\n<li>Using python nodes, you can directly 
execute python scripts. For python nodes, workers will use <code>python 
**</code> to submit tasks.</li>\n</ul>\n<blockquote>\n<p>Drag in the 
toolbar<img 
src=\"https://analysys.github.io/easyscheduler_docs_cn/images/toolbar_PYTHON.png\";
 alt=\"PNG\">The task node to the drawing board, as shown in the following 
figure:</p>\n</blockquote>\n<p align=\"center\">\n   <img 
src=\"/img/python-en.png\" width=\"80%\" />\n < [...]
   "link": "/dist/en-us/docs/dev/user_doc/guide/task/python.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/en-us/docs/latest/user_doc/guide/task/python.html 
b/en-us/docs/latest/user_doc/guide/task/python.html
index 2c236ed..47a3d3e 100644
--- a/en-us/docs/latest/user_doc/guide/task/python.html
+++ b/en-us/docs/latest/user_doc/guide/task/python.html
@@ -22,9 +22,10 @@
  </p>
 <ul>
 <li>Script: Python program developed by the user</li>
+<li>Environment Name: Specific which Python interpreter would be use and run 
<code>Script</code>. If you want to use Python virtualenv, you should create 
multiply environments for each virtualenv.</li>
 <li>Resources: refers to the list of resource files that need to be called in 
the script</li>
 <li>User-defined parameter: It is a local user-defined parameter of Python, 
which will replace the content with ${variable} in the script</li>
-<li>Note: If you import the python file under the resource directory tree, you 
need to add the <strong>init</strong>.py file</li>
+<li>Note: If you import the python file under the resource directory tree, you 
need to add the <code>__init__.py</code> file</li>
 </ul>
 </div></section><footer class="footer-container"><div 
class="footer-body"><div><h3>About us</h3><h4>Do you need feedback? Please 
contact us through the following ways.</h4></div><div 
class="contact-container"><ul><li><img class="img-base" 
src="/img/emailgray.png"/><img class="img-change" src="/img/emailblue.png"/><a 
href="/en-us/community/development/subscribe.html"><p>Email 
List</p></a></li><li><img class="img-base" src="/img/twittergray.png"/><img 
class="img-change" src="/img/twitterbl [...]
   <script 
src="//cdn.jsdelivr.net/npm/[email protected]/dist/react-with-addons.min.js"></script>
diff --git a/en-us/docs/latest/user_doc/guide/task/python.json 
b/en-us/docs/latest/user_doc/guide/task/python.json
index 8bef23a..94f6d60 100644
--- a/en-us/docs/latest/user_doc/guide/task/python.json
+++ b/en-us/docs/latest/user_doc/guide/task/python.json
@@ -1,6 +1,6 @@
 {
   "filename": "python.md",
-  "__html": "<h1>Python</h1>\n<ul>\n<li>Using python nodes, you can directly 
execute python scripts. For python nodes, workers will use <code>python 
**</code> to submit tasks.</li>\n</ul>\n<blockquote>\n<p>Drag in the 
toolbar<img 
src=\"https://analysys.github.io/easyscheduler_docs_cn/images/toolbar_PYTHON.png\";
 alt=\"PNG\">The task node to the drawing board, as shown in the following 
figure:</p>\n</blockquote>\n<p align=\"center\">\n   <img 
src=\"/img/python-en.png\" width=\"80%\" />\n < [...]
+  "__html": "<h1>Python</h1>\n<ul>\n<li>Using python nodes, you can directly 
execute python scripts. For python nodes, workers will use <code>python 
**</code> to submit tasks.</li>\n</ul>\n<blockquote>\n<p>Drag in the 
toolbar<img 
src=\"https://analysys.github.io/easyscheduler_docs_cn/images/toolbar_PYTHON.png\";
 alt=\"PNG\">The task node to the drawing board, as shown in the following 
figure:</p>\n</blockquote>\n<p align=\"center\">\n   <img 
src=\"/img/python-en.png\" width=\"80%\" />\n < [...]
   "link": "/dist/en-us/docs/2.0.0/user_doc/guide/task/python.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/2.0.0/user_doc/guide/task/python.html 
b/zh-cn/docs/2.0.0/user_doc/guide/task/python.html
index c3aebd0..02ce1ba 100644
--- a/zh-cn/docs/2.0.0/user_doc/guide/task/python.html
+++ b/zh-cn/docs/2.0.0/user_doc/guide/task/python.html
@@ -22,9 +22,10 @@
  </p>
 <ul>
 <li>脚本:用户开发的Python程序</li>
+<li>环境名称:执行Python程序的解释器路径,指定运行脚本的解释器。当你需要使用 Python <strong>虚拟环境</strong> 
时,可以通过创建不同的环境名称来实现。</li>
 <li>资源:是指脚本中需要调用的资源文件列表</li>
 <li>自定义参数:是Python局部的用户自定义参数,会替换脚本中以${变量}的内容</li>
-<li>注意:若引入资源目录树下的python文件,需添加__init__.py文件</li>
+<li>注意:若引入资源目录树下的python文件,需添加 <code>__init__.py</code> 文件</li>
 </ul>
 </div></section><footer class="footer-container"><div 
class="footer-body"><div><h3>联系我们</h3><h4>有问题需要反馈?请通过以下方式联系我们。</h4></div><div 
class="contact-container"><ul><li><img class="img-base" 
src="/img/emailgray.png"/><img class="img-change" src="/img/emailblue.png"/><a 
href="/zh-cn/community/development/subscribe.html"><p>邮件列表</p></a></li><li><img 
class="img-base" src="/img/twittergray.png"/><img class="img-change" 
src="/img/twitterblue.png"/><a href="https://twitter.com/dolphinschedule";><p 
[...]
   <script 
src="//cdn.jsdelivr.net/npm/[email protected]/dist/react-with-addons.min.js"></script>
diff --git a/zh-cn/docs/2.0.0/user_doc/guide/task/python.json 
b/zh-cn/docs/2.0.0/user_doc/guide/task/python.json
index 086f977..d204610 100644
--- a/zh-cn/docs/2.0.0/user_doc/guide/task/python.json
+++ b/zh-cn/docs/2.0.0/user_doc/guide/task/python.json
@@ -1,6 +1,6 @@
 {
   "filename": "python.md",
-  "__html": 
"<h1>Python节点</h1>\n<ul>\n<li>使用python节点,可以直接执行python脚本,对于python节点,worker会使用<code>python
 **</code>方式提交任务。</li>\n</ul>\n<blockquote>\n<p>拖动工具栏中的<img 
src=\"https://analysys.github.io/easyscheduler_docs_cn/images/toolbar_PYTHON.png\";
 alt=\"PNG\">任务节点到画板中,如下图所示:</p>\n</blockquote>\n<p align=\"center\">\n   <img 
src=\"/img/python_edit.png\" width=\"80%\" />\n 
</p>\n<ul>\n<li>脚本:用户开发的Python程序</li>\n<li>资源:是指脚本中需要调用的资源文件列表</li>\n<li>自定义参数:是Python局部的用户自定义参数,会替换脚本中以${变量}的内容</li>\n<li>
 [...]
+  "__html": 
"<h1>Python节点</h1>\n<ul>\n<li>使用python节点,可以直接执行python脚本,对于python节点,worker会使用<code>python
 **</code>方式提交任务。</li>\n</ul>\n<blockquote>\n<p>拖动工具栏中的<img 
src=\"https://analysys.github.io/easyscheduler_docs_cn/images/toolbar_PYTHON.png\";
 alt=\"PNG\">任务节点到画板中,如下图所示:</p>\n</blockquote>\n<p align=\"center\">\n   <img 
src=\"/img/python_edit.png\" width=\"80%\" />\n 
</p>\n<ul>\n<li>脚本:用户开发的Python程序</li>\n<li>环境名称:执行Python程序的解释器路径,指定运行脚本的解释器。当你需要使用
 Python <strong>虚拟环境</strong> 时,可以通过创建不同的 [...]
   "link": "/dist/zh-cn/docs/2.0.0/user_doc/guide/task/python.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/dev/user_doc/guide/task/python.html 
b/zh-cn/docs/dev/user_doc/guide/task/python.html
index 42ff3d2..9a8b832 100644
--- a/zh-cn/docs/dev/user_doc/guide/task/python.html
+++ b/zh-cn/docs/dev/user_doc/guide/task/python.html
@@ -22,9 +22,10 @@
  </p>
 <ul>
 <li>脚本:用户开发的Python程序</li>
+<li>环境名称:执行Python程序的解释器路径,指定运行脚本的解释器。当你需要使用 Python <strong>虚拟环境</strong> 
时,可以通过创建不同的环境名称来实现。</li>
 <li>资源:是指脚本中需要调用的资源文件列表</li>
 <li>自定义参数:是Python局部的用户自定义参数,会替换脚本中以${变量}的内容</li>
-<li>注意:若引入资源目录树下的python文件,需添加__init__.py文件</li>
+<li>注意:若引入资源目录树下的python文件,需添加 <code>__init__.py</code> 文件</li>
 </ul>
 </div></section><footer class="footer-container"><div 
class="footer-body"><div><h3>联系我们</h3><h4>有问题需要反馈?请通过以下方式联系我们。</h4></div><div 
class="contact-container"><ul><li><img class="img-base" 
src="/img/emailgray.png"/><img class="img-change" src="/img/emailblue.png"/><a 
href="/zh-cn/community/development/subscribe.html"><p>邮件列表</p></a></li><li><img 
class="img-base" src="/img/twittergray.png"/><img class="img-change" 
src="/img/twitterblue.png"/><a href="https://twitter.com/dolphinschedule";><p 
[...]
   <script 
src="//cdn.jsdelivr.net/npm/[email protected]/dist/react-with-addons.min.js"></script>
diff --git a/zh-cn/docs/dev/user_doc/guide/task/python.json 
b/zh-cn/docs/dev/user_doc/guide/task/python.json
index a55cfba..56c4668 100644
--- a/zh-cn/docs/dev/user_doc/guide/task/python.json
+++ b/zh-cn/docs/dev/user_doc/guide/task/python.json
@@ -1,6 +1,6 @@
 {
   "filename": "python.md",
-  "__html": 
"<h1>Python节点</h1>\n<ul>\n<li>使用python节点,可以直接执行python脚本,对于python节点,worker会使用<code>python
 **</code>方式提交任务。</li>\n</ul>\n<blockquote>\n<p>拖动工具栏中的<img 
src=\"https://analysys.github.io/easyscheduler_docs_cn/images/toolbar_PYTHON.png\";
 alt=\"PNG\">任务节点到画板中,如下图所示:</p>\n</blockquote>\n<p align=\"center\">\n   <img 
src=\"/img/python_edit.png\" width=\"80%\" />\n 
</p>\n<ul>\n<li>脚本:用户开发的Python程序</li>\n<li>资源:是指脚本中需要调用的资源文件列表</li>\n<li>自定义参数:是Python局部的用户自定义参数,会替换脚本中以${变量}的内容</li>\n<li>
 [...]
+  "__html": 
"<h1>Python节点</h1>\n<ul>\n<li>使用python节点,可以直接执行python脚本,对于python节点,worker会使用<code>python
 **</code>方式提交任务。</li>\n</ul>\n<blockquote>\n<p>拖动工具栏中的<img 
src=\"https://analysys.github.io/easyscheduler_docs_cn/images/toolbar_PYTHON.png\";
 alt=\"PNG\">任务节点到画板中,如下图所示:</p>\n</blockquote>\n<p align=\"center\">\n   <img 
src=\"/img/python_edit.png\" width=\"80%\" />\n 
</p>\n<ul>\n<li>脚本:用户开发的Python程序</li>\n<li>环境名称:执行Python程序的解释器路径,指定运行脚本的解释器。当你需要使用
 Python <strong>虚拟环境</strong> 时,可以通过创建不同的 [...]
   "link": "/dist/zh-cn/docs/dev/user_doc/guide/task/python.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/latest/user_doc/guide/task/python.html 
b/zh-cn/docs/latest/user_doc/guide/task/python.html
index c3aebd0..02ce1ba 100644
--- a/zh-cn/docs/latest/user_doc/guide/task/python.html
+++ b/zh-cn/docs/latest/user_doc/guide/task/python.html
@@ -22,9 +22,10 @@
  </p>
 <ul>
 <li>脚本:用户开发的Python程序</li>
+<li>环境名称:执行Python程序的解释器路径,指定运行脚本的解释器。当你需要使用 Python <strong>虚拟环境</strong> 
时,可以通过创建不同的环境名称来实现。</li>
 <li>资源:是指脚本中需要调用的资源文件列表</li>
 <li>自定义参数:是Python局部的用户自定义参数,会替换脚本中以${变量}的内容</li>
-<li>注意:若引入资源目录树下的python文件,需添加__init__.py文件</li>
+<li>注意:若引入资源目录树下的python文件,需添加 <code>__init__.py</code> 文件</li>
 </ul>
 </div></section><footer class="footer-container"><div 
class="footer-body"><div><h3>联系我们</h3><h4>有问题需要反馈?请通过以下方式联系我们。</h4></div><div 
class="contact-container"><ul><li><img class="img-base" 
src="/img/emailgray.png"/><img class="img-change" src="/img/emailblue.png"/><a 
href="/zh-cn/community/development/subscribe.html"><p>邮件列表</p></a></li><li><img 
class="img-base" src="/img/twittergray.png"/><img class="img-change" 
src="/img/twitterblue.png"/><a href="https://twitter.com/dolphinschedule";><p 
[...]
   <script 
src="//cdn.jsdelivr.net/npm/[email protected]/dist/react-with-addons.min.js"></script>
diff --git a/zh-cn/docs/latest/user_doc/guide/task/python.json 
b/zh-cn/docs/latest/user_doc/guide/task/python.json
index 086f977..d204610 100644
--- a/zh-cn/docs/latest/user_doc/guide/task/python.json
+++ b/zh-cn/docs/latest/user_doc/guide/task/python.json
@@ -1,6 +1,6 @@
 {
   "filename": "python.md",
-  "__html": 
"<h1>Python节点</h1>\n<ul>\n<li>使用python节点,可以直接执行python脚本,对于python节点,worker会使用<code>python
 **</code>方式提交任务。</li>\n</ul>\n<blockquote>\n<p>拖动工具栏中的<img 
src=\"https://analysys.github.io/easyscheduler_docs_cn/images/toolbar_PYTHON.png\";
 alt=\"PNG\">任务节点到画板中,如下图所示:</p>\n</blockquote>\n<p align=\"center\">\n   <img 
src=\"/img/python_edit.png\" width=\"80%\" />\n 
</p>\n<ul>\n<li>脚本:用户开发的Python程序</li>\n<li>资源:是指脚本中需要调用的资源文件列表</li>\n<li>自定义参数:是Python局部的用户自定义参数,会替换脚本中以${变量}的内容</li>\n<li>
 [...]
+  "__html": 
"<h1>Python节点</h1>\n<ul>\n<li>使用python节点,可以直接执行python脚本,对于python节点,worker会使用<code>python
 **</code>方式提交任务。</li>\n</ul>\n<blockquote>\n<p>拖动工具栏中的<img 
src=\"https://analysys.github.io/easyscheduler_docs_cn/images/toolbar_PYTHON.png\";
 alt=\"PNG\">任务节点到画板中,如下图所示:</p>\n</blockquote>\n<p align=\"center\">\n   <img 
src=\"/img/python_edit.png\" width=\"80%\" />\n 
</p>\n<ul>\n<li>脚本:用户开发的Python程序</li>\n<li>环境名称:执行Python程序的解释器路径,指定运行脚本的解释器。当你需要使用
 Python <strong>虚拟环境</strong> 时,可以通过创建不同的 [...]
   "link": "/dist/zh-cn/docs/2.0.0/user_doc/guide/task/python.html",
   "meta": {}
 }
\ No newline at end of file

Reply via email to