http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/d593b4ae/_site/css/style.css ---------------------------------------------------------------------- diff --git a/_site/css/style.css b/_site/css/style.css deleted file mode 100755 index 667c539..0000000 --- a/_site/css/style.css +++ /dev/null @@ -1,806 +0,0 @@ -@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600); -@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700); -@import url(http://fonts.googleapis.com/css?family=Volkhov:400italic); -/* var text-decoration */ -/*-- - Common Css ---*/ -body { - font-family: 'Open Sans', sans-serif; - -webkit-font-smoothing: antialiased; -} -h1, -h2, -h3, -h4, -h5, -h6 { - font-family: 'Roboto', sans-serif; -} -h2 { - font-size: 30px; - font-weight: 400; -} -h3 { - font-size: 28px; - font-weight: 300; -} -p { - font-size: 15px; - line-height: 28px; -} -ul { - padding: 0; - margin: 0; - list-style: none; -} -a, -a:active, -a:focus, -a:active { - text-decoration: none !important; -} -.section-title { - margin-bottom: 70px; -} -.section-title h2 { - text-transform: uppercase; - font-size: 28px; - font-weight: 600; -} -.section-title p { - font-family: 'Volkhov', serif; - font-style: italic; - color: #666; -} -/*-- - Header Start ---*/ -header { - background: #fff; - padding: 20px 0; -} -header .navbar { - margin-bottom: 0px; - border: 0px; -} -header .navbar-brand { - padding-top: 5px; -} -header .navbar-default { - background: none; - border: 0px; -} -header .navbar-default .navbar-nav { - padding-top: 10px; -} -header .navbar-default .navbar-nav li a { - color: #333333; - padding: 10px 26px; - font-size: 15px; -} -font header .navbar-default .navbar-nav li a:hover { - color: #000; -} -/*--------------------------------------------- - Index Start ------------------------------------------------*/ -/*-- - Slider Start ---*/ -#slider { - background: url("../images/slider-bg.jpg") no-repeat; - background-size: cover; - background-attachment: fixed; - background-position: 10% 0%; - padding: 200px 0 280px 0; - position: relative; -} -#slider:before { - content: ""; - position: absolute; - left: 0; - top: 0; - bottom: 0; - right: 0; - width: 100%; - height: 100%; - background: linear-gradient(to left, #8b86a3, #322e40); - opacity: 0.8; -} -#slider .block { - color: #E3E3E4; -} -#slider .block h1 { - font-family: 'Roboto', sans-serif; - font-weight: 100; - font-size: 45px; - line-height: 60px; - letter-spacing: 10px; - padding-bottom: 45px; -} -#slider .block p { - font-size: 23px; - line-height: 40px; - font-family: 'Roboto', sans-serif; - font-weight: 300; - letter-spacing: 3px; -} -/*-- - wrapper Start ---*/ -#intro { - padding: 100px 0; -} -#intro .block h2 { - padding-top: 35px; - line-height: 27px; - margin: 0; -} -#intro .block p { - color: #7B7B7B; - padding-top: 20px; -} -#intro .block img { - padding-left: 40px; - width: 100%; -} -#intro .section-title { - margin-bottom: 0px; -} -#intro .section-title p { - padding-top: 20px; -} -/*-- - service Start ---*/ -#service { - text-align: center; - padding: 90px 0; -} -#service .service-item { - padding-bottom: 30px; -} -#service .service-item i { - font-size: 60px; - color: #4A4656; -} -#service .service-item h4 { - padding-top: 20px; - margin: 0; - color: #666; -} -#service .service-item p { - color: #888; - padding-top: 10px; - margin: 0; - font-size: 14px; - line-height: 1.8; -} -/*-- - call-to-action Start ---*/ -#call-to-action { - background: url("../images/call-to-action-bg.jpg") no-repeat; - background-size: cover; - background-attachment: fixed; - padding: 70px 0px; - position: relative; - text-align: center; - color: #fff; -} -#call-to-action:before { - content: ""; - position: absolute; - left: 0; - right: 0; - top: 0; - bottom: 0; - width: 100%; - height: 100%; - background: #1d192c; - opacity: 0.8; -} -#call-to-action h2 { - padding-bottom: 20px; - line-height: 33px; - margin: 0; - font-size: 30px; -} -#call-to-action p { - font-size: 14px; - line-height: 1.6; -} -#call-to-action .btn-call-to-action { - padding: 15px 35px; - border: none; - background-color: #fff; - font-size: 15px; - color: #333333; - margin-top: 30px; -} -/*-- - Feature Start ---*/ -#feature { - background: url("../images/featue-bg.jpg"); - background-position: 50% 94px; - width: 100%; - display: block; - position: relative; - overflow: visible; - background-attachment: fixed; - background-repeat: no-repeat; - background-position: center center; - background-color: #fff; - -webkit-background-size: cover; - -moz-background-size: cover; - -o-background-size: cover; - background-size: cover; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - padding: 100px 0; -} -#feature h2 { - font-size: 28px; - font-weight: 600; - margin-bottom: 30px; -} -#feature p { - color: #8d8f92; - margin-bottom: 20px; -} -#feature .btn-view-works { - background: #655E7A; - color: #fff; - padding: 10px 20px; -} -/*-- - content Start ---*/ -#testimonial { - padding: 100px 0; -} -#testimonial .block h2 { - line-height: 27px; - color: #5C5C5C; - padding-top: 110px; -} -#testimonial .block p { - padding-top: 50px; - color: #7B7B7B; -} -#testimonial .counter-box li { - width: 50%; - float: left; - text-align: center; - margin: 30px 0 30px; -} -#testimonial .counter-box li i { - font-size: 35px; -} -#testimonial .counter-box li h4 { - font-size: 30px; - font-weight: bold; -} -#testimonial .counter-box li span { - color: #555; -} -#testimonial .testimonial-carousel { - text-align: center; - width: 75%; - border: 1px solid #DEDEDE; - padding: 24px; - margin: 0 auto; -} -#testimonial .testimonial-carousel img { - padding-bottom: 38px; -} -#testimonial .testimonial-carousel p { - line-height: 28px; - font-weight: 300; - padding-bottom: 20px; -} -#testimonial .testimonial-carousel .user img { - padding-bottom: 0px; - border-radius: 500px; -} -#testimonial .testimonial-carousel .user p { - padding-bottom: 0; - font-size: 12px; - line-height: 20px; - color: #353241; -} -#testimonial .testimonial-carousel .user p span { - display: block; - color: #353241; - font-weight: 600; -} -#testimonial .testimonial-carousel .owl-carousel .owl-pagination div { - border: 1px solid #1D1D1D; - border-radius: 500px; - display: inline-block; - height: 10px; - margin-right: 15px; - width: 10px; -} -#testimonial .testimonial-carousel .owl-carousel .owl-pagination div.active { - background: #5C5C5C; - font-size: 30px; - display: inline-block; - border: 0px; -} -/*-- - features Start ---*/ -#clients-logo-section { - padding-top: 30px; - padding-bottom: 75px; -} -#clients-logo-section .clients-logo-img { - padding: 0px 50px; -} -/*--------------------------------------------- - Work Start ------------------------------------------------*/ -/*-- - Slider-work Start ---*/ -#global-header { - background: url("../images/slider-bg2.jpg") no-repeat; - background-size: cover; - padding-top: 150px; - padding-bottom: 107px; - position: relative; - background-attachment: fixed; -} -#global-header:before { - content: ""; - position: absolute; - left: 0; - top: 0; - bottom: 0; - right: 0; - width: 100%; - height: 100%; - background: linear-gradient(to left, #928dab, #1f1c2c 70%); - opacity: 0.8; -} -#global-header .block { - color: #E3E3E4; - margin: 0 auto; - padding-left: 90px; - text-align: center; -} -#global-header .block h1 { - font-weight: 100; - font-size: 45px; - letter-spacing: 6px; - padding-bottom: 15px; - margin-top: 0; - text-transform: capitalize; -} -#global-header .block p { - font-size: 16px; - font-weight: 300; - letter-spacing: 1px; - word-spacing: 3px; -} -/*-- - portfolio-work Start ---*/ -#portfolio-work { - overflow: hidden; - padding: 80px 0; -} -#portfolio-work .block .portfolio-menu { - padding-bottom: 30px; - text-align: center; -} -#portfolio-work .block .portfolio-menu ul { - border: 1px solid #999999; - display: inline-block; - margin-bottom: 40px; -} -#portfolio-work .block .portfolio-menu ul li { - display: inline-block; - padding: 0px 25px; - cursor: pointer; - font-size: 15px; - line-height: 40px; - font-weight: 600; - color: #333333; - text-transform: capitalize; - position: relative; -} -#portfolio-work .block .portfolio-menu ul .active { - color: #655E7A; - position: relative; -} -#portfolio-work .block .portfolio-menu ul .active:before { - content: "\f0d7"; - position: absolute; - font-family: 'FontAwesome'; - bottom: -18px; - font-size: 30px; - width: 20px; - left: 0px; - right: 0px; - top: 23px; - margin: 0 auto; - color: #fff; - text-shadow: 0 1px 0px rgba(0, 0, 0, 0.9); - -webkit-transition: all 0.4s ease-in-out; - -moz-transition: all 0.4s ease-in-out; - -o-transition: all 0.4s ease-in-out; - -ms-transition: all 0.4s ease-in-out; - transition: all 0.4s ease-in-out; -} -#portfolio-work .block .portfolio-menu ul li:hover:before { - content: "\f0d7"; - position: absolute; - font-family: 'FontAwesome'; - bottom: -18px; - font-size: 30px; - width: 20px; - left: 0px; - right: 0px; - top: 24px; - margin: 0 auto; - color: #fff; - text-shadow: 0 1px 0px rgba(0, 0, 0, 0.9); - -webkit-transition: all 0.4s ease-in-out; - -moz-transition: all 0.4s ease-in-out; - -o-transition: all 0.4s ease-in-out; - -ms-transition: all 0.4s ease-in-out; - transition: all 0.4s ease-in-out; -} -#portfolio-work .block .portfolio-contant ul li { - float: left; - width: 32.22%; - overflow: hidden; - margin: 6px; - position: relative; -} -#portfolio-work .block .portfolio-contant ul li:hover .overly { - opacity: 1; -} -#portfolio-work .block .portfolio-contant ul li:hover .position-center { - position: absolute; - top: 50%; - -webkit-transform: translate(0%, -50%); - -moz-transform: translate(0%, -50%); - -ms-transform: translate(0%, -50%); - transform: translate(0%, -50%); -} -#portfolio-work .block .portfolio-contant ul li a { - display: block; - color: #fff; -} -#portfolio-work .block .portfolio-contant ul li a h2 { - font-size: 22px; - text-transform: uppercase; - letter-spacing: 1px; -} -#portfolio-work .block .portfolio-contant ul li a p { - font-size: 15px; -} -#portfolio-work .block .portfolio-contant ul li a span { - font-style: italic; - font-size: 13px; - color: #655E7A; -} -#portfolio-work .block .portfolio-contant ul img { - width: 100%; - height: auto; -} -#portfolio-work .block .portfolio-contant .overly { - position: absolute; - top: 0; - bottom: 0; - right: 0; - left: 0; - background: rgba(0, 0, 0, 0.9); - opacity: 0; - -webkit-transition: .3s all; - -o-transition: .3s all; - transition: .3s all; - text-align: center; -} -#portfolio-work .block .portfolio-contant .position-center { - position: absolute; - top: 50%; - left: 10%; - -webkit-transform: translate(0%, 50%); - -moz-transform: translate(0%, 50%); - -ms-transform: translate(0%, 50%); - transform: translate(0%, 50%); - -webkit-transition: .5s all; - -o-transition: .5s all; - transition: .5s all; -} -#portfolio-work .block .mix { - display: none; -} -/*-- - wrapper-work Start ---*/ -#wrapper-work { - overflow: hidden; - padding-top: 100px; -} -#wrapper-work ul li { - width: 50%; - float: left; - position: relative; -} -#wrapper-work ul li img { - width: 100%; - height: 100%; -} -#wrapper-work ul li .items-text { - position: absolute; - top: 0; - bottom: 0; - left: 0; - right: 0; - width: 100%; - height: 100%; - color: #fff; - background: rgba(0, 0, 0, 0.6); - padding-left: 44px; - padding-top: 140px; -} -#wrapper-work ul li .items-text h2 { - padding-bottom: 28px; - padding-top: 75px; - position: relative; -} -#wrapper-work ul li .items-text h2:before { - content: ""; - position: absolute; - left: 0; - bottom: 0; - width: 75px; - height: 3px; - background: #fff; -} -#wrapper-work ul li .items-text p { - padding-top: 30px; - font-size: 16px; - line-height: 27px; - font-weight: 300; - padding-right: 80px; -} -/*-- - features-work Start ---*/ -#features-work { - padding-top: 50px; - padding-bottom: 75px; -} -#features-work .block ul li { - width: 19%; - text-align: center; - display: inline-block; - padding: 40px 0px; -} -/*--------------------------------------------- - Work Close ------------------------------------------------*/ -/*=============================================*/ -/*--------------------------------------------- - Contact Start ------------------------------------------------*/ -/*-- - slider-contact Start ---*/ -#slider-contact { - background: url("../images/slider-bg2.jpg") no-repeat; - background-size: cover; - padding-top: 150px; - padding-bottom: 107px; - position: relative; -} -#slider-contact:before { - content: ""; - position: absolute; - left: 0; - top: 0; - bottom: 0; - right: 0; - width: 100%; - height: 100%; - background: linear-gradient(to left, #928dab, #1f1c2c 70%); - opacity: 0.8; -} -#slider-contact .block { - color: #E3E3E4; - margin: 0 auto; - padding-left: 90px; -} -#slider-contact .block h1 { - font-family: 'Roboto', sans-serif; - font-weight: 100; - font-size: 45px; - line-height: 60px; - letter-spacing: 6px; - padding-bottom: 15px; -} -#slider-contact .block p { - font-size: 23px; - line-height: 40px; - font-family: 'Roboto', sans-serif; - font-weight: 300; - letter-spacing: 1px; - word-spacing: 3px; -} -/*-- - contact-form Start ---*/ -#contact-form { - padding-top: 70px; - padding-bottom: 35px; -} -#contact-form .block form .form-group { - padding-bottom: 15px; - margin: 0px; -} -#contact-form .block form .form-group .form-control { - background: #F6F8FA; - height: 60px; - border: 1px solid #EEF2F6; - box-shadow: none; - width: 100%; -} -#contact-form .block form .form-group-2 { - padding-bottom: 15px; - margin: 0px; -} -#contact-form .block form .form-group-2 textarea { - background: #F6F8FA; - height: 135px; - border: 1px solid #EEF2F6; - box-shadow: none; - width: 100%; -} -#contact-form .block button { - width: 100%; - height: 60px; - background: #47424C; - border: none; - color: #fff; - font-family: 'Open Sans', sans-serif; - font-size: 18px; -} -/*-- - wrapper-contact Start ---*/ -.address-block li { - margin-bottom: 20px; -} -.address-block li i { - margin-right: 15px; - font-size: 20px; - width: 20px; -} -.social-icons { - margin-top: 40px; -} -.social-icons li { - display: inline-block; - margin: 0 6px; -} -.social-icons a { - display: inline-block; -} -.social-icons i { - color: #2C2C2C; - margin-right: 25px; - font-size: 25px; -} -.google-map { - position: relative; -} -.google-map #map { - width: 100%; - height: 300px; - background-color: #ff432e; -} -#contact-box { - padding-top: 35px; - padding-bottom: 58px; -} -#contact-box .block img { - width: 100%; -} -#contact-box .block h2 { - font-family: 'Open Sans', sans-serif; - font-weight: 300; - color: #000; - font-size: 28px; - padding-bottom: 30px; -} -#contact-box .block p { - color: #5C5C5C; - display: block; -} -/*-- - features-contact Start ---*/ -#features-contact { - padding-top: 50px; - padding-bottom: 75px; -} -#features-contact .block ul li { - width: 19%; - text-align: center; - display: inline-block; - padding: 40px 0px; -} -/*--------------------------------------------- - Contact Close ------------------------------------------------*/ -/*--------- Heading------------*/ -.heading { - padding-bottom: 60px; - text-align: center; -} -.heading h2 { - color: #000; - font-size: 30px; - line-height: 40px; - font-weight: 400; -} -.heading p { - font-size: 18px; - line-height: 40px; - color: #292929; - font-weight: 300; -} -/*---------------------------*/ -/*-- - footer Start ---*/ -footer { - background: #F5F5F5; - text-align: center; - padding-top: 48px; - padding-bottom: 55px; -} -footer p { - font-size: 13px; - line-height: 25px; - color: #919191; -} -footer a { - color: #595959; -} -footer .footer-manu { - padding-bottom: 25px; -} -footer .footer-manu ul { - margin: 0px; - padding: 0px; -} -footer .footer-manu ul li { - display: inline-block; - padding: 0px 20px; -} -footer .footer-manu ul li a { - display: inline-block; - color: #494949; -} -footer .footer-manu ul li a:hover { - color: #000; -} - - -.center-image -{ - margin: 0 auto; - display: block; -}
http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/d593b4ae/_site/docs/docs/html/.buildinfo ---------------------------------------------------------------------- diff --git a/_site/docs/docs/html/.buildinfo b/_site/docs/docs/html/.buildinfo new file mode 100644 index 0000000..9a66d12 --- /dev/null +++ b/_site/docs/docs/html/.buildinfo @@ -0,0 +1,4 @@ +# Sphinx build info version 1 +# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. +config: 4da1a38d77ed488ed535671ba04c7074 +tags: 645f666f9bcd5a90fca523b33c5a78b7 http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/d593b4ae/_site/docs/docs/html/_sources/aria.cli.rst.txt ---------------------------------------------------------------------- diff --git a/_site/docs/docs/html/_sources/aria.cli.rst.txt b/_site/docs/docs/html/_sources/aria.cli.rst.txt new file mode 100644 index 0000000..c325cf0 --- /dev/null +++ b/_site/docs/docs/html/_sources/aria.cli.rst.txt @@ -0,0 +1,100 @@ +.. + 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 http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/d593b4ae/_site/docs/docs/html/_sources/aria.modeling.models.rst.txt ---------------------------------------------------------------------- diff --git a/_site/docs/docs/html/_sources/aria.modeling.models.rst.txt b/_site/docs/docs/html/_sources/aria.modeling.models.rst.txt new file mode 100644 index 0000000..6431780 --- /dev/null +++ b/_site/docs/docs/html/_sources/aria.modeling.models.rst.txt @@ -0,0 +1,21 @@ +.. + 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: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/d593b4ae/_site/docs/docs/html/_sources/aria.modeling.rst.txt ---------------------------------------------------------------------- diff --git a/_site/docs/docs/html/_sources/aria.modeling.rst.txt b/_site/docs/docs/html/_sources/aria.modeling.rst.txt new file mode 100644 index 0000000..b85e22c --- /dev/null +++ b/_site/docs/docs/html/_sources/aria.modeling.rst.txt @@ -0,0 +1,56 @@ +.. + 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 http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/d593b4ae/_site/docs/docs/html/_sources/aria.orchestrator.context.rst.txt ---------------------------------------------------------------------- diff --git a/_site/docs/docs/html/_sources/aria.orchestrator.context.rst.txt b/_site/docs/docs/html/_sources/aria.orchestrator.context.rst.txt new file mode 100644 index 0000000..395befc --- /dev/null +++ b/_site/docs/docs/html/_sources/aria.orchestrator.context.rst.txt @@ -0,0 +1,46 @@ +.. + 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 http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/d593b4ae/_site/docs/docs/html/_sources/aria.orchestrator.execution_plugin.ctx_proxy.rst.txt ---------------------------------------------------------------------- diff --git a/_site/docs/docs/html/_sources/aria.orchestrator.execution_plugin.ctx_proxy.rst.txt b/_site/docs/docs/html/_sources/aria.orchestrator.execution_plugin.ctx_proxy.rst.txt new file mode 100644 index 0000000..47ed598 --- /dev/null +++ b/_site/docs/docs/html/_sources/aria.orchestrator.execution_plugin.ctx_proxy.rst.txt @@ -0,0 +1,31 @@ +.. + 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 http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/d593b4ae/_site/docs/docs/html/_sources/aria.orchestrator.execution_plugin.rst.txt ---------------------------------------------------------------------- diff --git a/_site/docs/docs/html/_sources/aria.orchestrator.execution_plugin.rst.txt b/_site/docs/docs/html/_sources/aria.orchestrator.execution_plugin.rst.txt new file mode 100644 index 0000000..177a316 --- /dev/null +++ b/_site/docs/docs/html/_sources/aria.orchestrator.execution_plugin.rst.txt @@ -0,0 +1,56 @@ +.. + 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 http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/d593b4ae/_site/docs/docs/html/_sources/aria.orchestrator.execution_plugin.ssh.rst.txt ---------------------------------------------------------------------- diff --git a/_site/docs/docs/html/_sources/aria.orchestrator.execution_plugin.ssh.rst.txt b/_site/docs/docs/html/_sources/aria.orchestrator.execution_plugin.ssh.rst.txt new file mode 100644 index 0000000..8bbaa57 --- /dev/null +++ b/_site/docs/docs/html/_sources/aria.orchestrator.execution_plugin.ssh.rst.txt @@ -0,0 +1,31 @@ +.. + 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 http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/d593b4ae/_site/docs/docs/html/_sources/aria.orchestrator.rst.txt ---------------------------------------------------------------------- diff --git a/_site/docs/docs/html/_sources/aria.orchestrator.rst.txt b/_site/docs/docs/html/_sources/aria.orchestrator.rst.txt new file mode 100644 index 0000000..33454e6 --- /dev/null +++ b/_site/docs/docs/html/_sources/aria.orchestrator.rst.txt @@ -0,0 +1,46 @@ +.. + 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 http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/d593b4ae/_site/docs/docs/html/_sources/aria.orchestrator.workflows.api.rst.txt ---------------------------------------------------------------------- diff --git a/_site/docs/docs/html/_sources/aria.orchestrator.workflows.api.rst.txt b/_site/docs/docs/html/_sources/aria.orchestrator.workflows.api.rst.txt new file mode 100644 index 0000000..7ecac75 --- /dev/null +++ b/_site/docs/docs/html/_sources/aria.orchestrator.workflows.api.rst.txt @@ -0,0 +1,31 @@ +.. + 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 http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/d593b4ae/_site/docs/docs/html/_sources/aria.orchestrator.workflows.builtin.rst.txt ---------------------------------------------------------------------- diff --git a/_site/docs/docs/html/_sources/aria.orchestrator.workflows.builtin.rst.txt b/_site/docs/docs/html/_sources/aria.orchestrator.workflows.builtin.rst.txt new file mode 100644 index 0000000..de1a8f9 --- /dev/null +++ b/_site/docs/docs/html/_sources/aria.orchestrator.workflows.builtin.rst.txt @@ -0,0 +1,57 @@ +.. + 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 http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/d593b4ae/_site/docs/docs/html/_sources/aria.orchestrator.workflows.executor.rst.txt ---------------------------------------------------------------------- diff --git a/_site/docs/docs/html/_sources/aria.orchestrator.workflows.executor.rst.txt b/_site/docs/docs/html/_sources/aria.orchestrator.workflows.executor.rst.txt new file mode 100644 index 0000000..cde0a77 --- /dev/null +++ b/_site/docs/docs/html/_sources/aria.orchestrator.workflows.executor.rst.txt @@ -0,0 +1,46 @@ +.. + 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 http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/d593b4ae/_site/docs/docs/html/_sources/aria.orchestrator.workflows.rst.txt ---------------------------------------------------------------------- diff --git a/_site/docs/docs/html/_sources/aria.orchestrator.workflows.rst.txt b/_site/docs/docs/html/_sources/aria.orchestrator.workflows.rst.txt new file mode 100644 index 0000000..c0bc1c1 --- /dev/null +++ b/_site/docs/docs/html/_sources/aria.orchestrator.workflows.rst.txt @@ -0,0 +1,51 @@ +.. + 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 http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/d593b4ae/_site/docs/docs/html/_sources/aria.parser.consumption.rst.txt ---------------------------------------------------------------------- diff --git a/_site/docs/docs/html/_sources/aria.parser.consumption.rst.txt b/_site/docs/docs/html/_sources/aria.parser.consumption.rst.txt new file mode 100644 index 0000000..3d9fc6e --- /dev/null +++ b/_site/docs/docs/html/_sources/aria.parser.consumption.rst.txt @@ -0,0 +1,21 @@ +.. + 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 http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/d593b4ae/_site/docs/docs/html/_sources/aria.parser.loading.rst.txt ---------------------------------------------------------------------- diff --git a/_site/docs/docs/html/_sources/aria.parser.loading.rst.txt b/_site/docs/docs/html/_sources/aria.parser.loading.rst.txt new file mode 100644 index 0000000..0ae7565 --- /dev/null +++ b/_site/docs/docs/html/_sources/aria.parser.loading.rst.txt @@ -0,0 +1,21 @@ +.. + 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 http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/d593b4ae/_site/docs/docs/html/_sources/aria.parser.modeling.rst.txt ---------------------------------------------------------------------- diff --git a/_site/docs/docs/html/_sources/aria.parser.modeling.rst.txt b/_site/docs/docs/html/_sources/aria.parser.modeling.rst.txt new file mode 100644 index 0000000..16c359c --- /dev/null +++ b/_site/docs/docs/html/_sources/aria.parser.modeling.rst.txt @@ -0,0 +1,21 @@ +.. + 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 http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/d593b4ae/_site/docs/docs/html/_sources/aria.parser.presentation.rst.txt ---------------------------------------------------------------------- diff --git a/_site/docs/docs/html/_sources/aria.parser.presentation.rst.txt b/_site/docs/docs/html/_sources/aria.parser.presentation.rst.txt new file mode 100644 index 0000000..6c63b2e --- /dev/null +++ b/_site/docs/docs/html/_sources/aria.parser.presentation.rst.txt @@ -0,0 +1,21 @@ +.. + 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 http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/d593b4ae/_site/docs/docs/html/_sources/aria.parser.reading.rst.txt ---------------------------------------------------------------------- diff --git a/_site/docs/docs/html/_sources/aria.parser.reading.rst.txt b/_site/docs/docs/html/_sources/aria.parser.reading.rst.txt new file mode 100644 index 0000000..b1d4f6c --- /dev/null +++ b/_site/docs/docs/html/_sources/aria.parser.reading.rst.txt @@ -0,0 +1,21 @@ +.. + 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 http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/d593b4ae/_site/docs/docs/html/_sources/aria.parser.rst.txt ---------------------------------------------------------------------- diff --git a/_site/docs/docs/html/_sources/aria.parser.rst.txt b/_site/docs/docs/html/_sources/aria.parser.rst.txt new file mode 100644 index 0000000..700f03d --- /dev/null +++ b/_site/docs/docs/html/_sources/aria.parser.rst.txt @@ -0,0 +1,31 @@ +.. + 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 http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/d593b4ae/_site/docs/docs/html/_sources/aria.parser.validation.rst.txt ---------------------------------------------------------------------- diff --git a/_site/docs/docs/html/_sources/aria.parser.validation.rst.txt b/_site/docs/docs/html/_sources/aria.parser.validation.rst.txt new file mode 100644 index 0000000..621898b --- /dev/null +++ b/_site/docs/docs/html/_sources/aria.parser.validation.rst.txt @@ -0,0 +1,21 @@ +.. + 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 http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/d593b4ae/_site/docs/docs/html/_sources/aria.rst.txt ---------------------------------------------------------------------- diff --git a/_site/docs/docs/html/_sources/aria.rst.txt b/_site/docs/docs/html/_sources/aria.rst.txt new file mode 100644 index 0000000..1a0dae5 --- /dev/null +++ b/_site/docs/docs/html/_sources/aria.rst.txt @@ -0,0 +1,40 @@ +.. + 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 http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/d593b4ae/_site/docs/docs/html/_sources/aria.storage.rst.txt ---------------------------------------------------------------------- diff --git a/_site/docs/docs/html/_sources/aria.storage.rst.txt b/_site/docs/docs/html/_sources/aria.storage.rst.txt new file mode 100644 index 0000000..7c51c2f --- /dev/null +++ b/_site/docs/docs/html/_sources/aria.storage.rst.txt @@ -0,0 +1,51 @@ +.. + 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 http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/d593b4ae/_site/docs/docs/html/_sources/aria.utils.rst.txt ---------------------------------------------------------------------- diff --git a/_site/docs/docs/html/_sources/aria.utils.rst.txt b/_site/docs/docs/html/_sources/aria.utils.rst.txt new file mode 100644 index 0000000..220c0cd --- /dev/null +++ b/_site/docs/docs/html/_sources/aria.utils.rst.txt @@ -0,0 +1,121 @@ +.. + 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 http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/d593b4ae/_site/docs/docs/html/_sources/aria_extension_tosca.simple_nfv_v1_0.rst.txt ---------------------------------------------------------------------- diff --git a/_site/docs/docs/html/_sources/aria_extension_tosca.simple_nfv_v1_0.rst.txt b/_site/docs/docs/html/_sources/aria_extension_tosca.simple_nfv_v1_0.rst.txt new file mode 100644 index 0000000..6e7b6cd --- /dev/null +++ b/_site/docs/docs/html/_sources/aria_extension_tosca.simple_nfv_v1_0.rst.txt @@ -0,0 +1,20 @@ +.. + 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 http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/d593b4ae/_site/docs/docs/html/_sources/aria_extension_tosca.simple_v1_0.modeling.rst.txt ---------------------------------------------------------------------- diff --git a/_site/docs/docs/html/_sources/aria_extension_tosca.simple_v1_0.modeling.rst.txt b/_site/docs/docs/html/_sources/aria_extension_tosca.simple_v1_0.modeling.rst.txt new file mode 100644 index 0000000..8bc5499 --- /dev/null +++ b/_site/docs/docs/html/_sources/aria_extension_tosca.simple_v1_0.modeling.rst.txt @@ -0,0 +1,75 @@ +.. + 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 http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/d593b4ae/_site/docs/docs/html/_sources/aria_extension_tosca.simple_v1_0.presentation.rst.txt ---------------------------------------------------------------------- diff --git a/_site/docs/docs/html/_sources/aria_extension_tosca.simple_v1_0.presentation.rst.txt b/_site/docs/docs/html/_sources/aria_extension_tosca.simple_v1_0.presentation.rst.txt new file mode 100644 index 0000000..964c029 --- /dev/null +++ b/_site/docs/docs/html/_sources/aria_extension_tosca.simple_v1_0.presentation.rst.txt @@ -0,0 +1,40 @@ +.. + 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 http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/d593b4ae/_site/docs/docs/html/_sources/aria_extension_tosca.simple_v1_0.rst.txt ---------------------------------------------------------------------- diff --git a/_site/docs/docs/html/_sources/aria_extension_tosca.simple_v1_0.rst.txt b/_site/docs/docs/html/_sources/aria_extension_tosca.simple_v1_0.rst.txt new file mode 100644 index 0000000..bdae6ab --- /dev/null +++ b/_site/docs/docs/html/_sources/aria_extension_tosca.simple_v1_0.rst.txt @@ -0,0 +1,20 @@ +.. + 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 http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/d593b4ae/_site/docs/docs/html/_sources/cli.rst.txt ---------------------------------------------------------------------- diff --git a/_site/docs/docs/html/_sources/cli.rst.txt b/_site/docs/docs/html/_sources/cli.rst.txt new file mode 100644 index 0000000..ee51545 --- /dev/null +++ b/_site/docs/docs/html/_sources/cli.rst.txt @@ -0,0 +1,57 @@ +.. + 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: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/d593b4ae/_site/docs/docs/html/_sources/index.rst.txt ---------------------------------------------------------------------- diff --git a/_site/docs/docs/html/_sources/index.rst.txt b/_site/docs/docs/html/_sources/index.rst.txt new file mode 100644 index 0000000..f68769b --- /dev/null +++ b/_site/docs/docs/html/_sources/index.rst.txt @@ -0,0 +1,86 @@ +.. + 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 <http://ariatosca.incubator.apache.org/>`__ is an open, light, CLI-driven library of +orchestration tools that other open projects can consume to easily build +`TOSCA <https://www.oasis-open.org/committees/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` http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/d593b4ae/_site/docs/docs/html/_sources/rest.rst.txt ---------------------------------------------------------------------- diff --git a/_site/docs/docs/html/_sources/rest.rst.txt b/_site/docs/docs/html/_sources/rest.rst.txt new file mode 100644 index 0000000..185837e --- /dev/null +++ b/_site/docs/docs/html/_sources/rest.rst.txt @@ -0,0 +1,20 @@ +.. + 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 http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/d593b4ae/_site/docs/docs/html/_static/ajax-loader.gif ---------------------------------------------------------------------- diff --git a/_site/docs/docs/html/_static/ajax-loader.gif b/_site/docs/docs/html/_static/ajax-loader.gif new file mode 100644 index 0000000..61faf8c Binary files /dev/null and b/_site/docs/docs/html/_static/ajax-loader.gif differ http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/d593b4ae/_site/docs/docs/html/_static/basic.css ---------------------------------------------------------------------- diff --git a/_site/docs/docs/html/_static/basic.css b/_site/docs/docs/html/_static/basic.css new file mode 100644 index 0000000..6df76b0 --- /dev/null +++ b/_site/docs/docs/html/_static/basic.css @@ -0,0 +1,639 @@ +/* + * basic.css + * ~~~~~~~~~ + * + * Sphinx stylesheet -- basic theme. + * + * :copyright: Copyright 2007-2017 by the Sphinx team, see AUTHORS. + * :license: BSD, see LICENSE for details. + * + */ + +/* -- main layout ----------------------------------------------------------- */ + +div.clearer { + clear: both; +} + +/* -- relbar ---------------------------------------------------------------- */ + +div.related { + width: 100%; + font-size: 90%; +} + +div.related h3 { + display: none; +} + +div.related ul { + margin: 0; + padding: 0 0 0 10px; + list-style: none; +} + +div.related li { + display: inline; +} + +div.related li.right { + float: right; + margin-right: 5px; +} + +/* -- sidebar --------------------------------------------------------------- */ + +div.sphinxsidebarwrapper { + padding: 10px 5px 0 10px; +} + +div.sphinxsidebar { + float: left; + width: 230px; + margin-left: -100%; + font-size: 90%; + word-wrap: break-word; + overflow-wrap : break-word; +} + +div.sphinxsidebar ul { + list-style: none; +} + +div.sphinxsidebar ul ul, +div.sphinxsidebar ul.want-points { + margin-left: 20px; + list-style: square; +} + +div.sphinxsidebar ul ul { + margin-top: 0; + margin-bottom: 0; +} + +div.sphinxsidebar form { + margin-top: 10px; +} + +div.sphinxsidebar input { + border: 1px solid #98dbcc; + font-family: sans-serif; + font-size: 1em; +} + +div.sphinxsidebar #searchbox input[type="text"] { + width: 170px; +} + +img { + border: 0; + max-width: 100%; +} + +/* -- search page ----------------------------------------------------------- */ + +ul.search { + margin: 10px 0 0 20px; + padding: 0; +} + +ul.search li { + padding: 5px 0 5px 20px; + background-image: url(file.png); + background-repeat: no-repeat; + background-position: 0 7px; +} + +ul.search li a { + font-weight: bold; +} + +ul.search li div.context { + color: #888; + margin: 2px 0 0 30px; + text-align: left; +} + +ul.keywordmatches li.goodmatch a { + font-weight: bold; +} + +/* -- index page ------------------------------------------------------------ */ + +table.contentstable { + width: 90%; + margin-left: auto; + margin-right: auto; +} + +table.contentstable p.biglink { + line-height: 150%; +} + +a.biglink { + font-size: 1.3em; +} + +span.linkdescr { + font-style: italic; + padding-top: 5px; + font-size: 90%; +} + +/* -- general index --------------------------------------------------------- */ + +table.indextable { + width: 100%; +} + +table.indextable td { + text-align: left; + vertical-align: top; +} + +table.indextable ul { + margin-top: 0; + margin-bottom: 0; + list-style-type: none; +} + +table.indextable > tbody > tr > td > ul { + padding-left: 0em; +} + +table.indextable tr.pcap { + height: 10px; +} + +table.indextable tr.cap { + margin-top: 10px; + background-color: #f2f2f2; +} + +img.toggler { + margin-right: 3px; + margin-top: 3px; + cursor: pointer; +} + +div.modindex-jumpbox { + border-top: 1px solid #ddd; + border-bottom: 1px solid #ddd; + margin: 1em 0 1em 0; + padding: 0.4em; +} + +div.genindex-jumpbox { + border-top: 1px solid #ddd; + border-bottom: 1px solid #ddd; + margin: 1em 0 1em 0; + padding: 0.4em; +} + +/* -- domain module index --------------------------------------------------- */ + +table.modindextable td { + padding: 2px; + border-collapse: collapse; +} + +/* -- general body styles --------------------------------------------------- */ + +div.body p, div.body dd, div.body li, div.body blockquote { + -moz-hyphens: auto; + -ms-hyphens: auto; + -webkit-hyphens: auto; + hyphens: auto; +} + +a.headerlink { + visibility: hidden; +} + +h1:hover > a.headerlink, +h2:hover > a.headerlink, +h3:hover > a.headerlink, +h4:hover > a.headerlink, +h5:hover > a.headerlink, +h6:hover > a.headerlink, +dt:hover > a.headerlink, +caption:hover > a.headerlink, +p.caption:hover > a.headerlink, +div.code-block-caption:hover > a.headerlink { + visibility: visible; +} + +div.body p.caption { + text-align: inherit; +} + +div.body td { + text-align: left; +} + +.first { + margin-top: 0 !important; +} + +p.rubric { + margin-top: 30px; + font-weight: bold; +} + +img.align-left, .figure.align-left, object.align-left { + clear: left; + float: left; + margin-right: 1em; +} + +img.align-right, .figure.align-right, object.align-right { + clear: right; + float: right; + margin-left: 1em; +} + +img.align-center, .figure.align-center, object.align-center { + display: block; + margin-left: auto; + margin-right: auto; +} + +.align-left { + text-align: left; +} + +.align-center { + text-align: center; +} + +.align-right { + text-align: right; +} + +/* -- sidebars -------------------------------------------------------------- */ + +div.sidebar { + margin: 0 0 0.5em 1em; + border: 1px solid #ddb; + padding: 7px 7px 0 7px; + background-color: #ffe; + width: 40%; + float: right; +} + +p.sidebar-title { + font-weight: bold; +} + +/* -- topics ---------------------------------------------------------------- */ + +div.topic { + border: 1px solid #ccc; + padding: 7px 7px 0 7px; + margin: 10px 0 10px 0; +} + +p.topic-title { + font-size: 1.1em; + font-weight: bold; + margin-top: 10px; +} + +/* -- admonitions ----------------------------------------------------------- */ + +div.admonition { + margin-top: 10px; + margin-bottom: 10px; + padding: 7px; +} + +div.admonition dt { + font-weight: bold; +} + +div.admonition dl { + margin-bottom: 0; +} + +p.admonition-title { + margin: 0px 10px 5px 0px; + font-weight: bold; +} + +div.body p.centered { + text-align: center; + margin-top: 25px; +} + +/* -- tables ---------------------------------------------------------------- */ + +table.docutils { + border: 0; + border-collapse: collapse; +} + +table caption span.caption-number { + font-style: italic; +} + +table caption span.caption-text { +} + +table.docutils td, table.docutils th { + padding: 1px 8px 1px 5px; + border-top: 0; + border-left: 0; + border-right: 0; + border-bottom: 1px solid #aaa; +} + +table.footnote td, table.footnote th { + border: 0 !important; +} + +th { + text-align: left; + padding-right: 5px; +} + +table.citation { + border-left: solid 1px gray; + margin-left: 1px; +} + +table.citation td { + border-bottom: none; +} + +/* -- figures --------------------------------------------------------------- */ + +div.figure { + margin: 0.5em; + padding: 0.5em; +} + +div.figure p.caption { + padding: 0.3em; +} + +div.figure p.caption span.caption-number { + font-style: italic; +} + +div.figure p.caption span.caption-text { +} + +/* -- field list styles ----------------------------------------------------- */ + +table.field-list td, table.field-list th { + border: 0 !important; +} + +.field-list ul { + margin: 0; + padding-left: 1em; +} + +.field-list p { + margin: 0; +} + +.field-name { + -moz-hyphens: manual; + -ms-hyphens: manual; + -webkit-hyphens: manual; + hyphens: manual; +} + +/* -- other body styles ----------------------------------------------------- */ + +ol.arabic { + list-style: decimal; +} + +ol.loweralpha { + list-style: lower-alpha; +} + +ol.upperalpha { + list-style: upper-alpha; +} + +ol.lowerroman { + list-style: lower-roman; +} + +ol.upperroman { + list-style: upper-roman; +} + +dl { + margin-bottom: 15px; +} + +dd p { + margin-top: 0px; +} + +dd ul, dd table { + margin-bottom: 10px; +} + +dd { + margin-top: 3px; + margin-bottom: 10px; + margin-left: 30px; +} + +dt:target, .highlighted { + background-color: #fbe54e; +} + +dl.glossary dt { + font-weight: bold; + font-size: 1.1em; +} + +.optional { + font-size: 1.3em; +} + +.sig-paren { + font-size: larger; +} + +.versionmodified { + font-style: italic; +} + +.system-message { + background-color: #fda; + padding: 5px; + border: 3px solid red; +} + +.footnote:target { + background-color: #ffa; +} + +.line-block { + display: block; + margin-top: 1em; + margin-bottom: 1em; +} + +.line-block .line-block { + margin-top: 0; + margin-bottom: 0; + margin-left: 1.5em; +} + +.guilabel, .menuselection { + font-family: sans-serif; +} + +.accelerator { + text-decoration: underline; +} + +.classifier { + font-style: oblique; +} + +abbr, acronym { + border-bottom: dotted 1px; + cursor: help; +} + +/* -- code displays --------------------------------------------------------- */ + +pre { + overflow: auto; + overflow-y: hidden; /* fixes display issues on Chrome browsers */ +} + +span.pre { + -moz-hyphens: none; + -ms-hyphens: none; + -webkit-hyphens: none; + hyphens: none; +} + +td.linenos pre { + padding: 5px 0px; + border: 0; + background-color: transparent; + color: #aaa; +} + +table.highlighttable { + margin-left: 0.5em; +} + +table.highlighttable td { + padding: 0 0.5em 0 0.5em; +} + +div.code-block-caption { + padding: 2px 5px; + font-size: small; +} + +div.code-block-caption code { + background-color: transparent; +} + +div.code-block-caption + div > div.highlight > pre { + margin-top: 0; +} + +div.code-block-caption span.caption-number { + padding: 0.1em 0.3em; + font-style: italic; +} + +div.code-block-caption span.caption-text { +} + +div.literal-block-wrapper { + padding: 1em 1em 0; +} + +div.literal-block-wrapper div.highlight { + margin: 0; +} + +code.descname { + background-color: transparent; + font-weight: bold; + font-size: 1.2em; +} + +code.descclassname { + background-color: transparent; +} + +code.xref, a code { + background-color: transparent; + font-weight: bold; +} + +h1 code, h2 code, h3 code, h4 code, h5 code, h6 code { + background-color: transparent; +} + +.viewcode-link { + float: right; +} + +.viewcode-back { + float: right; + font-family: sans-serif; +} + +div.viewcode-block:target { + margin: -1px -10px; + padding: 0 10px; +} + +/* -- math display ---------------------------------------------------------- */ + +img.math { + vertical-align: middle; +} + +div.body div.math p { + text-align: center; +} + +span.eqno { + float: right; +} + +span.eqno a.headerlink { + position: relative; + left: 0px; + z-index: 1; +} + +div.math:hover a.headerlink { + visibility: visible; +} + +/* -- printout stylesheet --------------------------------------------------- */ + +@media print { + div.document, + div.documentwrapper, + div.bodywrapper { + margin: 0 !important; + width: 100%; + } + + div.sphinxsidebar, + div.related, + div.footer, + #top-link { + display: none; + } +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/d593b4ae/_site/docs/docs/html/_static/comment-bright.png ---------------------------------------------------------------------- diff --git a/_site/docs/docs/html/_static/comment-bright.png b/_site/docs/docs/html/_static/comment-bright.png new file mode 100644 index 0000000..15e27ed Binary files /dev/null and b/_site/docs/docs/html/_static/comment-bright.png differ http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/d593b4ae/_site/docs/docs/html/_static/comment-close.png ---------------------------------------------------------------------- diff --git a/_site/docs/docs/html/_static/comment-close.png b/_site/docs/docs/html/_static/comment-close.png new file mode 100644 index 0000000..4d91bcf Binary files /dev/null and b/_site/docs/docs/html/_static/comment-close.png differ http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/d593b4ae/_site/docs/docs/html/_static/comment.png ---------------------------------------------------------------------- diff --git a/_site/docs/docs/html/_static/comment.png b/_site/docs/docs/html/_static/comment.png new file mode 100644 index 0000000..dfbc0cb Binary files /dev/null and b/_site/docs/docs/html/_static/comment.png differ
