mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 17:06:29 +03:00
remove tutorials index page
This commit is contained in:
parent
194b03fc5f
commit
febd8d32ac
1
fabfile.py
vendored
1
fabfile.py
vendored
|
@ -74,7 +74,6 @@ def web():
|
||||||
jade('home/index.jade', '')
|
jade('home/index.jade', '')
|
||||||
jade('docs/index.jade', 'docs/')
|
jade('docs/index.jade', 'docs/')
|
||||||
jade('blog/index.jade', 'blog/')
|
jade('blog/index.jade', 'blog/')
|
||||||
jade('tutorials/index.jade', 'tutorials/')
|
|
||||||
|
|
||||||
for collection in ('blog', 'tutorials'):
|
for collection in ('blog', 'tutorials'):
|
||||||
for post_dir in (Path(__file__).parent / 'website' / 'src' / 'jade' / collection).iterdir():
|
for post_dir in (Path(__file__).parent / 'website' / 'src' / 'jade' / collection).iterdir():
|
||||||
|
|
Loading…
Reference in New Issue
Block a user