1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-18 19:50:17 +01:00

Add documentation on distributed Coach. (#158)

* Added documentation on distributed Coach.
This commit is contained in:
Balaji Subramaniam
2018-11-27 02:26:15 -08:00
committed by Gal Novik
parent e3ecf445e2
commit d06197f663
151 changed files with 5302 additions and 643 deletions

View File

@@ -0,0 +1,10 @@
Data Stores
===========
S3DataStore
-----------
.. autoclass:: rl_coach.data_stores.s3_data_store.S3DataStore
NFSDataStore
------------
.. autoclass:: rl_coach.data_stores.nfs_data_store.NFSDataStore