From: JohnKeeney Date: Thu, 27 Apr 2023 09:06:20 +0000 (+0100) Subject: Fix RTD: bullet lists not rendering correctly X-Git-Tag: 1.3.0^0 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F96%2F10996%2F2;p=nonrtric%2Fplt%2Fdmaapadapter.git Fix RTD: bullet lists not rendering correctly Issue-ID: NONRTRIC-855 Change-Id: I1a767b0eac9c850f74f54bfaa0ea14eeedaee6bc Signed-off-by: JohnKeeney --- diff --git a/docs/overview.rst b/docs/overview.rst index 88a2606..a002cef 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -182,7 +182,7 @@ This schema will be registered when the configured dataType is "pmData". This will extend the filtering capabilities so that a special filter for PM data can be used. Here it is possible to define which meas-types (counters) to get from which resources. -"It is possible to both filter on new data that is collected from the traffical nodes and to query from data that is already collected. +"It is possible to both filter on new data that is collected from the traffic-handling nodes and to query from data that is already collected. The filterType parameter is extended to allow value "pmdata" which can be used for PM data filtering. @@ -197,7 +197,7 @@ The filterType parameter is extended to allow value "pmdata" which can be used f Example, for a distinguished name "ManagedElement=RNC-Gbg-1,ENodeBFunction=1", the MO class will be "ENodeBFunction". * pmRopStartTime gives a possibility to query from already collected PM files. The start file is the time from when the information shall be returned. In this case, the query is only done for files from the given "sourceNames". - If this parameter is excluded, only "new" reports will be delivered as they are collected from the traffical nodes. + If this parameter is excluded, only "new" reports will be delivered as they are collected from the traffic-handling nodes. All PM filter properties are optional and a non given will result in "match all" (except the pmRopStartTime). @@ -231,7 +231,7 @@ Below follows an example of a PM filter. Here is an example of a filter that will -match two counters from all cells in two traffical nodes. +match two counters from all cells in two traffic-handling nodes. .. code-block:: javascript diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index 692a79f..f266a10 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -1,7 +1,7 @@ tox Sphinx doc8 -docutils +docutils < 0.17 setuptools six sphinx_rtd_theme diff --git a/tox.ini b/tox.ini index 2705e16..00dd3b8 100644 --- a/tox.ini +++ b/tox.ini @@ -29,7 +29,7 @@ deps = -r{toxinidir}/docs/requirements-docs.txt commands = sphinx-build -W -b html -n -d {envtmpdir}/docs/doctrees ./docs/ {toxinidir}/docs/_build/html echo "Generated docs available in {toxinidir}/docs/_build/html" -whitelist_externals = echo +allowlist_externals = echo [testenv:docs-linkcheck] basepython = python3