зеркало из https://github.com/microsoft/caffe.git
[docs] update docs generation for notebook metadata
This commit is contained in:
Родитель
4486eb7e27
Коммит
cb6144a8dd
|
@ -19,7 +19,7 @@ content = json.load(open(filename))
|
|||
if 'include_in_docs' in content['metadata'] and content['metadata']['include_in_docs']:
|
||||
yaml_frontmatter = ['---']
|
||||
for key, val in content['metadata'].iteritems():
|
||||
if key == 'name':
|
||||
if key == 'example_name':
|
||||
key = 'title'
|
||||
if val == '':
|
||||
val = os.path.basename(filename)
|
||||
|
|
Загрузка…
Ссылка в новой задаче