mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-14 11:18:06 +08:00
Improve docstring for add_cell
This commit is contained in:
+4
-4
@@ -124,10 +124,10 @@ class Notebook():
|
||||
Parameters
|
||||
----------
|
||||
segment_number : int
|
||||
Newline separated sections in example file, are segments.
|
||||
Code and markdown written together in such a section are,
|
||||
treated as different segments. Each cell has content from
|
||||
one section.
|
||||
Newline separated portions in example file, are sections.
|
||||
Code and markdown written together in such a section are further
|
||||
treated as different segments. Each cell has content from one
|
||||
segment.
|
||||
value : str
|
||||
The actual content to be saved in the cell.
|
||||
type_of_value : str, optional
|
||||
|
||||
Reference in New Issue
Block a user