Modify `.travis.yml` to generate the documentation.
This commit is contained in:
parent
8de8c94b45
commit
836a0d40ae
|
@ -1,3 +1,6 @@
|
||||||
|
env:
|
||||||
|
global:
|
||||||
|
- secure: GwyxF8F9NKc9M2YypZZMGyIolTf7lDfeKnhhGre28HuzE4e9oIB7dUGjqYrx6uQ/ei++rpd+pjhTFilnX5inS/E+7R7DRvdX00JERWPF+qgiWpxPAoT/iI2RQ+7PKiLcwrzdzQIhSfIse/FikdpkeSY0FJG9/vu/HXNzFxDBPW0=
|
||||||
before_install:
|
before_install:
|
||||||
- yes | sudo add-apt-repository ppa:hansjorg/rust
|
- yes | sudo add-apt-repository ppa:hansjorg/rust
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
|
@ -7,3 +10,6 @@ script:
|
||||||
- make
|
- make
|
||||||
- make test
|
- make test
|
||||||
- make bench
|
- make bench
|
||||||
|
- make doc
|
||||||
|
after_script:
|
||||||
|
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
* 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/doc/nalgebra/index.html).
|
An on-line version of this documentation is available [here](http://www.rust-ci.org/sebcrozet/nalgebra/doc/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.
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
* 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/doc/nalgebra/index.html).
|
An on-line version of this documentation is available [here](http://www.rust-ci.org/sebcrozet/nalgebra/doc/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.
|
||||||
|
|
Loading…
Reference in New Issue