Skip to content

Commit 0bb6eb4

Browse files
committed
remove apps menu from library menu
1 parent 13d9212 commit 0bb6eb4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

data/libraries.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
<desc>사용 패키지 선언 타이틀 캡션 테스트</desc>
1818
<file>file_io/import.js</file>
1919
</item>
20-
<item id="com_instance" type="function" level="1" name="Instance" tag="INSTANCE, 인스턴스, 한 줄 코드">
20+
<!-- <item id="com_instance" type="function" level="1" name="Instance" tag="INSTANCE, 인스턴스, 한 줄 코드">
2121
<path>visualpython - common - instance</path>
2222
<desc>Instance</desc>
2323
<file>file_io/instance.js</file>
24-
</item>
24+
</item> -->
2525
<!-- <item id="com_markdown" type="function" level="1" name="Markdown" tag="MARKDOWN">
2626
<path>visualpython - common - markdown</path>
2727
<desc>마크다운</desc>
2828
<file>markdown/markdown.js</file>
2929
</item> -->
30-
<item id="com_variables" type="function" level="1" name="Variable List" tag="VARIABLES, 변수">
30+
<!-- <item id="com_variables" type="function" level="1" name="Variable List" tag="VARIABLES, 변수">
3131
<path>visualpython - common - variables</path>
3232
<desc>변수 정보</desc>
3333
<file>file_io/variables.js</file>
@@ -36,7 +36,7 @@
3636
<path>visualpython - common - udf</path>
3737
<desc>사용자 코드 입력</desc>
3838
<file>file_io/udf.js</file>
39-
</item>
39+
</item> -->
4040
<!-- <item id="com_sample" type="function" level="1" name="optionSample" tag="SAMPLE">
4141
<path>visualpython - common - optionSample</path>
4242
<desc>옵션 샘플</desc>
@@ -1221,7 +1221,7 @@
12211221
<desc>데이터를 차트로 표현하는 함수</desc>
12221222
<file>pandas/plot.js</file>
12231223
</item>
1224-
<item id="pd_frameEditor" type="function" level="1" name="Frame Editor" tag="FRAME EDITOR">
1224+
<!-- <item id="pd_frameEditor" type="function" level="1" name="Frame Editor" tag="FRAME EDITOR">
12251225
<path>visualpython - pandas - subset</path>
12261226
<desc>frame editor</desc>
12271227
<file>pandas/frameEditor.js</file>
@@ -1230,7 +1230,7 @@
12301230
<path>visualpython - pandas - subset</path>
12311231
<desc>subset dataframe</desc>
12321232
<file>pandas/subset.js</file>
1233-
</item>
1233+
</item> -->
12341234
<!-- Input/output -->
12351235
<item id="pd_inputOutput" type="package" level="1" name="Input/output" tag="파일 불러오기, 저장, FILE INPUT OUTPUT">
12361236
<path>visualpython - pandas - input output</path>

0 commit comments

Comments
 (0)