diff --git a/docs/source/rst/api/Azure/azure.rst b/docs/source/rst/api/Azure/azure.rst new file mode 100644 index 000000000..b0818124d --- /dev/null +++ b/docs/source/rst/api/Azure/azure.rst @@ -0,0 +1,26 @@ +Azure +===== + +Below you will find the documentation for `InnerEye/Azure `_. + + +Runner +------ + +.. automodule:: InnerEye.Azure.azure_runner + + +Configuration +------------- + +.. automodule:: InnerEye.Azure.azure_config + + +Utils +----- + +.. automodule:: InnerEye.Azure.azure_util + +.. automodule:: InnerEye.Azure.parser_util + +.. automodule:: InnerEye.Azure.secrets_handling diff --git a/docs/source/rst/api/Azure/index.rst b/docs/source/rst/api/Azure/index.rst deleted file mode 100644 index e69de29bb..000000000 diff --git a/docs/source/rst/api/ML/ML.rst b/docs/source/rst/api/ML/ML.rst index 48ec3f2db..7eb7ed46b 100644 --- a/docs/source/rst/api/ML/ML.rst +++ b/docs/source/rst/api/ML/ML.rst @@ -1,8 +1,10 @@ Machine learning ================ +Below you will find the docstrings of all resources found in `InnerEye/ML `_. + + .. toctree:: - :caption: Docuemntation for InnerEye/ML core models diff --git a/docs/source/rst/api/index.rst b/docs/source/rst/api/index.rst index eb0d19696..45e7afffc 100644 --- a/docs/source/rst/api/index.rst +++ b/docs/source/rst/api/index.rst @@ -1,4 +1,5 @@ .. toctree:: ML/ML + Azure/azure Scripts/scripts