Skip to content

Commit 66ff4aa

Browse files
authored
Merge pull request #432 from hx2A/fixdatamethoddocs
remove processingName data
2 parents 46a2cd0 + c9e10e8 commit 66ff4aa

7 files changed

Lines changed: 6 additions & 12 deletions

File tree

py5_docs/Reference/api_en/Sketch_load_bytes.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name = load_bytes()
33
type = method
44
pclass = Sketch
5-
processing_name = loadBytes
65
category = input
76
subcategory = files
87

py5_docs/Reference/api_en/Sketch_load_pickle.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name = load_pickle()
33
type = method
44
pclass = Sketch
5-
processing_name = loadPickle
65
category = input
76
subcategory = files
87

py5_docs/Reference/api_en/Sketch_load_strings.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name = load_strings()
33
type = method
44
pclass = Sketch
5-
processing_name = loadStrings
65
category = input
76
subcategory = files
87

py5_docs/Reference/api_en/Sketch_save_bytes.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name = save_bytes()
33
type = method
44
pclass = Sketch
5-
processing_name = saveBytes
65
category = output
76
subcategory = files
87

py5_docs/Reference/api_en/Sketch_save_pickle.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name = save_pickle()
33
type = method
44
pclass = Sketch
5-
processing_name = savePickle
65
category = output
76
subcategory = files
87

py5_docs/Reference/api_en/Sketch_save_strings.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name = save_strings()
33
type = method
44
pclass = Sketch
5-
processing_name = saveStrings
65
category = output
76
subcategory = files
87

py5_resources/data/sketch.csv

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -406,14 +406,14 @@ create_reader,createReader,,method,input,files,SKIP,user should use python inste
406406
create_writer,createWriter,,method,output,files,SKIP,user should use python instead
407407
create_input,createInput,,method,input,files,SKIP,user should use python instead
408408
create_input_raw,createInputRaw,,method,,,SKIP,user should use python instead
409-
load_bytes,loadBytes,,method,input,files,PYTHON,
410-
load_strings,loadStrings,,method,input,files,PYTHON,
411-
load_pickle,loadPickle,,method,input,files,PYTHON,
409+
load_bytes,,,method,input,files,PYTHON,
410+
load_strings,,,method,input,files,PYTHON,
411+
load_pickle,,,method,input,files,PYTHON,
412412
create_output,createOutput,,method,output,files,SKIP,user should use python instead
413413
save_stream,saveStream,,method,output,files,SKIP,user should use python instead
414-
save_bytes,saveBytes,,method,output,files,PYTHON,
415-
save_strings,saveStrings,,method,output,files,PYTHON,
416-
save_pickle,savePickle,,method,output,files,PYTHON,
414+
save_bytes,,,method,output,files,PYTHON,
415+
save_strings,,,method,output,files,PYTHON,
416+
save_pickle,,,method,output,files,PYTHON,
417417
sketch_file,sketchFile,,method,,,SKIP,user should use python instead
418418
save_path,savePath,,method,,,SKIP,user should use python instead
419419
save_file,saveFile,,method,,,SKIP,user should use python instead

0 commit comments

Comments
 (0)