diff --git a/README.md b/README.md index 967700b6..b71abd92 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ -/*! # nalgebra **nalgebra** is a linear algebra library written for Rust targeting: @@ -7,6 +6,8 @@ * real time computer graphics. * real time computer physics. +An on-line version of this documentation is available [here](http://crozet.re/nalgebra/index.html). + ## Using **nalgebra** 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. diff --git a/src/lib.rs b/src/lib.rs index 897d058f..df6ccbfd 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -7,6 +7,8 @@ * real time computer graphics. * real time computer physics. +An on-line version of this documentation is available [here](http://crozet.re/nalgebra/index.html). + ## Using **nalgebra** 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.