Skip to content

Commit

Permalink
Internal
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 259408878
  • Loading branch information
yashk2810 authored and copybara-github committed Jul 22, 2019
1 parent ca65970 commit e468ce8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/tensorflow_docs/api_generator/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ def to_json_file(self, filepath):

with open(filepath, 'w') as f:
json.dump(json_dict, f, indent=2, sort_keys=True)
f.write('\n')

def replace_references(self, string, relative_path_to_root, full_name=None):
"""Replace `tf.symbol` references with links to symbol's documentation page.
Expand Down

0 comments on commit e468ce8

Please sign in to comment.