From 1c0b60c3ef172f84c97652172ab153d57754d18d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Tue, 8 Oct 2013 02:10:35 +0200 Subject: [PATCH] Add a link to the on-line documentation. --- README.md | 3 ++- src/lib.rs | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) 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.