diff --git a/api-ref/requirements.txt b/api-ref/requirements.txt deleted file mode 100644 index 23b871f..0000000 --- a/api-ref/requirements.txt +++ /dev/null @@ -1,4 +0,0 @@ -sphinx>=2.0.0,!=2.1.0 # BSD -otcdocstheme>=1.0.0 # Apache-2.0 -# releasenotes -reno>=3.1.0 # Apache-2.0 diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py deleted file mode 100755 index 4612263..0000000 --- a/api-ref/source/conf.py +++ /dev/null @@ -1,75 +0,0 @@ -# -*- coding: utf-8 -*- -# 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. - -import os -import sys - -sys.path.insert(0, os.path.abspath('../..')) -# -- General configuration ---------------------------------------------------- - -# 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', - 'otcdocstheme', -] - -# autodoc generation is a bit aggressive and a nuisance when doing heavy -# text edit cycles. -# execute "export SPHINX_DEBUG=1" in your terminal to disable - -# The suffix of source filenames. -source_suffix = '.rst' - -# The master toctree document. -master_doc = 'index' - -# General information about the project. -project = 'architecture-center' -copyright = '2022, Open Telekom Cloud Developers' - -# 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 - -# The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'native' - -# -- Options for HTML output -------------------------------------------------- - -# The theme to use for HTML and HTML Help pages. Major themes that come with -# Sphinx are currently 'default' and 'sphinxdoc'. -# html_theme_path = ["."] -# html_theme = '_theme' -# html_static_path = ['static'] -html_theme = 'otcdocs' - -# Output file base name for HTML help builder. -htmlhelp_basename = '%sdoc' % project - -# Grouping the document tree into LaTeX files. List of tuples -# (source start file, target name, title, author, documentclass -# [howto/manual]). -latex_documents = [ - ('index', - '%s.tex' % project, - '%s Documentation' % project, - 'Open Telekom Cloud Developers', 'manual'), -] - -# Example configuration for intersphinx: refer to the Python standard library. -#intersphinx_mapping = {'http://docs.python.org/': None} diff --git a/api-ref/source/index.rst b/api-ref/source/index.rst deleted file mode 100644 index 074d4c7..0000000 --- a/api-ref/source/index.rst +++ /dev/null @@ -1,3 +0,0 @@ -=================================================== -Welcome to the documentation of architecture-center -=================================================== diff --git a/blueprints/source/conf.py b/blueprints/source/conf.py deleted file mode 100644 index f99d456..0000000 --- a/blueprints/source/conf.py +++ /dev/null @@ -1,117 +0,0 @@ -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. -# -# !!! -# This file is generated out of template in doc-exports repository. -# Beware overwriting it locally. - -import os -import sys - -extensions = [ - 'otcdocstheme', -] - -otcdocs_auto_name = False -otcdocs_auto_version = False - -project = 'Architecture Center' -otcdocs_repo_name = 'docs/architecture-center' -# Those variables are required for edit/bug links -otcdocs_git_fqdn = 'gitea.eco.tsi-dev.otc-service.com' -otcdocs_git_type = 'gitea' - -# Those variables are needed for indexing into OpenSearch -otcdocs_doc_environment = 'internal' -otcdocs_doc_link = '/architecture-center/blueprints/' -otcdocs_doc_title = 'Architecture Center Blueprints' -otcdocs_doc_type = 'blueprints' -otcdocs_service_category = 'other' -otcdocs_service_title = 'Architecture Center' -otcdocs_service_type = 'ac' -otcdocs_search_environment = 'hc_de' -otcdocs_search_url = "https://opensearch.eco.tsi-dev.otc-service.com/" - -# 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. -sys.path.insert(0, os.path.abspath('../../')) -sys.path.insert(0, os.path.abspath('../')) -sys.path.insert(0, os.path.abspath('./')) - -# -- General configuration ---------------------------------------------------- -# https://docutils.sourceforge.io/docs/user/smartquotes.html - it does not -# what it is expected -smartquotes = False - -# Add any Sphinx extension module names here, as strings. They can be -# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones. - -# The suffix of source filenames. -source_suffix = '.rst' - -# The encoding of source files. -# -source_encoding = 'utf-8' - -# The master toctree document. -master_doc = 'index' - -# General information about the project. -copyright = u'2022-present, Open Telekom Cloud' - -# The language for content autogenerated by Sphinx. Refer to documentation -# for a list of supported languages. -# -language = 'en' - -# If true, sectionauthor and moduleauthor directives will be shown in the -# output. They are ignored by default. -show_authors = False - -# -- Options for HTML output -------------------------------------------------- - -# The theme to use for HTML and HTML Help pages. Major themes that come with -# Sphinx are currently 'default' and 'sphinxdoc'. -# html_theme_path = ["."] -html_theme = 'otcdocs' - -# 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 = { - "disable_search": True, - "site_name": "Internal Documentation Portal", - "logo_url": "https://docs-int.otc-service.com", -} - -# The name for this set of Sphinx documents. If None, it defaults to -# " v documentation". - -html_title = "Architecture Center - Architecture Center Blueprints" - - -# 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'] - -# Do not include sources into the rendered results -html_copy_source = False - -# -- Options for PDF output -------------------------------------------------- -latex_documents = [ - ('index', - 'architecture-center-blueprints.tex', - u'Architecture Center - Architecture Center Blueprints', - u'OpenTelekomCloud', 'manual'), -] diff --git a/caf/source/conf.py b/caf/source/conf.py deleted file mode 100644 index 4a40919..0000000 --- a/caf/source/conf.py +++ /dev/null @@ -1,117 +0,0 @@ -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. -# -# !!! -# This file is generated out of template in doc-exports repository. -# Beware overwriting it locally. - -import os -import sys - -extensions = [ - 'otcdocstheme', -] - -otcdocs_auto_name = False -otcdocs_auto_version = False - -project = 'Architecture Center' -otcdocs_repo_name = 'docs/architecture-center' -# Those variables are required for edit/bug links -otcdocs_git_fqdn = 'gitea.eco.tsi-dev.otc-service.com' -otcdocs_git_type = 'gitea' - -# Those variables are needed for indexing into OpenSearch -otcdocs_doc_environment = 'internal' -otcdocs_doc_link = '/architecture-center/cloud-adoption-framework/' -otcdocs_doc_title = 'Architecture Center Cloud Adoption Framework' -otcdocs_doc_type = 'caf' -otcdocs_service_category = 'other' -otcdocs_service_title = 'Architecture Center' -otcdocs_service_type = 'ac' -otcdocs_search_environment = 'hc_de' -otcdocs_search_url = "https://opensearch.eco.tsi-dev.otc-service.com/" - -# 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. -sys.path.insert(0, os.path.abspath('../../')) -sys.path.insert(0, os.path.abspath('../')) -sys.path.insert(0, os.path.abspath('./')) - -# -- General configuration ---------------------------------------------------- -# https://docutils.sourceforge.io/docs/user/smartquotes.html - it does not -# what it is expected -smartquotes = False - -# Add any Sphinx extension module names here, as strings. They can be -# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones. - -# The suffix of source filenames. -source_suffix = '.rst' - -# The encoding of source files. -# -source_encoding = 'utf-8' - -# The master toctree document. -master_doc = 'index' - -# General information about the project. -copyright = u'2022-present, Open Telekom Cloud' - -# The language for content autogenerated by Sphinx. Refer to documentation -# for a list of supported languages. -# -language = 'en' - -# If true, sectionauthor and moduleauthor directives will be shown in the -# output. They are ignored by default. -show_authors = False - -# -- Options for HTML output -------------------------------------------------- - -# The theme to use for HTML and HTML Help pages. Major themes that come with -# Sphinx are currently 'default' and 'sphinxdoc'. -# html_theme_path = ["."] -html_theme = 'otcdocs' - -# 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 = { - "disable_search": True, - "site_name": "Internal Documentation Portal", - "logo_url": "https://docs-int.otc-service.com", -} - -# The name for this set of Sphinx documents. If None, it defaults to -# " v documentation". - -html_title = "Architecture Center - Architecture Center Cloud Adoption Framework" - - -# 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'] - -# Do not include sources into the rendered results -html_copy_source = False - -# -- Options for PDF output -------------------------------------------------- -latex_documents = [ - ('index', - 'architecture-center-cloud-adoption-framework.tex', - u'Architecture Center - Architecture Center Cloud Adoption Framework', - u'OpenTelekomCloud', 'manual'), -] diff --git a/dev_guide/requirements.txt b/dev_guide/requirements.txt deleted file mode 100644 index 23b871f..0000000 --- a/dev_guide/requirements.txt +++ /dev/null @@ -1,4 +0,0 @@ -sphinx>=2.0.0,!=2.1.0 # BSD -otcdocstheme>=1.0.0 # Apache-2.0 -# releasenotes -reno>=3.1.0 # Apache-2.0 diff --git a/dev_guide/source/conf.py b/dev_guide/source/conf.py deleted file mode 100755 index 4612263..0000000 --- a/dev_guide/source/conf.py +++ /dev/null @@ -1,75 +0,0 @@ -# -*- coding: utf-8 -*- -# 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. - -import os -import sys - -sys.path.insert(0, os.path.abspath('../..')) -# -- General configuration ---------------------------------------------------- - -# 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', - 'otcdocstheme', -] - -# autodoc generation is a bit aggressive and a nuisance when doing heavy -# text edit cycles. -# execute "export SPHINX_DEBUG=1" in your terminal to disable - -# The suffix of source filenames. -source_suffix = '.rst' - -# The master toctree document. -master_doc = 'index' - -# General information about the project. -project = 'architecture-center' -copyright = '2022, Open Telekom Cloud Developers' - -# 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 - -# The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'native' - -# -- Options for HTML output -------------------------------------------------- - -# The theme to use for HTML and HTML Help pages. Major themes that come with -# Sphinx are currently 'default' and 'sphinxdoc'. -# html_theme_path = ["."] -# html_theme = '_theme' -# html_static_path = ['static'] -html_theme = 'otcdocs' - -# Output file base name for HTML help builder. -htmlhelp_basename = '%sdoc' % project - -# Grouping the document tree into LaTeX files. List of tuples -# (source start file, target name, title, author, documentclass -# [howto/manual]). -latex_documents = [ - ('index', - '%s.tex' % project, - '%s Documentation' % project, - 'Open Telekom Cloud Developers', 'manual'), -] - -# Example configuration for intersphinx: refer to the Python standard library. -#intersphinx_mapping = {'http://docs.python.org/': None} diff --git a/dev_guide/source/index.rst b/dev_guide/source/index.rst deleted file mode 100644 index 074d4c7..0000000 --- a/dev_guide/source/index.rst +++ /dev/null @@ -1,3 +0,0 @@ -=================================================== -Welcome to the documentation of architecture-center -=================================================== diff --git a/umn/requirements.txt b/umn/requirements.txt deleted file mode 100644 index 23b871f..0000000 --- a/umn/requirements.txt +++ /dev/null @@ -1,4 +0,0 @@ -sphinx>=2.0.0,!=2.1.0 # BSD -otcdocstheme>=1.0.0 # Apache-2.0 -# releasenotes -reno>=3.1.0 # Apache-2.0 diff --git a/umn/source/conf.py b/umn/source/conf.py deleted file mode 100755 index 4612263..0000000 --- a/umn/source/conf.py +++ /dev/null @@ -1,75 +0,0 @@ -# -*- coding: utf-8 -*- -# 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. - -import os -import sys - -sys.path.insert(0, os.path.abspath('../..')) -# -- General configuration ---------------------------------------------------- - -# 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', - 'otcdocstheme', -] - -# autodoc generation is a bit aggressive and a nuisance when doing heavy -# text edit cycles. -# execute "export SPHINX_DEBUG=1" in your terminal to disable - -# The suffix of source filenames. -source_suffix = '.rst' - -# The master toctree document. -master_doc = 'index' - -# General information about the project. -project = 'architecture-center' -copyright = '2022, Open Telekom Cloud Developers' - -# 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 - -# The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'native' - -# -- Options for HTML output -------------------------------------------------- - -# The theme to use for HTML and HTML Help pages. Major themes that come with -# Sphinx are currently 'default' and 'sphinxdoc'. -# html_theme_path = ["."] -# html_theme = '_theme' -# html_static_path = ['static'] -html_theme = 'otcdocs' - -# Output file base name for HTML help builder. -htmlhelp_basename = '%sdoc' % project - -# Grouping the document tree into LaTeX files. List of tuples -# (source start file, target name, title, author, documentclass -# [howto/manual]). -latex_documents = [ - ('index', - '%s.tex' % project, - '%s Documentation' % project, - 'Open Telekom Cloud Developers', 'manual'), -] - -# Example configuration for intersphinx: refer to the Python standard library. -#intersphinx_mapping = {'http://docs.python.org/': None} diff --git a/umn/source/index.rst b/umn/source/index.rst deleted file mode 100644 index 074d4c7..0000000 --- a/umn/source/index.rst +++ /dev/null @@ -1,3 +0,0 @@ -=================================================== -Welcome to the documentation of architecture-center -===================================================