Skip to content

Commit

Permalink
uniform casing of doc header
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Sep 16, 2024
1 parent b5028c6 commit 5c3cf1b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/source/processes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -387,14 +387,14 @@ following request (`DescribeProviderProcess`_):

.. _proc_operations:

Managing processes included in Weaver ADES/EMS
Managing Processes included in Weaver ADES/EMS
==================================================

Following steps represent the typical steps applied to deploy a process, execute it and retrieve the results.

.. _proc_op_deploy:

Register a new process (Deploy)
Register a New Process (Deploy)
-----------------------------------------

Deployment of a new process is accomplished through the ``POST {WEAVER_URL}/processes`` |deploy-req|_ request.
Expand Down Expand Up @@ -437,7 +437,7 @@ For most traditional use cases, properties are mapped between the two interfaces
.. _proc_op_getcap:
.. _proc_op_describe:

Access registered processes (GetCapabilities, DescribeProcess)
Access Registered Processes (GetCapabilities, DescribeProcess)
------------------------------------------------------------------------

Available processes can all be listed using |getcap-req|_ request. This request will return all locally registered
Expand Down Expand Up @@ -473,7 +473,7 @@ the |getcap-req|_ request.
.. _proc_op_undeploy:
.. _proc_op_update:

Modify an existing process (Update, Replace, Undeploy)
Modify an Existing Process (Update, Replace, Undeploy)
-----------------------------------------------------------------------------

Since `Weaver` supports |ogc-api-proc-part2|_, it is able to remove a previously registered :term:`Process` using
Expand Down Expand Up @@ -592,7 +592,7 @@ new :ref:`Deploy <proc_op_deploy>` request.

.. _proc_op_execute:

Execution of a process (Execute)
Execution of a Process (Execute)
---------------------------------------------------------------------

:term:`Process` execution (i.e.: submitting a :term:`Job`) is accomplished using the |exec-req|_ request.
Expand Down Expand Up @@ -1952,7 +1952,7 @@ of the polling-based method on the :ref:`Job Status <proc_op_status>` endpoint o
.. _proc_op_status:
.. _proc_op_monitor:

Monitoring of a process execution (GetStatus)
Monitoring of a Process Execution (GetStatus)
---------------------------------------------------------------------

Monitoring the execution of a :term:`Job` consists of polling the status ``Location`` provided from the :ref:`Execute`
Expand Down Expand Up @@ -1990,7 +1990,7 @@ format is employed according to the chosen location.

.. _proc_op_result:

Obtaining job results, outputs, logs or errors
Obtaining Job Results, Outputs, Logs or Errors
---------------------------------------------------------------------

.. _proc_op_job_outputs:
Expand Down

0 comments on commit 5c3cf1b

Please sign in to comment.