From 4c8af595a5a0c0890d23f6d70daed80a4789f14d Mon Sep 17 00:00:00 2001 From: Vidisha Date: Thu, 22 Nov 2018 14:37:50 +0530 Subject: [PATCH] Exclusion of Aria Documentation Change-Id: I1c6fbd2df2f8eb9d5388b6fc9d7ae145fc975f07 Issue-ID: MULTICLOUD-413 Signed-off-by: Vidisha --- .../src/aria/docs/.gitignore | 1 - .../src/aria/docs/_static/.gitkeep | 0 .../src/aria/docs/aria.cli.rst | 100 ----- .../src/aria/docs/aria.modeling.models.rst | 21 - .../src/aria/docs/aria.modeling.rst | 56 --- .../src/aria/docs/aria.orchestrator.context.rst | 46 --- ...ria.orchestrator.execution_plugin.ctx_proxy.rst | 31 -- .../docs/aria.orchestrator.execution_plugin.rst | 56 --- .../aria.orchestrator.execution_plugin.ssh.rst | 31 -- .../src/aria/docs/aria.orchestrator.rst | 46 --- .../aria/docs/aria.orchestrator.workflows.api.rst | 31 -- .../docs/aria.orchestrator.workflows.builtin.rst | 57 --- .../docs/aria.orchestrator.workflows.executor.rst | 46 --- .../src/aria/docs/aria.orchestrator.workflows.rst | 51 --- .../src/aria/docs/aria.parser.consumption.rst | 21 - .../src/aria/docs/aria.parser.loading.rst | 21 - .../src/aria/docs/aria.parser.modeling.rst | 21 - .../src/aria/docs/aria.parser.presentation.rst | 21 - .../src/aria/docs/aria.parser.reading.rst | 21 - .../src/aria/docs/aria.parser.rst | 31 -- .../src/aria/docs/aria.parser.validation.rst | 21 - .../aria-extension-cloudify/src/aria/docs/aria.rst | 40 -- .../src/aria/docs/aria.storage.rst | 51 --- .../src/aria/docs/aria.utils.rst | 121 ------ .../docs/aria_extension_tosca.simple_nfv_v1_0.rst | 20 - .../aria_extension_tosca.simple_v1_0.modeling.rst | 75 ---- ...ia_extension_tosca.simple_v1_0.presentation.rst | 40 -- .../aria/docs/aria_extension_tosca.simple_v1_0.rst | 20 - .../aria-extension-cloudify/src/aria/docs/cli.rst | 57 --- .../aria-extension-cloudify/src/aria/docs/conf.py | 441 --------------------- .../src/aria/docs/index.rst | 86 ---- .../src/aria/docs/requirements.txt | 15 - .../aria-extension-cloudify/src/aria/docs/rest.rst | 20 - 33 files changed, 1716 deletions(-) delete mode 100644 azure/aria/aria-extension-cloudify/src/aria/docs/.gitignore delete mode 100644 azure/aria/aria-extension-cloudify/src/aria/docs/_static/.gitkeep delete mode 100644 azure/aria/aria-extension-cloudify/src/aria/docs/aria.cli.rst delete mode 100644 azure/aria/aria-extension-cloudify/src/aria/docs/aria.modeling.models.rst delete mode 100644 azure/aria/aria-extension-cloudify/src/aria/docs/aria.modeling.rst delete mode 100644 azure/aria/aria-extension-cloudify/src/aria/docs/aria.orchestrator.context.rst delete mode 100644 azure/aria/aria-extension-cloudify/src/aria/docs/aria.orchestrator.execution_plugin.ctx_proxy.rst delete mode 100644 azure/aria/aria-extension-cloudify/src/aria/docs/aria.orchestrator.execution_plugin.rst delete mode 100644 azure/aria/aria-extension-cloudify/src/aria/docs/aria.orchestrator.execution_plugin.ssh.rst delete mode 100644 azure/aria/aria-extension-cloudify/src/aria/docs/aria.orchestrator.rst delete mode 100644 azure/aria/aria-extension-cloudify/src/aria/docs/aria.orchestrator.workflows.api.rst delete mode 100644 azure/aria/aria-extension-cloudify/src/aria/docs/aria.orchestrator.workflows.builtin.rst delete mode 100644 azure/aria/aria-extension-cloudify/src/aria/docs/aria.orchestrator.workflows.executor.rst delete mode 100644 azure/aria/aria-extension-cloudify/src/aria/docs/aria.orchestrator.workflows.rst delete mode 100644 azure/aria/aria-extension-cloudify/src/aria/docs/aria.parser.consumption.rst delete mode 100644 azure/aria/aria-extension-cloudify/src/aria/docs/aria.parser.loading.rst delete mode 100644 azure/aria/aria-extension-cloudify/src/aria/docs/aria.parser.modeling.rst delete mode 100644 azure/aria/aria-extension-cloudify/src/aria/docs/aria.parser.presentation.rst delete mode 100644 azure/aria/aria-extension-cloudify/src/aria/docs/aria.parser.reading.rst delete mode 100644 azure/aria/aria-extension-cloudify/src/aria/docs/aria.parser.rst delete mode 100644 azure/aria/aria-extension-cloudify/src/aria/docs/aria.parser.validation.rst delete mode 100644 azure/aria/aria-extension-cloudify/src/aria/docs/aria.rst delete mode 100644 azure/aria/aria-extension-cloudify/src/aria/docs/aria.storage.rst delete mode 100644 azure/aria/aria-extension-cloudify/src/aria/docs/aria.utils.rst delete mode 100644 azure/aria/aria-extension-cloudify/src/aria/docs/aria_extension_tosca.simple_nfv_v1_0.rst delete mode 100644 azure/aria/aria-extension-cloudify/src/aria/docs/aria_extension_tosca.simple_v1_0.modeling.rst delete mode 100644 azure/aria/aria-extension-cloudify/src/aria/docs/aria_extension_tosca.simple_v1_0.presentation.rst delete mode 100644 azure/aria/aria-extension-cloudify/src/aria/docs/aria_extension_tosca.simple_v1_0.rst delete mode 100644 azure/aria/aria-extension-cloudify/src/aria/docs/cli.rst delete mode 100644 azure/aria/aria-extension-cloudify/src/aria/docs/conf.py delete mode 100644 azure/aria/aria-extension-cloudify/src/aria/docs/index.rst delete mode 100644 azure/aria/aria-extension-cloudify/src/aria/docs/requirements.txt delete mode 100644 azure/aria/aria-extension-cloudify/src/aria/docs/rest.rst diff --git a/azure/aria/aria-extension-cloudify/src/aria/docs/.gitignore b/azure/aria/aria-extension-cloudify/src/aria/docs/.gitignore deleted file mode 100644 index 5ccff1a..0000000 --- a/azure/aria/aria-extension-cloudify/src/aria/docs/.gitignore +++ /dev/null @@ -1 +0,0 @@ -html/ diff --git a/azure/aria/aria-extension-cloudify/src/aria/docs/_static/.gitkeep b/azure/aria/aria-extension-cloudify/src/aria/docs/_static/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.cli.rst b/azure/aria/aria-extension-cloudify/src/aria/docs/aria.cli.rst deleted file mode 100644 index c325cf0..0000000 --- a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.cli.rst +++ /dev/null @@ -1,100 +0,0 @@ -.. - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - -:mod:`aria.cli` -=============== - -.. automodule:: aria.cli - -:mod:`aria.cli.color` ---------------------- - -.. automodule:: aria.cli.color - -:mod:`aria.cli.csar` --------------------- - -.. automodule:: aria.cli.csar - -:mod:`aria.cli.defaults` ------------------------- - -.. automodule:: aria.cli.defaults - -:mod:`aria.cli.exceptions` --------------------------- - -.. automodule:: aria.cli.exceptions - -:mod:`aria.cli.execution_logging` ---------------------------------- - -.. automodule:: aria.cli.execution_logging - -:mod:`aria.cli.helptexts` -------------------------- - -.. automodule:: aria.cli.helptexts - -:mod:`aria.cli.inputs` ----------------------- - -.. automodule:: aria.cli.inputs - -:mod:`aria.cli.logger` ----------------------- - -.. automodule:: aria.cli.logger - -:mod:`aria.cli.main` --------------------- - -.. automodule:: aria.cli.main - -:mod:`aria.cli.service_template_utils` --------------------------------------- - -.. automodule:: aria.cli.service_template_utils - -:mod:`aria.cli.table` ---------------------- - -.. automodule:: aria.cli.table - -:mod:`aria.cli.utils` ---------------------- - -.. automodule:: aria.cli.utils - -:mod:`aria.cli.config` ----------------------- - -.. automodule:: aria.cli.config - -:mod:`aria.cli.config.config` ------------------------------ - -.. automodule:: aria.cli.config.config - -:mod:`aria.cli.core` --------------------- - -.. automodule:: aria.cli.core - -:mod:`aria.cli.core.aria` -------------------------- - -.. automodule:: aria.cli.core.aria diff --git a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.modeling.models.rst b/azure/aria/aria-extension-cloudify/src/aria/docs/aria.modeling.models.rst deleted file mode 100644 index 6431780..0000000 --- a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.modeling.models.rst +++ /dev/null @@ -1,21 +0,0 @@ -.. - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - -:mod:`aria.modeling.models` -=========================== - -.. automodule:: aria.modeling.models - :no-show-inheritance: diff --git a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.modeling.rst b/azure/aria/aria-extension-cloudify/src/aria/docs/aria.modeling.rst deleted file mode 100644 index b85e22c..0000000 --- a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.modeling.rst +++ /dev/null @@ -1,56 +0,0 @@ -.. - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - -:mod:`aria.modeling` -==================== - -.. automodule:: aria.modeling - -:mod:`aria.modeling.constraints` --------------------------------- - -.. automodule:: aria.modeling.constraints - -:mod:`aria.modeling.exceptions` -------------------------------- - -.. automodule:: aria.modeling.exceptions - -:mod:`aria.modeling.functions` ------------------------------- - -.. automodule:: aria.modeling.functions - -:mod:`aria.modeling.mixins` ---------------------------- - -.. automodule:: aria.modeling.mixins - -:mod:`aria.modeling.relationship` ---------------------------------- - -.. automodule:: aria.modeling.relationship - -:mod:`aria.modeling.types` --------------------------- - -.. automodule:: aria.modeling.types - -:mod:`aria.modeling.utils` --------------------------- - -.. automodule:: aria.modeling.utils diff --git a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.orchestrator.context.rst b/azure/aria/aria-extension-cloudify/src/aria/docs/aria.orchestrator.context.rst deleted file mode 100644 index 395befc..0000000 --- a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.orchestrator.context.rst +++ /dev/null @@ -1,46 +0,0 @@ -.. - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - -:mod:`aria.orchestrator.context` -================================ - -.. automodule:: aria.orchestrator.context - -:mod:`aria.orchestrator.context.common` ---------------------------------------- - -.. automodule:: aria.orchestrator.context.common - -:mod:`aria.orchestrator.context.exceptions` -------------------------------------------- - -.. automodule:: aria.orchestrator.context.exceptions - -:mod:`aria.orchestrator.context.operation` ------------------------------------------- - -.. automodule:: aria.orchestrator.context.operation - -:mod:`aria.orchestrator.context.toolbelt` ------------------------------------------ - -.. automodule:: aria.orchestrator.context.toolbelt - -:mod:`aria.orchestrator.context.workflow` ------------------------------------------ - -.. automodule:: aria.orchestrator.context.workflow diff --git a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.orchestrator.execution_plugin.ctx_proxy.rst b/azure/aria/aria-extension-cloudify/src/aria/docs/aria.orchestrator.execution_plugin.ctx_proxy.rst deleted file mode 100644 index 47ed598..0000000 --- a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.orchestrator.execution_plugin.ctx_proxy.rst +++ /dev/null @@ -1,31 +0,0 @@ -.. - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - -:mod:`aria.orchestrator.execution_plugin.ctx_proxy` -=================================================== - -.. automodule:: aria.orchestrator.execution_plugin.ctx_proxy - -:mod:`aria.orchestrator.execution_plugin.ctx_proxy.client` ----------------------------------------------------------- - -.. automodule:: aria.orchestrator.execution_plugin.ctx_proxy.client - -:mod:`aria.orchestrator.execution_plugin.ctx_proxy.server` ----------------------------------------------------------- - -.. automodule:: aria.orchestrator.execution_plugin.ctx_proxy.server diff --git a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.orchestrator.execution_plugin.rst b/azure/aria/aria-extension-cloudify/src/aria/docs/aria.orchestrator.execution_plugin.rst deleted file mode 100644 index 177a316..0000000 --- a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.orchestrator.execution_plugin.rst +++ /dev/null @@ -1,56 +0,0 @@ -.. - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - -:mod:`aria.orchestrator.execution_plugin` -========================================= - -.. automodule:: aria.orchestrator.execution_plugin - -:mod:`aria.orchestrator.execution_plugin.common` ------------------------------------------------- - -.. automodule:: aria.orchestrator.execution_plugin.common - -:mod:`aria.orchestrator.execution_plugin.constants` ---------------------------------------------------- - -.. automodule:: aria.orchestrator.execution_plugin.constants - -:mod:`aria.orchestrator.execution_plugin.environment_globals` -------------------------------------------------------------- - -.. automodule:: aria.orchestrator.execution_plugin.environment_globals - -:mod:`aria.orchestrator.execution_plugin.exceptions` ----------------------------------------------------- - -.. automodule:: aria.orchestrator.execution_plugin.exceptions - -:mod:`aria.orchestrator.execution_plugin.instantiation` -------------------------------------------------------- - -.. automodule:: aria.orchestrator.execution_plugin.instantiation - -:mod:`aria.orchestrator.execution_plugin.local` ------------------------------------------------ - -.. automodule:: aria.orchestrator.execution_plugin.local - -:mod:`aria.orchestrator.execution_plugin.operations` ----------------------------------------------------- - -.. automodule:: aria.orchestrator.execution_plugin.operations diff --git a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.orchestrator.execution_plugin.ssh.rst b/azure/aria/aria-extension-cloudify/src/aria/docs/aria.orchestrator.execution_plugin.ssh.rst deleted file mode 100644 index 8bbaa57..0000000 --- a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.orchestrator.execution_plugin.ssh.rst +++ /dev/null @@ -1,31 +0,0 @@ -.. - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - -:mod:`aria.orchestrator.execution_plugin.ssh` -============================================= - -.. automodule:: aria.orchestrator.execution_plugin.ssh - -:mod:`aria.orchestrator.execution_plugin.ssh.operations` --------------------------------------------------------- - -.. automodule:: aria.orchestrator.execution_plugin.ssh.operations - -:mod:`aria.orchestrator.execution_plugin.ssh.tunnel` ----------------------------------------------------- - -.. automodule:: aria.orchestrator.execution_plugin.ssh.tunnel diff --git a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.orchestrator.rst b/azure/aria/aria-extension-cloudify/src/aria/docs/aria.orchestrator.rst deleted file mode 100644 index 33454e6..0000000 --- a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.orchestrator.rst +++ /dev/null @@ -1,46 +0,0 @@ -.. - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - -:mod:`aria.orchestrator` -======================== - -.. automodule:: aria.orchestrator - -:mod:`aria.orchestrator.decorators` ------------------------------------ - -.. automodule:: aria.orchestrator.decorators - -:mod:`aria.orchestrator.events` -------------------------------- - -.. automodule:: aria.orchestrator.events - -:mod:`aria.orchestrator.exceptions` ------------------------------------ - -.. automodule:: aria.orchestrator.exceptions - -:mod:`aria.orchestrator.plugin` -------------------------------- - -.. automodule:: aria.orchestrator.plugin - -:mod:`aria.orchestrator.workflow_runner` ----------------------------------------- - -.. automodule:: aria.orchestrator.workflow_runner diff --git a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.orchestrator.workflows.api.rst b/azure/aria/aria-extension-cloudify/src/aria/docs/aria.orchestrator.workflows.api.rst deleted file mode 100644 index 7ecac75..0000000 --- a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.orchestrator.workflows.api.rst +++ /dev/null @@ -1,31 +0,0 @@ -.. - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - -:mod:`aria.orchestrator.workflows.api` -====================================== - -.. automodule:: aria.orchestrator.workflows.api - -:mod:`aria.orchestrator.workflows.api.task_graph` -------------------------------------------------- - -.. automodule:: aria.orchestrator.workflows.api.task_graph - -:mod:`aria.orchestrator.workflows.api.task` -------------------------------------------- - -.. automodule:: aria.orchestrator.workflows.api.task diff --git a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.orchestrator.workflows.builtin.rst b/azure/aria/aria-extension-cloudify/src/aria/docs/aria.orchestrator.workflows.builtin.rst deleted file mode 100644 index de1a8f9..0000000 --- a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.orchestrator.workflows.builtin.rst +++ /dev/null @@ -1,57 +0,0 @@ -.. - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - - -:mod:`aria.orchestrator.workflows.builtin` -========================================== - -.. automodule:: aria.orchestrator.workflows.builtin - -:mod:`aria.orchestrator.workflows.builtin.execute_operation` ------------------------------------------------------------- - -.. automodule:: aria.orchestrator.workflows.builtin.execute_operation - -:mod:`aria.orchestrator.workflows.builtin.heal` ------------------------------------------------ - -.. automodule:: aria.orchestrator.workflows.builtin.heal - -:mod:`aria.orchestrator.workflows.builtin.install` --------------------------------------------------- - -.. automodule:: aria.orchestrator.workflows.builtin.install - -:mod:`aria.orchestrator.workflows.builtin.start` ------------------------------------------------- - -.. automodule:: aria.orchestrator.workflows.builtin.start - -:mod:`aria.orchestrator.workflows.builtin.stop` ------------------------------------------------ - -.. automodule:: aria.orchestrator.workflows.builtin.stop - -:mod:`aria.orchestrator.workflows.builtin.uninstall` ----------------------------------------------------- - -.. automodule:: aria.orchestrator.workflows.builtin.uninstall - -:mod:`aria.orchestrator.workflows.builtin.workflows` ----------------------------------------------------- - -.. automodule:: aria.orchestrator.workflows.builtin.workflows diff --git a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.orchestrator.workflows.executor.rst b/azure/aria/aria-extension-cloudify/src/aria/docs/aria.orchestrator.workflows.executor.rst deleted file mode 100644 index cde0a77..0000000 --- a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.orchestrator.workflows.executor.rst +++ /dev/null @@ -1,46 +0,0 @@ -.. - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - -:mod:`aria.orchestrator.workflows.executor` -=========================================== - -.. automodule:: aria.orchestrator.workflows.executor - -:mod:`aria.orchestrator.workflows.executor.base` ------------------------------------------------- - -.. automodule:: aria.orchestrator.workflows.executor.base - -:mod:`aria.orchestrator.workflows.executor.celery` --------------------------------------------------- - -.. automodule:: aria.orchestrator.workflows.executor.celery - -:mod:`aria.orchestrator.workflows.executor.dry` ------------------------------------------------ - -.. automodule:: aria.orchestrator.workflows.executor.dry - -:mod:`aria.orchestrator.workflows.executor.process` ---------------------------------------------------- - -.. automodule:: aria.orchestrator.workflows.executor.process - -:mod:`aria.orchestrator.workflows.executor.thread` --------------------------------------------------- - -.. automodule:: aria.orchestrator.workflows.executor.thread diff --git a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.orchestrator.workflows.rst b/azure/aria/aria-extension-cloudify/src/aria/docs/aria.orchestrator.workflows.rst deleted file mode 100644 index c0bc1c1..0000000 --- a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.orchestrator.workflows.rst +++ /dev/null @@ -1,51 +0,0 @@ -.. - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - -:mod:`aria.orchestrator.workflows` -================================== - -.. automodule:: aria.orchestrator.workflows - -:mod:`aria.orchestrator.workflows.events_logging` -------------------------------------------------- - -.. automodule:: aria.orchestrator.workflows.events_logging - -:mod:`aria.orchestrator.workflows.exceptions` ---------------------------------------------- - -.. automodule:: aria.orchestrator.workflows.exceptions - -:mod:`aria.orchestrator.workflows.core` ---------------------------------------- - -.. automodule:: aria.orchestrator.workflows.core - -:mod:`aria.orchestrator.workflows.core.graph_compiler` ------------------------------------------------------- - -.. automodule:: aria.orchestrator.workflows.core.graph_compiler - -:mod:`aria.orchestrator.workflows.core.engine` ----------------------------------------------- - -.. automodule:: aria.orchestrator.workflows.core.engine - -:mod:`aria.orchestrator.workflows.core.events_handler` ------------------------------------------------------- - -.. automodule:: aria.orchestrator.workflows.core.events_handler diff --git a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.parser.consumption.rst b/azure/aria/aria-extension-cloudify/src/aria/docs/aria.parser.consumption.rst deleted file mode 100644 index 3d9fc6e..0000000 --- a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.parser.consumption.rst +++ /dev/null @@ -1,21 +0,0 @@ -.. - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - -:mod:`aria.parser.consumption` -============================== - -.. automodule:: aria.parser.consumption diff --git a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.parser.loading.rst b/azure/aria/aria-extension-cloudify/src/aria/docs/aria.parser.loading.rst deleted file mode 100644 index 0ae7565..0000000 --- a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.parser.loading.rst +++ /dev/null @@ -1,21 +0,0 @@ -.. - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - -:mod:`aria.parser.loading` -========================== - -.. automodule:: aria.parser.loading diff --git a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.parser.modeling.rst b/azure/aria/aria-extension-cloudify/src/aria/docs/aria.parser.modeling.rst deleted file mode 100644 index 16c359c..0000000 --- a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.parser.modeling.rst +++ /dev/null @@ -1,21 +0,0 @@ -.. - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - -:mod:`aria.parser.modeling` -=========================== - -.. automodule:: aria.parser.modeling diff --git a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.parser.presentation.rst b/azure/aria/aria-extension-cloudify/src/aria/docs/aria.parser.presentation.rst deleted file mode 100644 index 6c63b2e..0000000 --- a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.parser.presentation.rst +++ /dev/null @@ -1,21 +0,0 @@ -.. - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - -:mod:`aria.parser.presentation` -=============================== - -.. automodule:: aria.parser.presentation diff --git a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.parser.reading.rst b/azure/aria/aria-extension-cloudify/src/aria/docs/aria.parser.reading.rst deleted file mode 100644 index b1d4f6c..0000000 --- a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.parser.reading.rst +++ /dev/null @@ -1,21 +0,0 @@ -.. - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - -:mod:`aria.parser.reading` -========================== - -.. automodule:: aria.parser.reading diff --git a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.parser.rst b/azure/aria/aria-extension-cloudify/src/aria/docs/aria.parser.rst deleted file mode 100644 index 700f03d..0000000 --- a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.parser.rst +++ /dev/null @@ -1,31 +0,0 @@ -.. - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - -:mod:`aria.parser` -================== - -.. automodule:: aria.parser - -:mod:`aria.parser.exceptions` ------------------------------ - -.. automodule:: aria.parser.exceptions - -:mod:`aria.parser.specification` --------------------------------- - -.. automodule:: aria.parser.specification diff --git a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.parser.validation.rst b/azure/aria/aria-extension-cloudify/src/aria/docs/aria.parser.validation.rst deleted file mode 100644 index 621898b..0000000 --- a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.parser.validation.rst +++ /dev/null @@ -1,21 +0,0 @@ -.. - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - -:mod:`aria.parser.validation` -============================= - -.. automodule:: aria.parser.validation diff --git a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.rst b/azure/aria/aria-extension-cloudify/src/aria/docs/aria.rst deleted file mode 100644 index 1a0dae5..0000000 --- a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.rst +++ /dev/null @@ -1,40 +0,0 @@ -.. - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - -:mod:`aria` -=========== - -.. automodule:: aria - -:mod:`aria.core` ----------------- - -.. automodule:: aria.core - -:mod:`aria.exceptions` ----------------------- - -.. automodule:: aria.exceptions - -:mod:`aria.extension` ---------------------- - -.. automodule:: aria.extension - -:mod:`aria.logger` ------------------- - -.. automodule:: aria.logger diff --git a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.storage.rst b/azure/aria/aria-extension-cloudify/src/aria/docs/aria.storage.rst deleted file mode 100644 index 7c51c2f..0000000 --- a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.storage.rst +++ /dev/null @@ -1,51 +0,0 @@ -.. - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - -:mod:`aria.storage` -=================== - -.. automodule:: aria.storage - -:mod:`aria.storage.api` ------------------------ - -.. automodule:: aria.storage.api - -:mod:`aria.storage.collection_instrumentation` ----------------------------------------------- - -.. automodule:: aria.storage.collection_instrumentation - -:mod:`aria.storage.core` ------------------------- - -.. automodule:: aria.storage.core - -:mod:`aria.storage.exceptions` ------------------------------- - -.. automodule:: aria.storage.exceptions - -:mod:`aria.storage.filesystem_rapi` ------------------------------------ - -.. automodule:: aria.storage.filesystem_rapi - -:mod:`aria.storage.sql_mapi` ----------------------------- - -.. automodule:: aria.storage.sql_mapi diff --git a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.utils.rst b/azure/aria/aria-extension-cloudify/src/aria/docs/aria.utils.rst deleted file mode 100644 index 220c0cd..0000000 --- a/azure/aria/aria-extension-cloudify/src/aria/docs/aria.utils.rst +++ /dev/null @@ -1,121 +0,0 @@ -.. - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - -:mod:`aria.utils` -================= - -.. automodule:: aria.utils - -:mod:`aria.utils.archive` -------------------------- - -.. automodule:: aria.utils.archive - -:mod:`aria.utils.argparse` --------------------------- - -.. automodule:: aria.utils.argparse - -:mod:`aria.utils.caching` -------------------------- - -.. automodule:: aria.utils.caching - -:mod:`aria.utils.collections` ------------------------------ - -.. automodule:: aria.utils.collections - -:mod:`aria.utils.console` -------------------------- - -.. automodule:: aria.utils.console - -:mod:`aria.utils.exceptions` ----------------------------- - -.. automodule:: aria.utils.exceptions - -:mod:`aria.utils.file` ----------------------- - -.. automodule:: aria.utils.file - -:mod:`aria.utils.formatting` ----------------------------- - -.. automodule:: aria.utils.formatting - -:mod:`aria.utils.http` ----------------------- - -.. automodule:: aria.utils.http - -:mod:`aria.utils.imports` -------------------------- - -.. automodule:: aria.utils.imports - -:mod:`aria.utils.openclose` ---------------------------- - -.. automodule:: aria.utils.openclose - -:mod:`aria.utils.plugin` ------------------------- - -.. automodule:: aria.utils.plugin - -:mod:`aria.utils.process` -------------------------- - -.. automodule:: aria.utils.process - -:mod:`aria.utils.specification` -------------------------------- - -.. automodule:: aria.utils.specification - -:mod:`aria.utils.threading` ---------------------------- - -.. automodule:: aria.utils.threading - -:mod:`aria.utils.type` ----------------------- - -.. automodule:: aria.utils.type - -:mod:`aria.utils.uris` ----------------------- - -.. automodule:: aria.utils.uris - -:mod:`aria.utils.uuid` ----------------------- - -.. automodule:: aria.utils.uuid - -:mod:`aria.utils.validation` ----------------------------- - -.. automodule:: aria.utils.validation - -:mod:`aria.utils.versions` --------------------------- - -.. automodule:: aria.utils.versions diff --git a/azure/aria/aria-extension-cloudify/src/aria/docs/aria_extension_tosca.simple_nfv_v1_0.rst b/azure/aria/aria-extension-cloudify/src/aria/docs/aria_extension_tosca.simple_nfv_v1_0.rst deleted file mode 100644 index 6e7b6cd..0000000 --- a/azure/aria/aria-extension-cloudify/src/aria/docs/aria_extension_tosca.simple_nfv_v1_0.rst +++ /dev/null @@ -1,20 +0,0 @@ -.. - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - -:mod:`aria_extension_tosca.simple_nfv_v1_0` -=========================================== - -.. automodule:: aria_extension_tosca.simple_nfv_v1_0 diff --git a/azure/aria/aria-extension-cloudify/src/aria/docs/aria_extension_tosca.simple_v1_0.modeling.rst b/azure/aria/aria-extension-cloudify/src/aria/docs/aria_extension_tosca.simple_v1_0.modeling.rst deleted file mode 100644 index 8bc5499..0000000 --- a/azure/aria/aria-extension-cloudify/src/aria/docs/aria_extension_tosca.simple_v1_0.modeling.rst +++ /dev/null @@ -1,75 +0,0 @@ -.. - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - -:mod:`aria_extension_tosca.simple_v1_0.modeling` -================================================ - -.. automodule:: aria_extension_tosca.simple_v1_0.modeling - -:mod:`aria_extension_tosca.simple_v1_0.modeling.artifacts` ----------------------------------------------------------- - -.. automodule:: aria_extension_tosca.simple_v1_0.modeling.artifacts - -:mod:`aria_extension_tosca.simple_v1_0.modeling.capabilities` -------------------------------------------------------------- - -.. automodule:: aria_extension_tosca.simple_v1_0.modeling.capabilities - -:mod:`aria_extension_tosca.simple_v1_0.modeling.constraints` ------------------------------------------------------------- - -.. automodule:: aria_extension_tosca.simple_v1_0.modeling.constraints - -:mod:`aria_extension_tosca.simple_v1_0.modeling.copy` ------------------------------------------------------ - -.. automodule:: aria_extension_tosca.simple_v1_0.modeling.copy - -:mod:`aria_extension_tosca.simple_v1_0.modeling.data_types` ------------------------------------------------------------ - -.. automodule:: aria_extension_tosca.simple_v1_0.modeling.data_types - -:mod:`aria_extension_tosca.simple_v1_0.modeling.functions` ----------------------------------------------------------- - -.. automodule:: aria_extension_tosca.simple_v1_0.modeling.functions - -:mod:`aria_extension_tosca.simple_v1_0.modeling.interfaces` ------------------------------------------------------------ - -.. automodule:: aria_extension_tosca.simple_v1_0.modeling.interfaces - -:mod:`aria_extension_tosca.simple_v1_0.modeling.parameters` ------------------------------------------------------------ - -.. automodule:: aria_extension_tosca.simple_v1_0.modeling.parameters - -:mod:`aria_extension_tosca.simple_v1_0.modeling.policies` ---------------------------------------------------------- - -.. automodule:: aria_extension_tosca.simple_v1_0.modeling.policies - -:mod:`aria_extension_tosca.simple_v1_0.modeling.requirements` -------------------------------------------------------------- - -.. automodule:: aria_extension_tosca.simple_v1_0.modeling.requirements - -:mod:`aria_extension_tosca.simple_v1_0.modeling.substitution_mappings` ----------------------------------------------------------------------- - -.. automodule:: aria_extension_tosca.simple_v1_0.modeling.substitution_mappings diff --git a/azure/aria/aria-extension-cloudify/src/aria/docs/aria_extension_tosca.simple_v1_0.presentation.rst b/azure/aria/aria-extension-cloudify/src/aria/docs/aria_extension_tosca.simple_v1_0.presentation.rst deleted file mode 100644 index 964c029..0000000 --- a/azure/aria/aria-extension-cloudify/src/aria/docs/aria_extension_tosca.simple_v1_0.presentation.rst +++ /dev/null @@ -1,40 +0,0 @@ -.. - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - -:mod:`aria_extension_tosca.simple_v1_0.presentation` -==================================================== - -.. automodule:: aria_extension_tosca.simple_v1_0.presentation - -:mod:`aria_extension_tosca.simple_v1_0.presentation.extensible` ---------------------------------------------------------------- - -.. automodule:: aria_extension_tosca.simple_v1_0.presentation.extensible - -:mod:`aria_extension_tosca.simple_v1_0.presentation.field_getters` ------------------------------------------------------------------- - -.. automodule:: aria_extension_tosca.simple_v1_0.presentation.field_getters - -:mod:`aria_extension_tosca.simple_v1_0.presentation.field_validators` ---------------------------------------------------------------------- - -.. automodule:: aria_extension_tosca.simple_v1_0.presentation.field_validators - -:mod:`aria_extension_tosca.simple_v1_0.presentation.types` ----------------------------------------------------------- - -.. automodule:: aria_extension_tosca.simple_v1_0.presentation.types diff --git a/azure/aria/aria-extension-cloudify/src/aria/docs/aria_extension_tosca.simple_v1_0.rst b/azure/aria/aria-extension-cloudify/src/aria/docs/aria_extension_tosca.simple_v1_0.rst deleted file mode 100644 index bdae6ab..0000000 --- a/azure/aria/aria-extension-cloudify/src/aria/docs/aria_extension_tosca.simple_v1_0.rst +++ /dev/null @@ -1,20 +0,0 @@ -.. - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - -:mod:`aria_extension_tosca.simple_v1_0` -======================================= - -.. automodule:: aria_extension_tosca.simple_v1_0 diff --git a/azure/aria/aria-extension-cloudify/src/aria/docs/cli.rst b/azure/aria/aria-extension-cloudify/src/aria/docs/cli.rst deleted file mode 100644 index ee51545..0000000 --- a/azure/aria/aria-extension-cloudify/src/aria/docs/cli.rst +++ /dev/null @@ -1,57 +0,0 @@ -.. - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - -CLI -=== - -.. click:: aria.cli.main:_aria - :prog: aria - -.. click:: aria.cli.commands.reset:reset - :prog: aria reset - :show-nested: - -.. click:: aria.cli.commands.plugins:plugins - :prog: aria plugins - :show-nested: - -.. click:: aria.cli.commands.service_templates:service_templates - :prog: aria service_templates - :show-nested: - -.. click:: aria.cli.commands.node_templates:node_templates - :prog: aria node_templates - :show-nested: - -.. click:: aria.cli.commands.services:services - :prog: aria services - :show-nested: - -.. click:: aria.cli.commands.nodes:nodes - :prog: aria nodes - :show-nested: - -.. click:: aria.cli.commands.workflows:workflows - :prog: aria workflows - :show-nested: - -.. click:: aria.cli.commands.executions:executions - :prog: aria executions - :show-nested: - -.. click:: aria.cli.commands.logs:logs - :prog: aria logs - :show-nested: diff --git a/azure/aria/aria-extension-cloudify/src/aria/docs/conf.py b/azure/aria/aria-extension-cloudify/src/aria/docs/conf.py deleted file mode 100644 index fd1a066..0000000 --- a/azure/aria/aria-extension-cloudify/src/aria/docs/conf.py +++ /dev/null @@ -1,441 +0,0 @@ -# -*- coding: utf-8 -*- - -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -# ARIA TOSCA documentation build configuration file. -# -# This file is execfile()d with the current directory set to its -# containing dir. -# -# Note that not all possible configuration values are present in this -# autogenerated file. -# -# All configuration values have a default; values that are commented out -# serve to show the default. - -# If extensions (or modules to document with autodoc) are in another directory, -# add these directories to sys.path here. If the directory is relative to the -# documentation root, use os.path.abspath to make it absolute, like shown here. -# -import os -import sys - -sys.path.append(os.path.abspath('../aria')) -sys.path.append(os.path.abspath('../extensions')) - -with open('../VERSION') as f: - version = f.readline() - -# -- General configuration ------------------------------------------------ - -# If your documentation needs a minimal Sphinx version, state it here. -# -# needs_sphinx = '1.0' - -# Add any Sphinx extension module names here, as strings. They can be -# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom -# ones. -extensions = [ - 'sphinx.ext.autodoc', - 'sphinx.ext.autosummary', - 'sphinx.ext.intersphinx', - 'sphinx_click.ext' -] - -# Add any paths that contain templates here, relative to this directory. -templates_path = ['_templates'] - -# The suffix(es) of source filenames. -# You can specify multiple suffix as a list of string: -# -# source_suffix = ['.rst', '.md'] -source_suffix = '.rst' - -# The encoding of source files. -# -# source_encoding = 'utf-8-sig' - -# The master toctree document. -master_doc = 'index' - -# General information about the project. -project = u'ARIA TOSCA' -copyright = u'2016-2017, Apache Software Foundation' # @ReservedAssignment -author = u'Apache Software Foundation' - -# The version info for the project you're documenting, acts as replacement for -# |version| and |release|, also used in various other places throughout the -# built documents. -# -# The short X.Y version. -#version = u'0.0' -# The full version, including alpha/beta/rc tags. -release = version # @UndefinedVariable - -# The language for content autogenerated by Sphinx. Refer to documentation -# for a list of supported languages. -# -# This is also used if you do content translation via gettext catalogs. -# Usually you set "language" from the command line for these cases. -language = None - -# There are two options for replacing |today|: either, you set today to some -# non-false value, then it is used: -# -# today = '' -# -# Else, today_fmt is used as the format for a strftime call. -# -# today_fmt = '%B %d, %Y' - -# List of patterns, relative to source directory, that match files and -# directories to ignore when looking for source files. -# This patterns also effect to html_static_path and html_extra_path -exclude_patterns = [] - -# The reST default role (used for this markup: `text`) to use for all -# documents. -# -# default_role = None - -# If true, '()' will be appended to :func: etc. cross-reference text. -# -# add_function_parentheses = True - -# If true, the current module name will be prepended to all description -# unit titles (such as .. function::). -# -# add_module_names = True - -# If true, sectionauthor and moduleauthor directives will be shown in the -# output. They are ignored by default. -# -# show_authors = False - -# The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' - -# A list of ignored prefixes for module index sorting. -# modindex_common_prefix = [] - -# If true, keep warnings as "system message" paragraphs in the built documents. -# keep_warnings = False - -# If true, `todo` and `todoList` produce output, else they produce nothing. -todo_include_todos = False - - -# -- Options for HTML output ---------------------------------------------- - -# The theme to use for HTML and HTML Help pages. See the documentation for -# a list of builtin themes. -# -html_theme = 'sphinx_rtd_theme' - -# Theme options are theme-specific and customize the look and feel of a theme -# further. For a list of options available for each theme, see the -# documentation. -# -# html_theme_options = {} - -# Add any paths that contain custom themes here, relative to this directory. -#html_theme_path = [] - -# The name for this set of Sphinx documents. -# " v documentation" by default. -# -# html_title = u'ARIA TOSCA v0.1.0' - -# A shorter title for the navigation bar. Default is the same as html_title. -# -# html_short_title = None - -# The name of an image file (relative to this directory) to place at the top -# of the sidebar. -# -# html_logo = None - -# The name of an image file (relative to this directory) to use as a favicon of -# the docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 -# pixels large. -# -# html_favicon = None - -# Add any paths that contain custom static files (such as style sheets) here, -# relative to this directory. They are copied after the builtin static files, -# so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] - -# Add any extra paths that contain custom files (such as robots.txt or -# .htaccess) here, relative to this directory. These files are copied -# directly to the root of the documentation. -# -# html_extra_path = [] - -# If not None, a 'Last updated on:' timestamp is inserted at every page -# bottom, using the given strftime format. -# The empty string is equivalent to '%b %d, %Y'. -# -# html_last_updated_fmt = None - -# If true, SmartyPants will be used to convert quotes and dashes to -# typographically correct entities. -# -# html_use_smartypants = True - -# Custom sidebar templates, maps document names to template names. -# -# html_sidebars = {} - -# Additional templates that should be rendered to pages, maps page names to -# template names. -# -# html_additional_pages = {} - -# If false, no module index is generated. -# -# html_domain_indices = True - -# If false, no index is generated. -# -# html_use_index = True - -# If true, the index is split into individual pages for each letter. -# -# html_split_index = False - -# If true, links to the reST sources are added to the pages. -# -# html_show_sourcelink = True - -# If true, "Created using Sphinx" is shown in the HTML footer. Default is True. -# -# html_show_sphinx = True - -# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. -# -# html_show_copyright = True - -# If true, an OpenSearch description file will be output, and all pages will -# contain a tag referring to it. The value of this option must be the -# base URL from which the finished HTML is served. -# -# html_use_opensearch = '' - -# This is the file name suffix for HTML files (e.g. ".xhtml"). -# html_file_suffix = None - -# Language to be used for generating the HTML full-text search index. -# Sphinx supports the following languages: -# 'da', 'de', 'en', 'es', 'fi', 'fr', 'hu', 'it', 'ja' -# 'nl', 'no', 'pt', 'ro', 'ru', 'sv', 'tr', 'zh' -# -# html_search_language = 'en' - -# A dictionary with options for the search language support, empty by default. -# 'ja' uses this config value. -# 'zh' user can custom change `jieba` dictionary path. -# -# html_search_options = {'type': 'default'} - -# The name of a javascript file (relative to the configuration directory) that -# implements a search results scorer. If empty, the default will be used. -# -# html_search_scorer = 'scorer.js' - -# Output file base name for HTML help builder. -htmlhelp_basename = 'ARIATOSCAdoc' - -# -- Options for LaTeX output --------------------------------------------- - -latex_elements = { - # The paper size ('letterpaper' or 'a4paper'). - # - # 'papersize': 'letterpaper', - - # The font size ('10pt', '11pt' or '12pt'). - # - # 'pointsize': '10pt', - - # Additional stuff for the LaTeX preamble. - # - # 'preamble': '', - - # Latex figure (float) alignment - # - # 'figure_align': 'htbp', -} - -# Grouping the document tree into LaTeX files. List of tuples -# (source start file, target name, title, -# author, documentclass [howto, manual, or own class]). -latex_documents = [ - (master_doc, 'ARIATOSCA.tex', u'ARIA TOSCA', - u'Apache Software Foundation', 'manual'), -] - -# The name of an image file (relative to this directory) to place at the top of -# the title page. -# -# latex_logo = None - -# For "manual" documents, if this is true, then toplevel headings are parts, -# not chapters. -# -# latex_use_parts = False - -# If true, show page references after internal links. -# -# latex_show_pagerefs = False - -# If true, show URL addresses after external links. -# -# latex_show_urls = False - -# Documents to append as an appendix to all manuals. -# -# latex_appendices = [] - -# If false, no module index is generated. -# -# latex_domain_indices = True - - -# -- Options for manual page output --------------------------------------- - -# One entry per manual page. List of tuples -# (source start file, name, description, authors, manual section). -man_pages = [ - (master_doc, 'aria', u'ARIA TOSCA', - [author], 1) -] - -# If true, show URL addresses after external links. -# -# man_show_urls = False - - -# -- Options for Texinfo output ------------------------------------------- - -# Grouping the document tree into Texinfo files. List of tuples -# (source start file, target name, title, author, -# dir menu entry, description, category) -texinfo_documents = [ - (master_doc, 'ARIATOSCA', u'ARIA TOSCA', - author, 'ARIA TOSCA', 'an open, light, CLI-driven library of orchestration tools that other ' - 'open projects can consume to easily build TOSCA-based orchestration solutions.', - 'Miscellaneous'), -] - -# Documents to append as an appendix to all manuals. -# -# texinfo_appendices = [] - -# If false, no module index is generated. -# -# texinfo_domain_indices = True - -# How to display URL addresses: 'footnote', 'no', or 'inline'. -# -# texinfo_show_urls = 'footnote' - -# If true, do not generate a @detailmenu in the "Top" node's menu. -# -# texinfo_no_detailmenu = False - - -# -- Options for InterSphinx - -intersphinx_mapping = { - 'python': ('https://docs.python.org/2.7', None) -} - -# -- Options for Python domain - -# Append __init__ docstring into class docstring -autoclass_content = 'both' - -# Default to everything important -autodoc_default_flags = [ - 'members', - 'undoc-members', - 'show-inheritance' -] - -SKIP_MEMBERS = ( - 'FIELDS', - 'ALLOW_UNKNOWN_FIELDS', - 'SHORT_FORM_FIELD', - 'INSTRUMENTATION_FIELDS' -) - -SKIP_MEMBER_SUFFIXES = ( - '_fk', -) - -NEVER_SKIP_MEMBERS = ( - '__evaluate__', -) - -SKIP_DOCUMENTS = () - -from sphinx import addnodes -from sphinx.domains.python import PythonDomain - -try: - import fabric -except: - # Note: "exclude_patterns" is not good enough for us, because we still have a TOC entry. - # Unfortunately, there is no way to conditionally exclude a TOC entry, and TOC entries without - # matching documents emit an error. So, we will have to manipulate the doctree directly! - SKIP_DOCUMENTS = ('aria.orchestrator.execution_plugin.ssh',) - -def on_autodoc_skip_member(app, what, name, obj, skip, options): - if name in NEVER_SKIP_MEMBERS: - return False - if name in SKIP_MEMBERS: - return True - for suffix in SKIP_MEMBER_SUFFIXES: - if name.endswith(suffix): - return True - return skip - -def on_source_read(app, docname, source): - # Empty out source - if docname in SKIP_DOCUMENTS: - source[0] = '' - -def on_doctree_read(app, doctree): - # Remove TOC entry (see: https://gist.github.com/kakawait/9215487) - for toctreenode in doctree.traverse(addnodes.toctree): - for e in toctreenode['entries']: - ref = str(e[1]) - if ref in SKIP_DOCUMENTS: - toctreenode['entries'].remove(e) - -class PatchedPythonDomain(PythonDomain): - # See: https://github.com/sphinx-doc/sphinx/issues/3866 - def resolve_xref(self, env, fromdocname, builder, typ, target, node, contnode): - if 'refspecific' in node: - del node['refspecific'] - return super(PatchedPythonDomain, self).resolve_xref( - env, fromdocname, builder, typ, target, node, contnode) - -def setup(app): - app.connect('autodoc-skip-member', on_autodoc_skip_member) - app.connect('source-read', on_source_read) - app.connect('doctree-read', on_doctree_read) - app.override_domain(PatchedPythonDomain) diff --git a/azure/aria/aria-extension-cloudify/src/aria/docs/index.rst b/azure/aria/aria-extension-cloudify/src/aria/docs/index.rst deleted file mode 100644 index f68769b..0000000 --- a/azure/aria/aria-extension-cloudify/src/aria/docs/index.rst +++ /dev/null @@ -1,86 +0,0 @@ -.. - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - -User Manual for ARIA TOSCA -========================== - -`ARIA TOSCA `__ is an open, light, CLI-driven library of -orchestration tools that other open projects can consume to easily build -`TOSCA `__-based orchestration solutions. ARIA is now -an incubation project at the Apache Software Foundation. - -Interfaces ----------- - -.. toctree:: - :maxdepth: 1 - :includehidden: - - cli - rest - -SDK ---- - -Core -#### - -.. toctree:: - :maxdepth: 1 - :includehidden: - - aria - aria.cli - aria.modeling - aria.modeling.models - aria.orchestrator - aria.orchestrator.context - aria.orchestrator.execution_plugin - aria.orchestrator.execution_plugin.ctx_proxy - aria.orchestrator.execution_plugin.ssh - aria.orchestrator.workflows - aria.orchestrator.workflows.api - aria.orchestrator.workflows.builtin - aria.orchestrator.workflows.executor - aria.parser - aria.parser.consumption - aria.parser.loading - aria.parser.modeling - aria.parser.presentation - aria.parser.reading - aria.parser.validation - aria.storage - aria.utils - -Extensions -########## - -.. toctree:: - :maxdepth: 1 - :includehidden: - - aria_extension_tosca.simple_v1_0 - aria_extension_tosca.simple_v1_0.modeling - aria_extension_tosca.simple_v1_0.presentation - aria_extension_tosca.simple_nfv_v1_0 - - -Indices and Tables ------------------- - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` diff --git a/azure/aria/aria-extension-cloudify/src/aria/docs/requirements.txt b/azure/aria/aria-extension-cloudify/src/aria/docs/requirements.txt deleted file mode 100644 index a49bb26..0000000 --- a/azure/aria/aria-extension-cloudify/src/aria/docs/requirements.txt +++ /dev/null @@ -1,15 +0,0 @@ -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -Sphinx>=1.6.2, <2.0.0 -sphinx_rtd_theme>=0.2.4, <2.0.0 -sphinx-click>=1.0.2, <1.1.0 diff --git a/azure/aria/aria-extension-cloudify/src/aria/docs/rest.rst b/azure/aria/aria-extension-cloudify/src/aria/docs/rest.rst deleted file mode 100644 index 185837e..0000000 --- a/azure/aria/aria-extension-cloudify/src/aria/docs/rest.rst +++ /dev/null @@ -1,20 +0,0 @@ -.. - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - -REST -==== - -TODO -- 2.16.6