Skip to content

Commit c7503fb

Browse files
committed
improved documentation for swanfilebrowser
1 parent 7630e27 commit c7503fb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

SwanFileBrowser/src/swanfilebrowser.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@
22
// Author: Omar.Zapata@cern.ch 2021
33

44
/**
5-
* This file containts the implementation for SwanFileBrowser and SwanFileBrowserModel classes.
5+
* This file contains the implementation for SwanFileBrowser and SwanFileBrowserModel classes.
66
*
77
* Those classes are the replacement for the default FileBrowser and allows to
88
* manipulated the paths to check if the folder is a project or not and to set the proper kernel path.
9+
*
10+
* Modifications on this file:
11+
* -> created the class SwanFileBrowserModel that extends from FilterFileBrowserModel
12+
* -> created the class SwanFileBrowser extends from FileBrowser
13+
*
14+
* All new methods were implemented by us, take a look in the documentation below for every class and method for more details.
915
*/
1016

1117
import { FilterFileBrowserModel, FileBrowser } from '@jupyterlab/filebrowser';

0 commit comments

Comments
 (0)