We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a6406 commit ff20ab7Copy full SHA for ff20ab7
src/lib.rs
@@ -16,11 +16,11 @@
16
//! dimensions, then an element in the array is accessed by using that many indices.
17
//! Each dimension is also called an *axis*.
18
//!
19
-//! - [**`ArrayBase`**](struct.ArrayBase.html):
20
-//! The *n*-dimensional array type itself.
+//! - **[`ArrayBase`](struct.ArrayBase.html)**:
+//! The *n*-dimensional array type itself.<br>
21
//! It is used to implement both the owned arrays and the views; see its docs
22
-//! for an overview of all array features.
23
-//! - The main specific array type is [**`Array`**](type.Array.html), which owns
+//! for an overview of all array features.<br>
+//! - The main specific array type is **[`Array`](type.Array.html)**, which owns
24
//! its elements.
25
26
//! ## Highlights
0 commit comments