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 25469c8..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 = 'regions-and-endpoints' -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 5c98bba..0000000 --- a/api-ref/source/index.rst +++ /dev/null @@ -1,3 +0,0 @@ -===================================================== -Welcome to the documentation of regions-and-endpoints -===================================================== 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 25469c8..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 = 'regions-and-endpoints' -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 5c98bba..0000000 --- a/dev_guide/source/index.rst +++ /dev/null @@ -1,3 +0,0 @@ -===================================================== -Welcome to the documentation of regions-and-endpoints -===================================================== diff --git a/doc/source/index.rst b/doc/source/index.rst index 5c98bba..6eaef4f 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1,3 +1,197 @@ -===================================================== -Welcome to the documentation of regions-and-endpoints -===================================================== +Regions and Endpoints +===================== + +Region +------ + ++-----------------+------------+-----------------------+ +| **Region Name** | **Region** | **Availability Zone** | ++=================+============+=======================+ +| eu-de | eu-de | eu-de-01 | ++-----------------+------------+-----------------------+ +| | | eu-de-02 | ++-----------------+------------+-----------------------+ +| | | eu-de-03 | ++-----------------+------------+-----------------------+ +| eu-nl | eu-nl | eu-nl-01 | ++-----------------+------------+-----------------------+ +| | | eu-nl-02 | ++-----------------+------------+-----------------------+ +| | | eu-nl-03 | ++-----------------+------------+-----------------------+ + +Regions and Endpoints +--------------------- + ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| **Service Name** | **Region Name** | **Region** | **Endpoint** | **Protocol** | ++===============================+===============================+===============================+===============================+===============================+ +| Anti-DDoS | eu-de | eu-de | antiddos.eu-de.otc.t-systems. | HTTPS | +| | | | com | | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| | eu-nl | eu-nl | antiddos.eu-nl.otc.t-systems. | HTTPS | +| | | | com | | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| Application Operations | eu-de | eu-de | aom.eu-de.otc.t-systems.com | HTTPS | +| Management | | | | | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| | eu-nl | eu-nl | aom.eu-nl.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| Auto Scaling | eu-de | eu-de | as.eu-de.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| | eu-nl | eu-nl | as.eu-nl.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| Bare Metal Server | eu-de | eu-de | vpc.eu-de.otc.t-systems.com | HTTPS | +| | | | (only used to call the APIs | | +| | | | of BMSs using high-speed | | +| | | | networks) | | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| | eu-de | eu-de | ecs.eu-de.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| Cloud Backup and Recovery | eu-de | eu-de | cbr.eu-de.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| | eu-nl | eu-nl | cbr.eu-nl.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| Cloud Container Engine | eu-de | eu-de | cce.eu-de.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| | eu-nl | eu-nl | cce.eu-nl.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| Cloud Eye | eu-de | eu-de | ces.eu-de.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| | eu-nl | eu-nl | ces.eu-nl.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| Cloud Server Backup Service | eu-de | eu-de | csbs.eu-de.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| Cloud Search Service | eu-de | eu-de | css.eu-de.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| Cloud Trace Service | eu-de | eu-de | cts.eu-de.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| Direct Connect | eu-de | eu-de | dcaas.eu-de.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| | eu-nl | eu-nl | dcaas.eu-nl.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| Distributed Cache Service | eu-de | eu-de | dcs.eu-de.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| Document Database Service | eu-de | eu-de | dds.eu-de.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| Dedicated Host | eu-de | eu-de | deh.eu-de.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| | eu-nl | eu-nl | deh.eu-nl.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| Data Ingestion Service | eu-de | eu-de | dis.eu-de.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| Distributed Message Service | eu-de | eu-de | dms.eu-de.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| | eu-nl | eu-nl | dms.eu-nl.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| Domain Name Service | eu-de | eu-de | dns.eu-de.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| | eu-nl | eu-nl | dns.eu-nl.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| Data Replication Service | drs | eu-de | drs.eu-de.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| Web Application Firewall | eu-de | eu-de | premium-waf.eu-de.otc.t-syste | HTTPS | +| (Dedicated) | | | ms.com | | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| Data Warehouse Service | eu-de | eu-de | dws.eu-de.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| Elastic Cloud Server | eu-de | eu-de | ecs.eu-de.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| | eu-nl | eu-nl | ecs.eu-nl.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| Elastic IP | eu-de | eu-de | vpc.eu-de.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| | eu-nl | eu-nl | vpc.eu-nl.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| Elastic Load Balancing | eu-de | eu-de | elb.eu-de.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| | eu-nl | eu-nl | elb.eu-nl.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| Elastic Volume Service | eu-de | eu-de | evs.eu-de.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| | eu-nl | eu-nl | evs.eu-nl.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| Identity and Access | eu-de | eu-de | iam.eu-de.otc.t-systems.com | HTTPS | +| Management | | | | | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| | eu-nl | eu-nl | iam.eu-nl.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| Image Management Service | eu-de | eu-de | ims.eu-de.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| | eu-nl | eu-nl | ims.eu-nl.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| Key Management Service | eu-de | eu-de | kms.eu-de.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| | eu-nl | eu-nl | kms.eu-nl.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| Log Tank Service | eu-de | eu-de | lts.eu-de.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| ModelArts | eu-de | eu-de | modelarts.eu-de.otc.t-systems | HTTPS | +| | | | .com | | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| MapReduce Service | eu-de | eu-de | mrs.eu-de.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| NAT Gateway | eu-de | eu-de | nat.eu-de.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| | eu-nl | eu-nl | nat.eu-nl.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| Object Storage Service | eu-de | eu-de | obs.eu-de.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| | eu-de | eu-de | swift.eu-de.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| | eu-nl | eu-nl | obs.eu-nl.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| Private Link Access Service | eu-de | eu-de | plas.eu-de.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| Relational Database Service | eu-de | eu-de | rds.eu-de.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| | eu-nl | eu-nl | rds.eu-nl.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| Resource Management Service | eu-de | eu-de | rms.eu-de.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| | eu-nl | eu-nl | rms.eu-nl.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| Resource Template Service | eu-de | eu-de | rts.eu-de.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| | eu-nl | eu-nl | rts.eu-nl.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| Storage Disaster Recovery | eu-de | eu-de | sdrs.eu-de.otc.t-systems.com | HTTPS | +| Service | | | | | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| Scalable File Service | eu-de | eu-de | sfs.eu-de.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| | eu-nl | eu-nl | sfs-turbo.eu-nl.otc.t-systems | HTTPS | +| | | | .com | | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| Simple Message Notification | eu-de | eu-de | smn.eu-de.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| | eu-nl | eu-nl | smn.eu-nl.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| Software Repository for | eu-de | eu-de | swr-api.eu-de.otc.t-systems.c | HTTPS | +| Container | | | om | | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| | eu-nl | eu-nl | swr-api.eu-nl.otc.t-systems.c | HTTPS | +| | | | om | | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| Tag Management Service | eu-de | eu-de | tms.eu-de.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| | eu-nl | eu-nl | tms.eu-nl.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| Volume Backup Service | eu-de | eu-de | vbs.eu-de.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| Virtual Private Cloud | eu-de | eu-de | vpc.eu-de.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| | eu-nl | eu-nl | vpc.eu-nl.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| VPC Endpoint | eu-de | eu-de | vpcep.eu-de.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| | eu-nl | eu-nl | vpcep.eu-nl.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| Virtual Private Network | eu-de | eu-de | vpc.eu-de.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| | eu-nl | eu-nl | vpc.eu-nl.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| Web Application Firewall | eu-de | eu-de | waf.eu-de.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ +| | eu-nl | eu-nl | waf.eu-nl.otc.t-systems.com | HTTPS | ++-------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------+ 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 25469c8..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 = 'regions-and-endpoints' -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 5c98bba..0000000 --- a/umn/source/index.rst +++ /dev/null @@ -1,3 +0,0 @@ -===================================================== -Welcome to the documentation of regions-and-endpoints -=====================================================