From facccc1364e0aae9437a6edc1266a31a649d3032 Mon Sep 17 00:00:00 2001 From: proposalbot Date: Mon, 24 Oct 2022 09:58:15 +0000 Subject: [PATCH] Changes to vpc_api-ref from docs/doc-exports#373 (Another fixes for the conversi Reviewed-by: gtema Co-authored-by: proposalbot Co-committed-by: proposalbot --- api-ref/source/appendix/vpc_monitoring_metrics.rst | 8 ++++---- api-ref/source/conf.py | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/api-ref/source/appendix/vpc_monitoring_metrics.rst b/api-ref/source/appendix/vpc_monitoring_metrics.rst index 0b714de..c173739 100644 --- a/api-ref/source/appendix/vpc_monitoring_metrics.rst +++ b/api-ref/source/appendix/vpc_monitoring_metrics.rst @@ -23,19 +23,19 @@ Metrics +----------------------+--------------------+-------------------------------------------------+-------------+------------------+--------------------------------+ | ID | Name | Description | Value Range | Monitored Object | Monitoring Interval (Raw Data) | +======================+====================+=================================================+=============+==================+================================+ - | upstream_bandwidth | Outbound Bandwidth | Network rate of outbound traffic | ≥ 0 bit/s | Bandwidth or EIP | 1 minute | + | upstream_bandwidth | Outbound Bandwidth | Network rate of outbound traffic | >= 0 bit/s | Bandwidth or EIP | 1 minute | | | | | | | | | | | Unit: bit/s | | | | +----------------------+--------------------+-------------------------------------------------+-------------+------------------+--------------------------------+ - | downstream_bandwidth | Inbound Bandwidth | Network rate of inbound traffic | ≥ 0 bit/s | Bandwidth or EIP | 1 minute | + | downstream_bandwidth | Inbound Bandwidth | Network rate of inbound traffic | >= 0 bit/s | Bandwidth or EIP | 1 minute | | | | | | | | | | | Unit: bit/s | | | | +----------------------+--------------------+-------------------------------------------------+-------------+------------------+--------------------------------+ - | up_stream | Outbound Traffic | Network traffic going out of the cloud platform | ≥ 0 bytes | Bandwidth or EIP | 1 minute | + | up_stream | Outbound Traffic | Network traffic going out of the cloud platform | >= 0 bytes | Bandwidth or EIP | 1 minute | | | | | | | | | | | Unit: byte | | | | +----------------------+--------------------+-------------------------------------------------+-------------+------------------+--------------------------------+ - | down_stream | Inbound Traffic | Network traffic going into the cloud platform | ≥ 0 bytes | Bandwidth or EIP | 1 minute | + | down_stream | Inbound Traffic | Network traffic going into the cloud platform | >= 0 bytes | Bandwidth or EIP | 1 minute | | | | | | | | | | | Unit: byte | | | | +----------------------+--------------------+-------------------------------------------------+-------------+------------------+--------------------------------+ diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py index 1690bab..22f7a04 100644 --- a/api-ref/source/conf.py +++ b/api-ref/source/conf.py @@ -35,6 +35,9 @@ 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.