Add a link to the on-line documentation.
This commit is contained in:
parent
d25534610d
commit
1c0b60c3ef
|
@ -1,4 +1,3 @@
|
||||||
/*!
|
|
||||||
# nalgebra
|
# nalgebra
|
||||||
|
|
||||||
**nalgebra** is a linear algebra library written for Rust targeting:
|
**nalgebra** is a linear algebra library written for Rust targeting:
|
||||||
|
@ -7,6 +6,8 @@
|
||||||
* real time computer graphics.
|
* real time computer graphics.
|
||||||
* real time computer physics.
|
* real time computer physics.
|
||||||
|
|
||||||
|
An on-line version of this documentation is available [here](http://crozet.re/nalgebra/index.html).
|
||||||
|
|
||||||
## Using **nalgebra**
|
## Using **nalgebra**
|
||||||
All the functionalities of **nalgebra** are grouped in one place: the `na` module.
|
All the functionalities of **nalgebra** are grouped in one place: the `na` module.
|
||||||
This module re-exports everything and includes free functions for all traits methods.
|
This module re-exports everything and includes free functions for all traits methods.
|
||||||
|
|
|
@ -7,6 +7,8 @@
|
||||||
* real time computer graphics.
|
* real time computer graphics.
|
||||||
* real time computer physics.
|
* real time computer physics.
|
||||||
|
|
||||||
|
An on-line version of this documentation is available [here](http://crozet.re/nalgebra/index.html).
|
||||||
|
|
||||||
## Using **nalgebra**
|
## Using **nalgebra**
|
||||||
All the functionalities of **nalgebra** are grouped in one place: the `na` module.
|
All the functionalities of **nalgebra** are grouped in one place: the `na` module.
|
||||||
This module re-exports everything and includes free functions for all traits methods.
|
This module re-exports everything and includes free functions for all traits methods.
|
||||||
|
|
Loading…
Reference in New Issue