Skip to content

Commit

Permalink
docs: update project structure description
Browse files Browse the repository at this point in the history
  • Loading branch information
shengchenyang committed May 17, 2024
1 parent 4f44414 commit c0527bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
6 changes: 1 addition & 5 deletions docs/intro/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,11 @@ DemoSpider/
| | |-- error.log # loguru 日志 error 规则输出文件
| |-- middlewares.py # project middlewares definition file
| |-- pipelines.py # project pipelines definition file
| |-- run.py # scrapy 运行文件
| |-- run.sh # 项目运行 shell,运行以上的 run.py,win 平台不会生成此文件
| |-- settings.py # project settings definition file
| |-- spiders # a directory where you'll later put your spiders
| | |-- __init__.py
| `-- VIT
| `-- .conf # 配置文件,用于修改 Mysql, MongoDB 等配置
|-- README.md # 说明文档
|-- requirements.txt # 依赖文件
| `-- .conf # 配置文件,用于设置 Mysql, MongoDB 等配置
`-- scrapy.cfg # deploy configuration file
```

Expand Down
4 changes: 0 additions & 4 deletions docs/topics/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,12 @@
| | `-- error.log
| |-- middlewares.py
| |-- pipelines.py
| |-- run.py
| |-- run.sh
| |-- settings.py
| |-- spiders
| | |-- __init__.py
| | `-- spider1.py
| `-- VIT
| `-- .conf
|-- README.md
|-- requirements.txt
`-- scrapy.cfg
```

Expand Down

0 comments on commit c0527bb

Please sign in to comment.