Skip to content

Commit

Permalink
[docs] update docs generation for notebook metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
shelhamer committed Aug 13, 2014
1 parent 4486eb7 commit cb6144a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/copy_notebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
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)
Expand Down

0 comments on commit cb6144a

Please sign in to comment.