mirror of https://github.com/explosion/spaCy.git
remove tutorials index page
This commit is contained in:
parent
194b03fc5f
commit
febd8d32ac
|
@ -74,7 +74,6 @@ def web():
|
|||
jade('home/index.jade', '')
|
||||
jade('docs/index.jade', 'docs/')
|
||||
jade('blog/index.jade', 'blog/')
|
||||
jade('tutorials/index.jade', 'tutorials/')
|
||||
|
||||
for collection in ('blog', 'tutorials'):
|
||||
for post_dir in (Path(__file__).parent / 'website' / 'src' / 'jade' / collection).iterdir():
|
||||
|
|
Loading…
Reference in New Issue