Commit Graph

18 Commits

Author SHA1 Message Date
Ines Montani 5a4c5b78a8 Update GPU docs for v2.0.14 2018-10-14 16:38:12 +02:00
Ines Montani ac4cadd31d Add info on wheels [ci skip] 2018-10-14 00:04:37 +02:00
Jacopo Farina 42c42376a3 Visual C++ link updated (#2842) (closes #2841) [ci skip]
* New landing page

* Add contribution agreement
2018-10-12 14:59:45 +02:00
Xiang Ji 19a5ef1c58 Fix venv command examples (#2560) [ci skip]
* Fix venv command examples

The documentation refers to `venv`, which is native to Python3.
However, the command examples are as if they were still `virtualenv`,
which is a package independent of `venv`:

- It doesn't need to be installed via `pip`. In fact `pip install venv` would
return an error.
- The correct way to invoke `venv` is `python3 -m venv`, not `venv`, which would
return command not found.

See https://docs.python.org/3/library/venv.html

I suspect the documentation simply replaced all occurrences of `virtualenv` with
`venv`. However they are different modules and are used differently.

* Update comment [ci skip]
2018-07-18 10:31:24 +02:00
sayf eddine hammemi 86e7727855 Fix typo in the word build. 2018-02-04 20:48:45 +01:00
Hassan Shamim a0b912c528 fix broken link to test suite models 2018-01-30 15:01:01 -08:00
ines 95063ba26b Update tests documentation (resolves #1781) 2018-01-03 16:42:26 +01:00
ines 7a7b01feb1 Update links 2017-11-13 08:30:06 +01:00
ines ceb2c596f1 Update conda details 2017-11-11 13:07:00 +01:00
ines 4c5d2c80d5 Re-add python -m to commands, too brittle :( (see #1536) 2017-11-10 02:30:55 +01:00
ines 94cd3d51db Update v2 docs and model info
Take out speed tables until we fix our benchmark tests on CPU and GPU
2017-11-08 11:43:00 +01:00
ines 2229aba71c Update website 2017-11-08 01:06:30 +01:00
ines 6447b8e396 Update v2 details 2017-11-06 21:15:36 +01:00
ines ddff7dc474 Update GPU install docs 2017-11-06 19:35:36 +01:00
ines c83fe54f0c Update venv docs in installation instructions 2017-11-04 14:27:55 +01:00
ines 4793d56a3e Update commands for building from source 2017-11-04 14:24:14 +01:00
ines 15514dc333 Add section on upgrading 2017-10-14 22:14:47 +02:00
ines 3f4fd2c5d5 Update usage documentation 2017-10-03 14:26:20 +02:00