Skip to content

Commit

Permalink
rename vdl_scratch.py to vdl_create_scratch_log (#259)
Browse files Browse the repository at this point in the history
* rename vdl_scratch.py to vdl_create_scratch_log

* Simply replace the vdl_scratch.py
  • Loading branch information
jetfuel authored Feb 6, 2018
1 parent ef48ef3 commit 1574cc0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ VisualDL 目前支持4种组件:
# 安装,建議是在虛擬環境下。
pip install --upgrade visualdl
# 运行一个例子,vdl_scratch.py将创建测试日志
vdl_scratch.py
# 运行一个例子,vdl_create_scratch_log 将创建测试日志
vdl_create_scratch_log
visualDL --logdir=scratch_log --port=8080
# 访问 http://127.0.0.1:8080
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ To give the VisualDL a quick test, please use the following commands.
# Install the VisualDL. Preferably under a virtual environment.
pip install --upgrade visualdl
# run a demo, vdl_scratch.py will create logs for testing.
vdl_scratch.py
# run a demo, vdl_create_scratch_log will create logs for testing.
vdl_create_scratch_log
visualDL --logdir=scratch_log --port=8080
# visit http://127.0.0.1:8080
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@ def run(self):
},
packages=packages,
ext_modules=[Extension('_foo', ['stub.cc'])],
scripts=['visualdl/server/visualDL', 'demo/vdl_scratch.py'],
scripts=['visualdl/server/visualDL', 'demo/vdl_create_scratch_log'],
cmdclass=cmdclass)

0 comments on commit 1574cc0

Please sign in to comment.