1
0
Fork 0
mirror of https://github.com/vale981/ray synced 2025-03-13 06:36:39 -04:00
Commit graph

16 commits

Author SHA1 Message Date
Jiajun Yao
b11d3061d8
[Doc] Core getting started page revamp ()
- Add a calculating pi example to getting started page.
- Move installing ray c++ to the installation page.

Signed-off-by: Jiajun Yao <jeromeyjj@gmail.com>
2022-08-04 23:36:16 -07:00
Philipp Moritz
ef260702a2
[docs] Better defaults for installing Ray () 2022-08-04 11:20:08 -07:00
Jiajun Yao
60dd77a2d3
Enable usage stats collection for ray.init iff nightly wheels ()
For nightly wheels, we want to collect usage stats for local clusters started via ray.init() as well.
2022-07-14 12:14:01 -07:00
Scott Cheng
1bc44c13fb
Update Python3.10 in docs ()
Make it clear to users that ray supports Python 3.10
2022-07-13 20:08:56 -07:00
Pamphile Roy
53ecc28f9f
[docs] Install ray from conda-forge instead of PyPi when using conda () 2022-07-12 16:59:44 -07:00
matthewdeng
68315b34b4
[docs] move troubleshooting section to source development page () 2022-06-28 16:06:46 -07:00
Ruben Berenguel
7f8d3c3dc7
Update installation instructions ()
Currently unqualified `conda install` is installing 1.44.0 whereas `ray` is requiring 1.43.0 in `pip install`, thus the instructions are cancelling themselves out and you end with an unusable installation due to no symbols for `grpcio` in ARM

Co-authored-by: Simon Mo <simon.mo@hey.com>
2022-06-27 13:55:50 -07:00
John B Nelson
e913352bdc
[Doc] Remove trailing period symbol install instruction () 2022-06-07 08:08:04 -07:00
mwtian
ec04b96eab
[Doc] update instructions to using Ray docker images
Ray builds docker images for all supported Python versions, but the instruction only mentions Python 3.7, which can confuse users.
2022-05-22 16:30:40 -07:00
Kai Fricke
88dfc20c6e
[docs] Remove link do Windows py 3.6 wheels ()
Windows wheels are not being built for Python 3.6. This removes the link in the docs, currently breaking linkcheck.
2022-05-19 08:40:14 +01:00
Simon Mo
c3ac6fcf3f
Bump Ray Version from 2.0.0.dev0 to 3.0.0.dev0 () 2022-05-17 19:31:05 -07:00
Amog Kamsetty
c4bf38daa6
[AIR] Add AIR install extra ()
Closes 
2022-05-12 09:25:52 -07:00
Alex Wu
b84aaef38a
Promote python 3.9 support to stable ()
Remove the experimental note from python 3.9 since it and its core dependencies have been stable for quite some time now.

Co-authored-by: Alex Wu <alex@anyscale.com>
2022-03-08 17:24:54 -08:00
Max Pumperla
f9b71a8bf6
[docs] new structure ()
This PR consolidates both  and  (look there for features), but improves on them in the following way:

- [x] we reverted renaming of existing projects `tune`, `rllib`, `train`, `cluster`, `serve`, `raysgd` and `data` so that links won't break. I think my consolidation efforts with the `ray-` prefix were a little overeager in that regard. It's better like this. Only the creation of `ray-core` was a necessity, and some files moved into the `rllib` folder, so that should be relatively benign.
- [x] Additionally, we added Algolia `docsearch`, screenshot below. This is _much_ better than our current search. Caveat: there's a sphinx dependency that needs to be replaced (`sphinx-tabs`) by another, newer one (`sphinx-panels`), as the former prevents loading of the `algolia.js` library. Will follow-up in the next PR (hoping this one doesn't get re-re-re-re-reverted).
2022-01-21 15:42:05 -08:00
xwjiang2010
9af8f11191
Revert "[docs] Clean up doc structure (first part) ()" ()
This reverts commit 38e46c9fb3.
2022-01-20 15:30:56 -08:00
Max Pumperla
38e46c9fb3
[docs] Clean up doc structure (first part) () 2022-01-20 16:19:04 +01:00
Renamed from doc/source/installation.rst (Browse further)