Skip to content

Commit

Permalink
DOC: Update app configuration docs
Browse files Browse the repository at this point in the history
skipci
  • Loading branch information
cortadocodes committed Aug 15, 2024
1 parent 402c8e5 commit 888e052
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/creating_apps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,6 @@ When the analysis has finished, it is automatically finalised. This means:

You can manually call :mod:`analysis.finalise <octue.resources.analysis.Analysis.finalise>` if you want to upload
any output datasets to a different location to the one specified in the app configuration. If you do this, the
analysis will not be finalised again - make sure you only call it when your output data is ready.
analysis will not be finalised again - make sure you only call it when your output data is ready. Note that the
``output_location`` and ``use_signed_urls_for_output_datasets`` settings in the app configuration are ignored if you
call it manually.
1 change: 1 addition & 0 deletions docs/source/creating_services.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ App configuration file (optional)
- ``configuration_manifest``
- ``children``
- ``output_location``
- ``use_signed_urls_for_output_datasets``

If an app configuration file is provided, its path must be specified in ``octue.yaml`` under the
"app_configuration_path" key.
Expand Down

0 comments on commit 888e052

Please sign in to comment.