@@ -23,6 +23,7 @@ compute backends.
2323```
2424
2525``` {image} /_static/reana-job-manager.png
26+
2627```
2728
2829### Kubernetes
@@ -32,10 +33,8 @@ compute backends.
3233 :members:
3334```
3435
35- :::{note}
36- REANA-Job-Controller supports the Kubernetes job manager by default, no need
37- to pass any build argument.
38- :::
36+ Note that REANA-Job-Controller supports the Kubernetes job manager by default,
37+ no need to pass any build argument.
3938
4039### HTCondor
4140
@@ -44,45 +43,36 @@ to pass any build argument.
4443 :members:
4544```
4645
47- :::{note}
48- To build REANA-Job-Controller Docker image with HTCondor dependencies use build
49- argument ` COMPUTE_BACKENDS=kubernetes,htcondorcern ` .
46+ Note that in order to build REANA-Job-Controller Docker image with HTCondor
47+ dependencies, you need to use a build argument
48+ ` COMPUTE_BACKENDS=kubernetes,htcondorcern ` :
5049
5150``` console
5251$ reana-dev docker-build -c reana-job-controller \
5352 -b COMPUTE_BACKENDS=kubernetes,htcondorcern
5453```
5554
56- :::
57-
5855### Slurm
5956
6057``` {eval-rst}
6158.. automodule:: reana_job_controller.slurmcern_job_manager
6259 :members:
6360```
6461
65- :::{note}
66- To build REANA-Job-Controller Docker image with Slum dependencies use build
67- argument ` COMPUTE_BACKENDS=kubernetes,slurmcern ` .
62+ Note that in order to build REANA-Job-Controller Docker image with Slurm
63+ dependencies, you need to use a build argument
64+ ` COMPUTE_BACKENDS=kubernetes,slurmcern ` :
6865
6966``` console
7067$ reana-dev docker-build -c reana-job-controller \
7168 -b COMPUTE_BACKENDS=kubernetes,slurmcern
7269```
7370
74- :::
75-
76- :::{note}
77- Please note that CERN Slurm cluster access is not granted by
78- [ default] ( https://batchdocs.web.cern.ch/linuxhpc/access.html ) .
79- :::
80-
8171## REST API
8272
8373The REANA Job Controller API offers different endpoints to create, manage and
84- monitor jobs.
85- Detailed REST API documentation can be found <a href =" _static/api.html " >here</a >.
74+ monitor jobs. Detailed REST API documentation can be found
75+ <a href =" _static/api.html " >here</a >.
8676
8777``` {eval-rst}
8878.. automodule:: reana_job_controller.rest
0 commit comments