summaryrefslogtreecommitdiffstats
path: root/tools/README.md
diff options
context:
space:
mode:
authorThomas Kulik <thomas.kulik@telekom.de>2020-03-23 09:12:25 +0100
committerThomas Kulik <thomas.kulik@telekom.de>2020-03-24 08:48:21 +0100
commitf2714a727afc9c2ac39475a17f0ef473dd17357e (patch)
treef00da43ffc11aabd8a2a85f7e40a126e0d9fd0ef /tools/README.md
parent282ff6932bb3dc766c966b83d68d4c9469beac33 (diff)
Issue-ID: DOC-595
warnstat.sh V1.5.0: doc8 checks; readability; README Signed-off-by: Thomas Kulik <thomas.kulik@telekom.de> Change-Id: Ifa134696083e90fa40468abb60c21735a6eba5b4
Diffstat (limited to 'tools/README.md')
-rw-r--r--tools/README.md19
1 files changed, 12 insertions, 7 deletions
diff --git a/tools/README.md b/tools/README.md
index 4a407844b..d62bbaccc 100644
--- a/tools/README.md
+++ b/tools/README.md
@@ -4,29 +4,34 @@ README FOR ONAP DOC/TOOLS
c2m.sh
================================================================================
DESCRIPTION
-
c2m automates additional tasks required in case you want to export and convert a
set of wiki pages. for more details see header of the script.
-ADDITIONAL FILES
+USAGE
+c2m.sh <your-page-list>
+ADDITIONAL FILES
example.pagelist: an example pagelist to demonstrate functionality
SEE ALSO
-
https://www.viaboxx.de/code/confluence2md/
-
https://github.com/viaboxxsystems/confluence2md
warnstats.sh
================================================================================
DESCRIPTION
-
warnstat helps to find the onap modules (projects) and rst-files which are
responsible for the most warnings during the documentation build process. for
more details see header of the script.
-ADDITIONAL FILES
+USAGE
+warnstatst.sh <your-tox-build-logfile>
-example-tox-build-log: an example tox logfile to demonstrate functionality
+NOTES
+create the required tox logfile when you locally build the onap documentation:
+tox | tee tox-build-logfile
+
+ADDITIONAL FILES
+example-tox-build-log: an example tox logfile to demonstrate functionality.
+created links in the warnstats output may not work if you use this example.