Skip to content

Commit 23fbef9

Browse files
authored
Merge pull request ictar#75 from Aisuko/master
修改Readme.md中超级链接无效的问题,添加了ignorefile
2 parents f7b5049 + f70c890 commit 23fbef9

File tree

2 files changed

+112
-6
lines changed

2 files changed

+112
-6
lines changed

.gitignore

Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
# Created by .ignore support plugin (hsz.mobi)
2+
### Python template
3+
# Byte-compiled / optimized / DLL files
4+
__pycache__/
5+
*.py[cod]
6+
*$py.class
7+
8+
# C extensions
9+
*.so
10+
11+
# Distribution / packaging
12+
.Python
13+
build/
14+
develop-eggs/
15+
dist/
16+
downloads/
17+
eggs/
18+
.eggs/
19+
lib/
20+
lib64/
21+
parts/
22+
sdist/
23+
var/
24+
wheels/
25+
*.egg-info/
26+
.installed.cfg
27+
*.egg
28+
29+
# PyInstaller
30+
# Usually these files are written by a python script from a template
31+
# before PyInstaller builds the exe, so as to inject date/other infos into it.
32+
*.manifest
33+
*.spec
34+
35+
# Installer logs
36+
pip-log.txt
37+
pip-delete-this-directory.txt
38+
39+
# Unit test / coverage reports
40+
htmlcov/
41+
.tox/
42+
.coverage
43+
.coverage.*
44+
.cache
45+
nosetests.xml
46+
coverage.xml
47+
*.cover
48+
.hypothesis/
49+
50+
# Translations
51+
*.mo
52+
*.pot
53+
54+
# Django stuff:
55+
*.log
56+
local_settings.py
57+
58+
# Flask stuff:
59+
instance/
60+
.webassets-cache
61+
62+
# Scrapy stuff:
63+
.scrapy
64+
65+
# Sphinx documentation
66+
docs/_build/
67+
68+
# PyBuilder
69+
target/
70+
71+
# Jupyter Notebook
72+
.ipynb_checkpoints
73+
74+
# pyenv
75+
.python-version
76+
77+
# celery beat schedule file
78+
celerybeat-schedule
79+
80+
# SageMath parsed files
81+
*.sage.py
82+
83+
# Environments
84+
.env
85+
.venv
86+
env/
87+
venv/
88+
ENV/
89+
90+
# Spyder project settings
91+
.spyderproject
92+
.spyproject
93+
94+
# Rope project settings
95+
.ropeproject
96+
97+
# mkdocs documentation
98+
/site
99+
100+
# mypy
101+
.mypy_cache/
102+
103+
# customer
104+
.idea
105+
.idea/inspectionProfiles/Project_Default.xml
106+
.idea/vcs.xml

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gitbook地址:[Python Chinese documents](https://ictar.gitbooks.io/python-doc-
1212
欢迎抓虫~~
1313

1414
# 目录说明
15-
- [Python Common](./Python Common/) python 常规文档
15+
- [Python Common](./Python%20Common 'python 常规文档') python 常规文档
1616

1717
## Web框架
1818
- [Django](./Django) Django 相关文档
@@ -33,22 +33,22 @@ gitbook地址:[Python Chinese documents](https://ictar.gitbooks.io/python-doc-
3333
- [Hardware](./Hardware) 硬件相关,物联网,无人机等……
3434

3535
## 科学计算和数据分析
36-
- [Science and Data Analysis](./Science and Data Analysis)
36+
- [Science and Data Analysis](./Science%20and%20Data%20Analysis 'Science and Data Analysis')
3737

3838
## 自然语言处理
3939
- [NLP](./NLP)
4040

4141
## 机器学习
42-
- [Machine Learning](./Machine Learning)
42+
- [Machine Learning](./Machine%20Learning 'Machine Learning')
4343

4444
## 函数式编程
45-
- [Functional Programming](./Functional Programming)
45+
- [Functional Programming](./Functional%20Programming 'Functional Programming')
4646

4747
## 图像处理
48-
- [Image Processing](./Image Processing)
48+
- [Image Processing](./Image%20Processing 'Image Processing')
4949

5050
## 资源
51-
- [Python Weekly](./Python Weekly)
51+
- [Python Weekly](./Python%20Weekly 'Python Weekly')
5252
- Pycoder's Weekly
5353
* 中文版:[蟒周刊](http://weekly.pychina.org/)
5454

0 commit comments

Comments
 (0)