ray/doc/examples
mehrdadn b14728d999
Shellcheck quoting (#9596)
* Fix SC2006: Use $(...) notation instead of legacy backticked `...`.

* Fix SC2016: Expressions don't expand in single quotes, use double quotes for that.

* Fix SC2046: Quote this to prevent word splitting.

* Fix SC2053: Quote the right-hand side of == in [[ ]] to prevent glob matching.

* Fix SC2068: Double quote array expansions to avoid re-splitting elements.

* Fix SC2086: Double quote to prevent globbing and word splitting.

* Fix SC2102: Ranges can only match single chars (mentioned due to duplicates).

* Fix SC2140: Word is of the form "A"B"C" (B indicated). Did you mean "ABC" or "A\"B\"C"?

* Fix SC2145: Argument mixes string and array. Use * or separate argument.

* Fix SC2209: warning: Use var=$(command) to assign output (or quote to assign string).

Co-authored-by: Mehrdad <noreply@github.com>
2020-07-21 21:56:41 -05:00
..
cython Replace all instances of ray.readthedocs.io with ray.io (#7994) 2020-04-13 16:17:05 -07:00
doc_code Change Python's ObjectID to ObjectRef (#9353) 2020-07-10 17:49:04 +08:00
lbfgs Change Python's ObjectID to ObjectRef (#9353) 2020-07-10 17:49:04 +08:00
lm Shellcheck quoting (#9596) 2020-07-21 21:56:41 -05:00
newsreader Replace all instances of ray.readthedocs.io with ray.io (#7994) 2020-04-13 16:17:05 -07:00
streaming [Projects] Refactor cluster specification (#6488) 2019-12-14 22:43:06 -08:00
overview.rst [docs] Render ActorPool documentation, etc (#9433) 2020-07-13 17:59:22 -07:00
plot_example-a3c.rst Replace all instances of ray.readthedocs.io with ray.io (#7994) 2020-04-13 16:17:05 -07:00
plot_example-lm.rst [docs] Revised Cluster documentation (#9062) 2020-06-26 09:29:22 -07:00
plot_hyperparameter.py Change Python's ObjectID to ObjectRef (#9353) 2020-07-10 17:49:04 +08:00
plot_lbfgs.rst Change Python's ObjectID to ObjectRef (#9353) 2020-07-10 17:49:04 +08:00
plot_newsreader.rst [docs] Convert Examples to Gallery (#5414) 2019-09-24 15:46:56 -07:00
plot_parameter_server.py [docs] Convert Examples to Gallery (#5414) 2019-09-24 15:46:56 -07:00
plot_pong_example.py [docs] Pictures for all the Examples (#5859) 2019-10-14 14:18:52 -07:00
plot_streaming.rst Replace all instances of ray.readthedocs.io with ray.io (#7994) 2020-04-13 16:17:05 -07:00
README.rst [tune] Improve user guides and API docs (#7716) 2020-04-06 12:16:35 -07:00

:orphan: