summaryrefslogtreecommitdiffstats
path: root/doc/ws_main.py
diff options
context:
space:
mode:
authoritraviv <itraviv@cisco.com>2016-11-27 18:32:16 +0200
committeritraviv <itraviv@cisco.com>2016-11-27 18:32:26 +0200
commita41bd98b41c661f21d82d54c5b66cd97a290e337 (patch)
treeeb743021c0a562195acffb18e9d7db60526290a5 /doc/ws_main.py
parentecd6e618a0f7975812502a6cab9196676284b264 (diff)
added howto guide on how to make the tracking environment. changed the analytics web report to fetch last 15 days of regression. added rule to ws_main to build the howto guide
Signed-off-by: itraviv <itraviv@cisco.com>
Diffstat (limited to 'doc/ws_main.py')
-rwxr-xr-xdoc/ws_main.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ws_main.py b/doc/ws_main.py
index 58f6e98f..c5ccf205 100755
--- a/doc/ws_main.py
+++ b/doc/ws_main.py
@@ -987,6 +987,9 @@ def build(bld):
bld(rule=convert_to_html_toc_book,
source='trex_scapy_rpc_server.asciidoc waf.css', target='trex_scapy_rpc_server.html',scan=ascii_doc_scan);
+
+ bld(rule=convert_to_html_toc_book,
+ source='trex-analytics-howto.asciidoc waf.css', target='trex-analytics-howto.html',scan=ascii_doc_scan);
bld(rule='${ASCIIDOC} -a stylesheet=${SRC[1].abspath()} -a icons=true -a toc2 -a max-width=55em -o ${TGT} ${SRC[0].abspath()}',
source='vm_doc.asciidoc waf.css', target='vm_doc.html', scan=ascii_doc_scan)