diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-04-04 15:50:09 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-04-04 15:50:09 +0200 |
commit | fc7a9563a6d23aaaace589606e431fad409b1ab9 (patch) | |
tree | e7566acca2fefff6a6588bddcc79dab15eed5ea2 /resources/tools/presentation | |
parent | 42c909bf905d0860d4e28821925b0f701698adc8 (diff) |
CSIT-1027: Add Index
Change-Id: If92bf076e4a55fff8f740b20a1f3aa5019c66091
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation')
-rw-r--r-- | resources/tools/presentation/conf_cpta/conf.py | 9 | ||||
-rw-r--r-- | resources/tools/presentation/specification_CPTA.yaml | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/resources/tools/presentation/conf_cpta/conf.py b/resources/tools/presentation/conf_cpta/conf.py index 9b6e5f3bc1..4eb51d884e 100644 --- a/resources/tools/presentation/conf_cpta/conf.py +++ b/resources/tools/presentation/conf_cpta/conf.py @@ -101,3 +101,12 @@ html_context = { '_static/theme_overrides.css', # overrides for wide tables in RTD theme ], } + +# If false, no module index is generated. +html_domain_indices = True + +# If false, no index is generated. +html_use_index = True + +# If true, the index is split into individual pages for each letter. +html_split_index = False diff --git a/resources/tools/presentation/specification_CPTA.yaml b/resources/tools/presentation/specification_CPTA.yaml index d53a46e7e8..ed5ce6ef49 100644 --- a/resources/tools/presentation/specification_CPTA.yaml +++ b/resources/tools/presentation/specification_CPTA.yaml @@ -89,6 +89,7 @@ height: 800 yaxis: showticklabels: True + tickformat: ".3s" title: "Throughput [Mpps]" hoverformat: ".4s" range: [] |