diff --git a/docs/fundamentals/integration.rst b/docs/fundamentals/integration.rst index 7e5885f2e..90dc583df 100644 --- a/docs/fundamentals/integration.rst +++ b/docs/fundamentals/integration.rst @@ -10,8 +10,8 @@ This also enables users to "bring their own storage" as they can connect their e Currently, DeepForge supports 3 different storage adapters: 1. S3 Storage: Object storage with an S3-compatible API such as `minio `_ or `AWS S3 `_ -2. SciServer Files Service : Files service from `SciServer `_ -3. WebGME Blob Server : Blob storage provided by `WebGME `_ +2. SciServer Files: Files service from `SciServer `_ +3. WebGME Blob Storage: Blob storage provided by `WebGME `_ Compute Adapters ---------------- @@ -20,6 +20,6 @@ Similar to storage adapters, compute adapters enable DeepForge to integrate with Currently, the following compute adapters are available: 1. WebGME Worker: A worker machine which polls for jobs via the `WebGME Executor Framework `_. Registered users can connect their own compute machines enabling them to use their personal desktops with DeepForge. -2. SciServer-Compute: Compute service offered by `SciServer `_ +2. SciServer Compute: Compute service offered by `SciServer `_ 3. Server Compute: Execute the job on the server machine. This is similar to the execution model used by Jupyter notebook servers.