Skip to content

Commit bf4b59a

Browse files
committed
Remove Example headings
1 parent d55f830 commit bf4b59a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,6 @@ impl<A, D> Array<A, D> where D: Dimension
191191

192192
/// Construct an Array with copies of **elem**.
193193
///
194-
/// ## Example
195-
///
196194
/// ```
197195
/// use ndarray::Array;
198196
/// use ndarray::arr3;
@@ -389,8 +387,6 @@ impl<A, D> Array<A, D> where D: Dimension
389387
///
390388
/// See broadcasting documentation for Numpy for more information.
391389
///
392-
/// ## Example
393-
///
394390
/// ```
395391
/// use ndarray::arr1;
396392
///

0 commit comments

Comments
 (0)