##// END OF EJS Templates
Backport PR #10269 on branch 5.x...
Thomas Kluyver -
Show More
@@ -324,11 +324,11 b' class FileLink(object):'
324 ----------
324 ----------
325 path : str
325 path : str
326 path to the file or directory that should be formatted
326 path to the file or directory that should be formatted
327 directory_prefix : str
327 url_prefix : str
328 prefix to be prepended to all files to form a working link [default:
328 prefix to be prepended to all files to form a working link [default:
329 'files']
329 '']
330 result_html_prefix : str
330 result_html_prefix : str
331 text to append to beginning to link [default: none]
331 text to append to beginning to link [default: '']
332 result_html_suffix : str
332 result_html_suffix : str
333 text to append at the end of link [default: '<br>']
333 text to append at the end of link [default: '<br>']
334 """
334 """
General Comments 0
You need to be logged in to leave comments. Login now