Fix 'tempfile' docs (#3180)

* Fix docs.

* Update doc/source/tempfile.rst

Co-Authored-By: suquark <suquark@gmail.com>

* Remove doc for raylet socket.
This commit is contained in:
Si-Yuan
2018-11-02 16:50:55 -07:00
committed by Philipp Moritz
parent 8c03683573
commit 5ce7ed7dad
+3 -2
View File
@@ -40,7 +40,7 @@ A typical layout of temporary files could look like this:
/tmp
└── ray
└── session_{datetime}_{pid}
├── logs
├── logs # for logging
│   ├── log_monitor.err
│   ├── log_monitor.out
│   ├── monitor.err
@@ -59,7 +59,7 @@ A typical layout of temporary files could look like this:
│   ├── worker-{worker_id}.out
│   └── {other workers}
├── ray_ui.ipynb # ipython notebook file
└── sockets # for logging
└── sockets # for sockets
├── plasma_store
└── raylet # this could be deleted by Ray's shutdown cleanup.
@@ -76,6 +76,7 @@ You are allowed to specify the plasma object store socket in one of these ways:
The path you specified will be given as it is without being affected any other paths.
Notes
-----