Add a link to the on-line documentation.

This commit is contained in:
Sébastien Crozet 2013-10-08 02:10:35 +02:00
parent d25534610d
commit 1c0b60c3ef
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

@ -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.