Skip to content

Commit 6ea51f6

Browse files
jackruethctrueden
authored andcommitted
Add comments to process_cell for implementation
1 parent 6f3ed7a commit 6ea51f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_search/server/tutorials.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ def parse_notebook(path):
4646
return doc
4747

4848
def process_cell(cell):
49+
# 2 cases: java file or a notebook
50+
# case 1: notebook -> need info inside cells and then info from output lines
51+
# case 2: java file -> need class name and class javadoc for description
4952
return type(cell)
5053

5154

0 commit comments

Comments
 (0)