Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id DEDCA200BCC for ; Tue, 29 Nov 2016 10:43:36 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id DD774160B05; Tue, 29 Nov 2016 09:43:36 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B3700160B15 for ; Tue, 29 Nov 2016 10:43:35 +0100 (CET) Received: (qmail 99949 invoked by uid 500); 29 Nov 2016 09:43:35 -0000 Mailing-List: contact dev-help@ariatosca.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ariatosca.incubator.apache.org Delivered-To: mailing list dev@ariatosca.incubator.apache.org Received: (qmail 99933 invoked by uid 99); 29 Nov 2016 09:43:34 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Nov 2016 09:43:34 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 7E5FD1803A6 for ; Tue, 29 Nov 2016 09:43:34 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.219 X-Spam-Level: X-Spam-Status: No, score=-6.219 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 2AYcNeZcnOtj for ; Tue, 29 Nov 2016 09:43:30 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 40CA85FC1F for ; Tue, 29 Nov 2016 09:43:29 +0000 (UTC) Received: (qmail 99590 invoked by uid 99); 29 Nov 2016 09:43:28 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Nov 2016 09:43:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 63276E2F35; Tue, 29 Nov 2016 09:43:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dankilman@apache.org To: dev@ariatosca.incubator.apache.org Date: Tue, 29 Nov 2016 09:43:28 -0000 Message-Id: <3dc151419d5d4c06b7d3426b8b405ad9@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] incubator-ariatosca git commit: ARIA-24 Add Sphinx documentation [Forced Update!] archived-at: Tue, 29 Nov 2016 09:43:37 -0000 Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-23-integrate-csar-packager d25cb25c0 -> c5be808d9 (forced update) ARIA-24 Add Sphinx documentation Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/b33c70eb Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/b33c70eb Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/b33c70eb Branch: refs/heads/ARIA-23-integrate-csar-packager Commit: b33c70eb88b123d4038405795913d8ba3f98c86f Parents: 3323819 Author: Tal Liron Authored: Thu Nov 17 15:05:27 2016 -0600 Committer: Tal Liron Committed: Mon Nov 21 18:48:08 2016 -0600 ---------------------------------------------------------------------- Makefile | 46 ++++++ docs/.gitignore | 1 + docs/_static/.gitkeep | 0 docs/conf.py | 367 +++++++++++++++++++++++++++++++++++++++++++++ docs/index.rst | 42 ++++++ docs/parser.rst | 56 +++++++ docs/requirements.txt | 14 ++ docs/tosca.rst | 36 +++++ 8 files changed, 562 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/b33c70eb/Makefile ---------------------------------------------------------------------- diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..3bafd3b --- /dev/null +++ b/Makefile @@ -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. + +EXTENSIONS=extensions +DOCS=docs +HTML=docs/html + +.PHONY: clean aria-requirements docs-requirements docs +.DEFAULT_GOAL = test + +clean: + rm -rf "$(HTML)" .tox .coverage* + -find . -type f -name '.coverage' -delete + -find . -type d -name '.coverage' -exec rm -rf {} \; 2>/dev/null + -find . -type d -name '*.egg-info' -exec rm -rf {} \; 2>/dev/null + +install: + pip install --upgrade . + +requirements: + pip install --upgrade --requirement requirements.txt + +docs-requirements: + pip install --upgrade --requirement "$(DOCS)/requirements.txt" + +test-requirements: + pip install tox==2.5.0 + +docs: docs-requirements requirements + rm -rf "$(HTML)" + sphinx-build -b html "$(DOCS)" "$(HTML)" + +test: test-requirements requirements + PYTHONPATH="$(EXTENSIONS):$(PYTHONPATH)" tox http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/b33c70eb/docs/.gitignore ---------------------------------------------------------------------- diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 0000000..5ccff1a --- /dev/null +++ b/docs/.gitignore @@ -0,0 +1 @@ +html/ http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/b33c70eb/docs/_static/.gitkeep ---------------------------------------------------------------------- diff --git a/docs/_static/.gitkeep b/docs/_static/.gitkeep new file mode 100644 index 0000000..e69de29 http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/b33c70eb/docs/conf.py ---------------------------------------------------------------------- diff --git a/docs/conf.py b/docs/conf.py new file mode 100644 index 0000000..cd25279 --- /dev/null +++ b/docs/conf.py @@ -0,0 +1,367 @@ +# -*- 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 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')) + +execfile(os.path.join('../aria', 'VERSION.py')) + +# -- 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'] + +# 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' +copyright = u'2016, Apache Software Foundation' # @ReservedAssignment +author = u'ARIA' + +# 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 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 = 'ARIAdoc' + +# -- 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, 'ARIA.tex', u'ARIA', + 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', + [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, 'ARIA', u'ARIA', + author, 'ARIA', 'Toolkit for parsing TOSCA.', + '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 Python domain + +# Include __init__ docstring into class docstring +autoclass_content = 'both' + +# Default to everything important +autodoc_default_flags = ['members', 'undoc-members', 'show-inheritance'] + +def on_skip_members(app, what, name, obj, skip, options): + if not skip: + if name in ('FIELDS', 'ALLOW_UNKNOWN_FIELDS', 'SHORT_FORM_FIELD'): + skip = True + return skip + +def setup(app): + app.connect('autodoc-skip-member', on_skip_members) http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/b33c70eb/docs/index.rst ---------------------------------------------------------------------- diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 0000000..d915ae6 --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,42 @@ +.. + 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 API +======== + +`ARIA (Agile Reference Implementation of Automation) `__ is a an open, +light, CLI-driven library of orchestration tools that other open projects can consume to easily +build `TOSCA `__-based orchestration solutions. It +supports NFV and hybrid cloud scenarios. + + +Packages +-------- + +.. toctree:: + :maxdepth: 2 + + parser + tosca + + +Indices and Tables +------------------ + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/b33c70eb/docs/parser.rst ---------------------------------------------------------------------- diff --git a/docs/parser.rst b/docs/parser.rst new file mode 100644 index 0000000..5db02e2 --- /dev/null +++ b/docs/parser.rst @@ -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. + + +`aria.parser` Package +##################### + +This is the core parser API. + +:mod:`aria.parser` +****************** + +.. automodule:: aria + +:mod:`aria.parser.consumption` +****************************** + +.. automodule:: aria.parser.consumption + +:mod:`aria.parser.modeling` +*************************** + +.. automodule:: aria.parser.modeling + +:mod:`aria.parser.loading` +************************** + +.. automodule:: aria.parser.loading + +:mod:`aria.parser.presentation` +******************************* + +.. automodule:: aria.parser.presentation + +:mod:`aria.parser.reading` +************************** + +.. automodule:: aria.parser.reading + +:mod:`aria.parser.validation` +***************************** + +.. automodule:: aria.parser.validation http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/b33c70eb/docs/requirements.txt ---------------------------------------------------------------------- diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 0000000..dfd5f79 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1,14 @@ +# 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.5b1 +sphinx_rtd_theme==0.1.10a0 http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/b33c70eb/docs/tosca.rst ---------------------------------------------------------------------- diff --git a/docs/tosca.rst b/docs/tosca.rst new file mode 100644 index 0000000..c98a4a9 --- /dev/null +++ b/docs/tosca.rst @@ -0,0 +1,36 @@ +.. + 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_extension_tosca` Package +############################## + +This is the ARIA TOSCA extension. + +:mod:`aria_extension_tosca` +*************************** + +.. automodule:: aria_extension_tosca + +:mod:`aria_extension_tosca.simple_v1_0` +*************************************** + +.. automodule:: aria_extension_tosca.simple_v1_0 + +:mod:`aria_extension_tosca.simple_nfv_v1_0` +******************************************* + +.. automodule:: aria_extension_tosca.simple_nfv_v1_0